|
|||||||||
| Home >> All >> org >> embl >> ebi >> escience >> [ scuflworkers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.embl.ebi.escience.scuflworkers
Interface ProcessorEditor

- public interface ProcessorEditor
Classes implementing this perform in place editing of a particular processor instance. For example, the string constant processor has an editor that allows the user to change the value of the string it emits.
| 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(org.embl.ebi.escience.scufl.Processor theProcessor)
Return an action listener to edit the processor when invoked from the context menu. |
| Method Detail |
getListener
public java.awt.event.ActionListener getListener(org.embl.ebi.escience.scufl.Processor theProcessor)
- Return an action listener to edit the processor when
invoked from the context menu.
getEditorDescription
public 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.
|
|||||||||
| Home >> All >> org >> embl >> ebi >> escience >> [ scuflworkers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC