com.rapidminer.gui.wizards
Class ExampleSourceConfigurationWizardCreator

java.lang.Object
  extended by com.rapidminer.gui.wizards.AbstractConfigurationWizardCreator
      extended by com.rapidminer.gui.wizards.ExampleSourceConfigurationWizardCreator
All Implemented Interfaces:
ConfigurationWizardCreator, java.io.Serializable

public class ExampleSourceConfigurationWizardCreator
extends AbstractConfigurationWizardCreator

This creator can be used to create wizards for the ExampleSource operator.

Author:
Ingo Mierswa
See Also:
Serialized Form

Constructor Summary
ExampleSourceConfigurationWizardCreator()
          Necessary for construction by reflection.
 
Method Summary
 void createConfigurationWizard(ParameterType type, ConfigurationListener listener)
           
 java.lang.String getI18NKey()
          This has to return a key, which is then combined with "gui.action.wizard." for searching in the gui properties for the internationalized button text and icon.
 
Methods inherited from class com.rapidminer.gui.wizards.AbstractConfigurationWizardCreator
getParameters, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleSourceConfigurationWizardCreator

public ExampleSourceConfigurationWizardCreator()
Necessary for construction by reflection.

Method Detail

getI18NKey

public java.lang.String getI18NKey()
Description copied from interface: ConfigurationWizardCreator
This has to return a key, which is then combined with "gui.action.wizard." for searching in the gui properties for the internationalized button text and icon.


createConfigurationWizard

public void createConfigurationWizard(ParameterType type,
                                      ConfigurationListener listener)


Copyright © 2001-2009 by Rapid-I