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 TypeClassDescriptionclassclassclassclassclass - 
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 TypeClassDescriptionclassclassclass - 
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) RetrievesWizardOptions 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 voidDynamicWizard.registerWizardOption(String wizardId, WizardOption option) Method parameters in repast.simphony.util.wizard with type arguments of type WizardOptionModifier and TypeMethodDescriptionvoidChooseOptionStep.setOptions(Iterable<WizardOption> options)