Class UserPanelEditorWizard

java.lang.Object
repast.simphony.userpanel.ui.UserPanelEditorWizard

public class UserPanelEditorWizard extends Object
  • Field Details

  • Constructor Details

    • UserPanelEditorWizard

      public UserPanelEditorWizard(List<Class<?>> clazzes)
    • UserPanelEditorWizard

      public UserPanelEditorWizard(List<Class<?>> clazzes, UserPanelDescriptor descriptor)
  • Method Details

    • showDialog

      public void showDialog(Component component, String title)
    • getModel

      public UserPanelWizardModel getModel()
    • wasCancelled

      public boolean wasCancelled()
    • getWizard

      public org.pietschy.wizard.Wizard getWizard()
    • getSteps

      public Collection<org.pietschy.wizard.PanelWizardStep> getSteps()
    • main

      public static void main(String[] args)