Uses of Class
repast.simphony.ui.plugin.editor.OptionsEditorDialog
Package
Description
-
Uses of OptionsEditorDialog in repast.simphony.dataLoader.ui
-
Uses of OptionsEditorDialog in repast.simphony.freezedry.gui
-
Uses of OptionsEditorDialog in repast.simphony.ui.plugin.editor
Modifier and TypeClassDescriptionclass
AbstractWizardEditor<T extends ControllerAction>
This is an abstractEditor
implementation that is to be used for ui's where the editor is based on a set ofPanelWizardStep
s.Modifier and TypeMethodDescriptionstatic OptionsEditorDialog
OptionsEditorDialog.create
(org.pietschy.wizard.WizardModel model, org.pietschy.wizard.models.Path steps, String title) Creates a dialog whose content is specified by the steps in the given path.AbstractWizardActionUI.getEditor
(ScenarioTreeEvent evt) Creates and returns anOptionsEditorDialog
whose content is the steps fromAbstractWizardActionUI.getPath()
whose model is fromAbstractWizardActionUI.getWizardModel(SimplePath, repast.simphony.scenario.Scenario, Object, ScenarioTreeEvent)
, and whose title is this wizard's title. -
Uses of OptionsEditorDialog in repast.simphony.visualization.gui
Modifier and TypeClassDescriptionclass
Options dialog for editing an existing display.