Class UserPanelEditor

java.lang.Object
repast.simphony.userpanel.ui.UserPanelEditor
All Implemented Interfaces:
Editor

public class UserPanelEditor extends Object implements Editor
Adaptor for UserPanelEditorWizard to Editor interface.
Author:
jozik
  • Constructor Details

  • Method Details

    • 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
    • wasCanceled

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