iiuf.swing.graph
Class AbstractNodeComponentFactory

java.lang.Object
iiuf.swing.graph.AbstractNodeComponentFactory
- All Implemented Interfaces:
- iiuf.util.AttributeFactory
- public abstract class AbstractNodeComponentFactory
- extends java.lang.Object
- implements iiuf.util.AttributeFactory
Component factory for COMPONENT attribute of graph nodes 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 |
gp
GraphPanel gp
AbstractNodeComponentFactory
public AbstractNodeComponentFactory(GraphPanel graphPanel)
newAttribute
public java.lang.Object newAttribute(iiuf.util.Attributable attributable,
java.lang.Object[] args)
- Specified by:
newAttribute in interface iiuf.util.AttributeFactory
newNodeComponent
protected abstract java.awt.Component newNodeComponent(iiuf.util.graph.GraphNode node,
java.lang.Object[] args)