Class DefaultEditorDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Editor

public class DefaultEditorDialog extends JPanel implements Editor
Version:
$Revision: 1.2 $ $Date: 2006/01/06 22:27:26 $
Author:
Nick Collier
See Also:
  • Constructor Details

    • DefaultEditorDialog

      public DefaultEditorDialog(UISaver saver)
  • Method Details

    • 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