Class AbstractDialog

    • Constructor Detail

      • AbstractDialog

        protected AbstractDialog​(Frame parent)
      • AbstractDialog

        protected AbstractDialog​(Dialog parent)
      • AbstractDialog

        protected AbstractDialog​(Frame parent,
                                 boolean modal)
      • AbstractDialog

        protected AbstractDialog​(Dialog parent,
                                 boolean modal)
    • Method Detail

      • buildFooterComponent

        protected JComponent buildFooterComponent()
      • buildFooterComponentButtons

        protected void buildFooterComponentButtons​(com.jgoodies.forms.builder.ButtonBarBuilder builder)
      • buildHeaderComponent

        protected JComponent buildHeaderComponent()
      • buildHeaderComponentBar

        protected void buildHeaderComponentBar​(com.jgoodies.forms.builder.ButtonBarBuilder builder)
      • buildMainComponent

        protected JComponent buildMainComponent()
      • buildMainLeftComponent

        protected JComponent buildMainLeftComponent()
      • buildMainRightComponent

        protected JComponent buildMainRightComponent()
      • doClose

        public void doClose()
      • doHelp

        protected void doHelp()
      • firstOpened

        protected void firstOpened​(WindowEvent event)
      • getDialogBorder

        protected Border getDialogBorder()
      • getDialogTitle

        protected abstract String getDialogTitle()
      • getHeaderIcon

        protected Icon getHeaderIcon()
      • getHeaderInfo

        protected String getHeaderInfo()
      • getHeaderTitle

        protected abstract String getHeaderTitle()
      • init

        protected void init()
      • localeChanged

        public void localeChanged​(org.xnap.commons.i18n.LocaleChangeEvent lce)
        Specified by:
        localeChanged in interface org.xnap.commons.i18n.LocaleChangeListener
      • pack

        public void pack()
        Overrides:
        pack in class Window
      • setButtonsEnabled

        protected void setButtonsEnabled​(boolean enabled)
      • updateLocalization

        protected void updateLocalization()