Package weka.knowledgeflow.steps
Class Note
java.lang.Object
weka.knowledgeflow.steps.BaseStep
weka.knowledgeflow.steps.Note
- All Implemented Interfaces:
Serializable
,BaseStepExtender
,Step
A Knowledge Flow "step" that implements a note on the GUI layout
- Version:
- $Revision: $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step.Get incoming connections accepted - none in the case of a note :-)Get the text of the noteGet outgoing connections produced - none in the case of a note :-)void
setNoteText
(String text) Set the text of the notevoid
stepInit()
Initialize - does nothing in the case of a note :-)Methods inherited from class weka.knowledgeflow.steps.BaseStep
environmentSubstitute, getDefaultSettings, getInteractiveViewers, getInteractiveViewersImpls, getName, getStepManager, globalInfo, isResourceIntensive, isStopRequested, outputStructureForConnectionType, outputStructureForConnectionType, processIncoming, setName, setStepIsResourceIntensive, setStepManager, setStepMustRunSingleThreaded, start, stepMustRunSingleThreaded, stop
-
Constructor Details
-
Note
public Note()
-
-
Method Details
-
stepInit
public void stepInit()Initialize - does nothing in the case of a note :-) -
setNoteText
Set the text of the note- Parameters:
text
- the text
-
getNoteText
Get the text of the note- Returns:
- the text
-
getIncomingConnectionTypes
Get incoming connections accepted - none in the case of a note :-)- Returns:
- a list of incoming connections
-
getOutgoingConnectionTypes
Get outgoing connections produced - none in the case of a note :-)- Returns:
- a list of outgoing connections
-
getCustomEditorForStep
Return the fully qualified name of a custom editor component (JComponent) to use for editing the properties of the step. This method can return null, in which case the system will dynamically generate an editor using the GenericObjectEditor- Specified by:
getCustomEditorForStep
in interfaceStep
- Overrides:
getCustomEditorForStep
in classBaseStep
- Returns:
- the fully qualified name of a step editor component
-