Uses of Class
repast.simphony.ui.plugin.editor.OptionsEditorDialog
Packages that use OptionsEditorDialog
Package
Description
-
Uses of OptionsEditorDialog in repast.simphony.dataLoader.ui
Subclasses of OptionsEditorDialog in repast.simphony.dataLoader.ui -
Uses of OptionsEditorDialog in repast.simphony.freezedry.gui
Subclasses of OptionsEditorDialog in repast.simphony.freezedry.gui -
Uses of OptionsEditorDialog in repast.simphony.ui.plugin.editor
Subclasses of OptionsEditorDialog in repast.simphony.ui.plugin.editorModifier 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.Methods in repast.simphony.ui.plugin.editor that return OptionsEditorDialogModifier 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
Subclasses of OptionsEditorDialog in repast.simphony.visualization.guiModifier and TypeClassDescriptionclass
Options dialog for editing an existing display.