com.rapidminer.gui.wizards
Interface ConfigurationWizardCreator
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- AbstractConfigurationWizardCreator, ConfigureParameterOptimizationDialogCreator, DBExampleSetWriterConfigurationWizardCreator, DBExampleSourceConfigurationWizardCreator, DBTableSelectionWizardCreator, ExampleSourceConfigurationWizardCreator
public interface ConfigurationWizardCreator
- extends java.io.Serializable
This interface must be implemented by all classes which are able to create a Wizard dialog for
a given ConfigurationListener. The wizard must ensure that at the end of configuration
the listener will be noticed about the parameter changes. Please make sure that implementing classes
provide an empty constructor since objects will be constructed via reflection. The actual wizard
can than be created by the method defined in this interface.
- Author:
- Ingo Mierswa
getButtonText
java.lang.String getButtonText()
setParameters
void setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
getParameters
java.util.Map<java.lang.String,java.lang.String> getParameters()
createConfigurationWizard
void createConfigurationWizard(ConfigurationListener listener)
Copyright © 2001-2009 by Rapid-I