Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.embl.ebi.escience.scuflworkers
Interface ProcessorEditor  view ProcessorEditor download ProcessorEditor.java


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.