public class Note extends BaseStep
Constructor and Description |
---|
Note() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomEditorForStep()
Return the fully qualified name of a custom editor component (JComponent)
to use for editing the properties of the step.
|
java.util.List<java.lang.String> |
getIncomingConnectionTypes()
Get incoming connections accepted - none in the case of a note :-)
|
java.lang.String |
getNoteText()
Get the text of the note
|
java.util.List<java.lang.String> |
getOutgoingConnectionTypes()
Get outgoing connections produced - none in the case of a note :-)
|
void |
setNoteText(java.lang.String text)
Set the text of the note
|
void |
stepInit()
Initialize - does nothing in the case of a note :-)
|
environmentSubstitute, getDefaultSettings, getInteractiveViewers, getInteractiveViewersImpls, getName, getStepManager, globalInfo, isResourceIntensive, isStopRequested, outputStructureForConnectionType, outputStructureForConnectionType, processIncoming, setName, setStepIsResourceIntensive, setStepManager, setStepMustRunSingleThreaded, start, stepMustRunSingleThreaded, stop
public void stepInit()
public void setNoteText(java.lang.String text)
text
- the textpublic java.lang.String getNoteText()
public java.util.List<java.lang.String> getIncomingConnectionTypes()
public java.util.List<java.lang.String> getOutgoingConnectionTypes()
public java.lang.String getCustomEditorForStep()
getCustomEditorForStep
in interface Step
getCustomEditorForStep
in class BaseStep