java.lang.Object
org.embl.ebi.escience.scuflworkers.stringconstant.StringConstantEditor
- All Implemented Interfaces:
- org.embl.ebi.escience.scuflworkers.ProcessorEditor
- public class StringConstantEditor
- extends java.lang.Object
- implements org.embl.ebi.escience.scuflworkers.ProcessorEditor
An editor for the string constant processor, this handles
requests to change the string the processor emits.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringConstantEditor
public StringConstantEditor()
getListener
public java.awt.event.ActionListener getListener(org.embl.ebi.escience.scufl.Processor theProcessor)
- Description copied from interface:
org.embl.ebi.escience.scuflworkers.ProcessorEditor
- Return an action listener to edit the processor when
invoked from the context menu.
- Specified by:
getListener in interface org.embl.ebi.escience.scuflworkers.ProcessorEditor
getEditorDescription
public java.lang.String getEditorDescription()
- Description copied from interface:
org.embl.ebi.escience.scuflworkers.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 org.embl.ebi.escience.scuflworkers.ProcessorEditor