Uses of Interface
repast.simphony.util.wizard.WizardOption
Package
Description
-
Uses of WizardOption in repast.simphony.dataLoader.ui.wizard
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of WizardOption in repast.simphony.dataLoader.ui.wizard.builder
-
Uses of WizardOption in repast.simphony.dataLoader.wizard
-
Uses of WizardOption in repast.simphony.freezedry.wizard
Modifier and TypeClassDescriptionclass
class
class
-
Uses of WizardOption in repast.simphony.util.wizard
Modifier and TypeMethodDescriptionstatic <T extends WizardOption>
List<T>WizardPluginUtil.loadWizardOptions
(org.java.plugin.PluginManager manager, Class<T> baseOptionClass, String extensionPointPluginId, String extensionPointId, boolean register) RetrievesWizardOption
s of the specified type from the plugin manager.Modifier and TypeMethodDescriptionstatic Collection<WizardOption>
DynamicWizard.getWizardOptions
(String wizardId) Modifier and TypeMethodDescriptionstatic void
DynamicWizard.registerWizardOption
(String wizardId, WizardOption option) Modifier and TypeMethodDescriptionvoid
ChooseOptionStep.setOptions
(Iterable<WizardOption> options)