Package editor

Class AbstractCloseDialog

All Implemented Interfaces:
IHandleCancel, ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public abstract class AbstractCloseDialog extends JDialog implements IHandleCancel
See Also:
  • Field Details

    • _btnClose

      protected JButton _btnClose
  • Constructor Details

    • AbstractCloseDialog

      public AbstractCloseDialog(String strCaption)
    • AbstractCloseDialog

      public AbstractCloseDialog(Frame owner, String title, boolean modal)
  • Method Details

    • init

      private void init()
    • createCenterPanel

      protected abstract JComponent createCenterPanel()
    • close

      protected void close()
    • configUi

      protected void configUi()
    • setInitialSize

      protected void setInitialSize()
    • createButtonPanel

      protected JComponent createButtonPanel()
    • createCloseButton

      protected JButton createCloseButton()