Class DefaultEditorDialog

    • Constructor Detail

      • DefaultEditorDialog

        public DefaultEditorDialog​(UISaver saver)
    • Method Detail

      • wasCanceled

        public boolean wasCanceled()
        Specified by:
        wasCanceled in interface Editor
        Returns:
        true if the editing was canceled, otherwise false.
      • display

        public void display​(JFrame parent)
        Description copied from interface: Editor
        Display this Editor with the specified component as a parent. The resulting display should be modal.
        Specified by:
        display in interface Editor
      • display

        public void display​(JDialog parent)
        Description copied from interface: Editor
        Display this Editor with the specified component as a parent. The resulting display should be modal.
        Specified by:
        display in interface Editor