Class AbstractActionWithDialog<D extends Dialog>

    • Field Detail

      • m_Dialog

        protected D extends Dialog m_Dialog
        the dialog in use.
    • Constructor Detail

      • AbstractActionWithDialog

        public AbstractActionWithDialog()
    • Method Detail

      • createDialog

        protected D createDialog()
        Creates a new dialog.

        Default implementation does NOT create a dialog, throws an IllegalStateException instead.
        Returns:
        the dialog
      • getDialog

        protected D getDialog()
        Returns the dialog to use, creates it if necessary.
        Returns:
        the dialog