org.embl.ebi.escience.scuflui.dnd
Class FactorySpecFragment
java.lang.Object
org.embl.ebi.escience.scuflui.dnd.SpecFragment
org.embl.ebi.escience.scuflui.dnd.FactorySpecFragment
- All Implemented Interfaces:
- java.io.Serializable
public class FactorySpecFragment
- extends SpecFragment
- implements java.io.Serializable
Contains a JDOM Element and methods to build processors
and processor factories from same, specialized to be
from the Factory objects for purposes of drag specialization
- Author:
- Tom Oinn
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getFactoryNodeName()
Will contain the original node name of the processor
factory that produced this object, the idea being that
the model explorer can use this as the default name
for a drop event |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactorySpecFragment
public FactorySpecFragment(org.jdom.Element element,
java.lang.String name)
getFactoryNodeName
public java.lang.String getFactoryNodeName()
- Will contain the original node name of the processor
factory that produced this object, the idea being that
the model explorer can use this as the default name
for a drop event