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 TypeClassDescriptionclassAbstractWizardEditor<T extends ControllerAction>This is an abstractEditorimplementation that is to be used for ui's where the editor is based on a set ofPanelWizardSteps.Methods in repast.simphony.ui.plugin.editor that return OptionsEditorDialogModifier and TypeMethodDescriptionstatic OptionsEditorDialogOptionsEditorDialog.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 anOptionsEditorDialogwhose 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 TypeClassDescriptionclassOptions dialog for editing an existing display.