|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.jgraph.graph.DefaultGraphCell
uk.ac.essex.ia.graph.jgraph.IAGraphCell
public class IAGraphCell
Date: 15-Jul-2002
You should have received a copy of GNU public license with this code.
If not please visit this site
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.jgraph.graph.DefaultGraphCell |
---|
com.jgraph.graph.DefaultGraphCell.ValueChangeHandler |
Field Summary |
---|
Fields inherited from class com.jgraph.graph.DefaultGraphCell |
---|
attributes |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
IAGraphCell()
|
|
IAGraphCell(java.lang.Object o)
|
|
IAGraphCell(java.lang.Object o,
boolean b)
|
|
IAGraphCell(java.lang.Object o,
javax.swing.tree.MutableTreeNode[] mutableTreeNodes)
|
Method Summary | |
---|---|
java.util.Map |
addSourcePort()
|
java.util.Map |
addTargetPort()
|
protected java.lang.Object |
cloneUserObject()
Create a clone of the user object. |
Methods inherited from class com.jgraph.graph.DefaultGraphCell |
---|
clone, getAttributes, getChildren, setAttributes, setUserObject |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
add, breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IAGraphCell()
public IAGraphCell(java.lang.Object o)
public IAGraphCell(java.lang.Object o, javax.swing.tree.MutableTreeNode[] mutableTreeNodes)
public IAGraphCell(java.lang.Object o, boolean b)
Method Detail |
---|
public java.util.Map addSourcePort()
public java.util.Map addTargetPort()
protected java.lang.Object cloneUserObject()
cloneUserObject
in class com.jgraph.graph.DefaultGraphCell
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |