Uses of Interface
repast.simphony.util.wizard.WizardOption
Packages that use WizardOption
Package
Description
-
Uses of WizardOption in repast.simphony.dataLoader.ui.wizard
Subinterfaces of WizardOption in repast.simphony.dataLoader.ui.wizardClasses in repast.simphony.dataLoader.ui.wizard that implement WizardOptionModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of WizardOption in repast.simphony.dataLoader.ui.wizard.builder
Classes in repast.simphony.dataLoader.ui.wizard.builder that implement WizardOption -
Uses of WizardOption in repast.simphony.dataLoader.wizard
Classes in repast.simphony.dataLoader.wizard that implement WizardOption -
Uses of WizardOption in repast.simphony.freezedry.wizard
Subinterfaces of WizardOption in repast.simphony.freezedry.wizardClasses in repast.simphony.freezedry.wizard that implement WizardOptionModifier and TypeClassDescriptionclass
class
class
-
Uses of WizardOption in repast.simphony.util.wizard
Classes in repast.simphony.util.wizard with type parameters of type WizardOptionClasses in repast.simphony.util.wizard that implement WizardOptionMethods in repast.simphony.util.wizard with type parameters of type WizardOptionModifier 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.Methods in repast.simphony.util.wizard that return WizardOptionMethods in repast.simphony.util.wizard that return types with arguments of type WizardOptionModifier and TypeMethodDescriptionstatic Collection<WizardOption>
DynamicWizard.getWizardOptions
(String wizardId) Methods in repast.simphony.util.wizard with parameters of type WizardOptionModifier and TypeMethodDescriptionstatic void
DynamicWizard.registerWizardOption
(String wizardId, WizardOption option) Method parameters in repast.simphony.util.wizard with type arguments of type WizardOptionModifier and TypeMethodDescriptionvoid
ChooseOptionStep.setOptions
(Iterable<WizardOption> options)