Class AbstractSelectionDialog<T,​P extends AbstractSelectionPanel>

    • Constructor Detail

      • AbstractSelectionDialog

        protected AbstractSelectionDialog​(Dialog owner,
                                          String title)
        Creates a modal dialog.
        Parameters:
        owner - the owning dialog
        title - the title of the dialog
      • AbstractSelectionDialog

        protected AbstractSelectionDialog​(Frame owner,
                                          String title)
        Creates a modal dialog.
        Parameters:
        owner - the owning frame
        title - the title of the dialog
    • Method Detail

      • initGUI

        protected void initGUI()
        initializes the GUI elements.
        Overrides:
        initGUI in class ApprovalDialog
      • cleanUp

        public void cleanUp()
        Cleans up data structures, frees up memory.

        Default implementation does nothing.
        Specified by:
        cleanUp in interface CleanUpHandler