org.embl.ebi.escience.scuflworkers.java
Class XMLSplittableOutputPort
java.lang.Object
org.embl.ebi.escience.scufl.Port
org.embl.ebi.escience.scufl.OutputPort
org.embl.ebi.escience.scuflworkers.java.XMLSplittableOutputPort
- All Implemented Interfaces:
- java.awt.datatransfer.Transferable, java.io.Serializable, ScuflContextMenuAware
public class XMLSplittableOutputPort
- extends OutputPort
- implements ScuflContextMenuAware
Specialised OutputPort that is able to generate ScuflContextMenu JMenu items
to allow the user to add XMLSplitters to that port
- Author:
- Stuart Owen
- See Also:
- Serialized Form
|
Method Summary |
java.util.List<javax.swing.JMenuItem> |
contextMenuItems()
Generates the menu items for the port if applicable, otherwise returns an
empty List |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XMLSplittableOutputPort
public XMLSplittableOutputPort(Processor processor,
java.lang.String name)
throws DuplicatePortNameException,
PortCreationException
- Throws:
DuplicatePortNameException
PortCreationException
contextMenuItems
public java.util.List<javax.swing.JMenuItem> contextMenuItems()
- Generates the menu items for the port if applicable, otherwise returns an
empty List
- Specified by:
contextMenuItems in interface ScuflContextMenuAware
- Returns: