org.embl.ebi.escience.scuflworkers
Interface ScuflContextMenuAware

All Known Implementing Classes:
XMLSplittableInputPort, XMLSplittableOutputPort

public interface ScuflContextMenuAware

An Interface then when implemented by a Processor indicates that ports related to this processor may possibly have scufl context menu items to be appended to the menu when right clicking on that port in the Advanced Model Explorer

Author:
Stuart Owen

Method Summary
 java.util.List<javax.swing.JMenuItem> contextMenuItems()
          Creates a list, in order, of the JMenuItems to be added to the ScuflContextMenu
 

Method Detail

contextMenuItems

java.util.List<javax.swing.JMenuItem> contextMenuItems()
Creates a list, in order, of the JMenuItems to be added to the ScuflContextMenu

Parameters:
port -
Returns: