java.lang.Object
iiuf.swing.graph.AbstractPortFactory
- All Implemented Interfaces:
- iiuf.util.AttributeFactory
- public abstract class AbstractPortFactory
- extends java.lang.Object
- implements iiuf.util.AttributeFactory
Port list factory for GRAPH_NODE_PORT attribute of graph ports in a GraphPanel.
(c) 2000, 2001, IIUF, DIUF
- Version:
- $Name: $ $Revision: 1.1 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPortFactory
public AbstractPortFactory()
newAttribute
public java.lang.Object newAttribute(iiuf.util.Attributable attributable,
java.lang.Object[] args)
- Specified by:
newAttribute in interface iiuf.util.AttributeFactory
newPort
protected abstract GraphNodePort newPort(iiuf.util.graph.GraphPort port,
java.lang.Object[] args)