org.embl.ebi.escience.scuflworkers.soaplab
Class PollingPropertiesEditor

java.lang.Object
  extended by org.embl.ebi.escience.scuflworkers.soaplab.PollingPropertiesEditor
All Implemented Interfaces:
ProcessorEditor

public class PollingPropertiesEditor
extends java.lang.Object
implements ProcessorEditor

Edits the polling properties for the soaplab processor

Author:
Tom Oinn

Nested Class Summary
 class PollingPropertiesEditor.PollingPropertiesPanel
           
 
Constructor Summary
PollingPropertiesEditor()
           
 
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
 

Constructor Detail

PollingPropertiesEditor

public PollingPropertiesEditor()
Method Detail

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

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