Package repast.simphony.ui.plugin.editor
Interface PluginWizardStepListener
- All Known Implementing Classes:
AgentSelectionStep
,AggregateChartStep
,AggregateSourceStep
,BrowseForHomeStep
,ChartPropertiesStep
,ChooseOptionStep
,ClassBuilderStep
,ConsoleSinkPropertiesStep
,ContinuousStyleStep
,CopyRightStep
,CoverageStyleClassStep
,CoverageStyleStep
,DataLoadingSetupFinish
,DataSetGeneralStep
,DefaultFinishStep
,EdgeStyleStep
,FileChooserStep
,FileSelectionPanel
,FileSinkChooserStep
,GeneralStep
,GIS3DOptionStep
,GISAgentSelectionStep
,GISStyleStep
,HistogramChartPropertiesStep
,HistogramDataStep
,HistogramPropertiesStep
,LayerOrderStep
,ModelInitPanel
,NameOnlyGeneralStep
,NetLayoutStep
,NetworkChooserStep
,NewScenarioFinalPanel
,NonAggregateChartStep
,NonAggregateSourceStep
,PluginWizardStep
,ScenarioSelectionPanel
,ScheduleStep
,SinkDataStep
,StyleClassStep
,StyleStep
,TimeSeriesGeneralStep
,ValueLayerStep
,XMLFileChooserStep
,XMLFileChooserStep
public interface PluginWizardStepListener
Listener for Repast Plugin wizard step classes
- Author:
- eric
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Update any data in an implementing wizard step.
-
Method Details
-
updateStep
void updateStep()Update any data in an implementing wizard step. Useful for when the step contents are dependent on another step and need to be updated accordingly, as in the options dialog for editing an existing item in the Scenario Tree.
-