org.embl.ebi.escience.scuflworkers.stringconstant
Class StringConstantEditor
java.lang.Object
org.embl.ebi.escience.scuflworkers.stringconstant.StringConstantEditor
- All Implemented Interfaces:
- ProcessorEditor
public class StringConstantEditor
- extends java.lang.Object
- implements ProcessorEditor
An editor for the string constant processor, this handles
requests to change the string the processor emits.
- Author:
- Tom Oinn
Method Summary |
java.lang.String |
getEditorDescription()
Get the menu text for this editor component, this will appear in the
context menu for the processor in the scufl model explorer view. |
java.awt.event.ActionListener |
getListener(Processor theProcessor)
Return an action listener to edit the processor when invoked from the
context menu. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringConstantEditor
public StringConstantEditor()
getListener
public java.awt.event.ActionListener getListener(Processor theProcessor)
- Description copied from interface:
ProcessorEditor
- Return an action listener to edit the processor when invoked from the
context menu.
- Specified by:
getListener
in interface ProcessorEditor
getEditorDescription
public java.lang.String getEditorDescription()
- Description copied from interface:
ProcessorEditor
- Get the menu text for this editor component, this will appear in the
context menu for the processor in the scufl model explorer view.
- Specified by:
getEditorDescription
in interface ProcessorEditor