|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- The type for node IDs.T
- The InterfaceNode
sub-type that this factory provides.public static interface InterfaceNode.Factory<K,T extends InterfaceNode<K>>
Factory interface for InterfaceNode
s. Renderer implementations
will need to provide an implementation for this.
Method Summary | |
---|---|
T |
newInterfaceNode(K nodeId)
Creates a new InterfaceNode and adds it to the graph. |
Method Detail |
---|
T newInterfaceNode(K nodeId)
InterfaceNode
and adds it to the graph.
nodeId
- ID for the node.
InterfaceNode
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |