public class Note extends BaseStep
| Constructor and Description |
|---|
Note() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomEditorForStep()
Return the fully qualified name of a custom editor component (JComponent)
to use for editing the properties of the step.
|
List<String> |
getIncomingConnectionTypes()
Get incoming connections accepted - none in the case of a note :-)
|
String |
getNoteText()
Get the text of the note
|
List<String> |
getOutgoingConnectionTypes()
Get outgoing connections produced - none in the case of a note :-)
|
void |
setNoteText(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, processIncoming, setName, setStepIsResourceIntensive, setStepManager, start, stoppublic void stepInit()
public void setNoteText(String text)
text - the textpublic String getNoteText()
public List<String> getIncomingConnectionTypes()
public List<String> getOutgoingConnectionTypes()
public String getCustomEditorForStep()
getCustomEditorForStep in interface StepgetCustomEditorForStep in class BaseStepCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.