|
|||||||||
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
com.jgraph.graph.DefaultPort
uk.ac.essex.ia.graph.jgraph.IAPort
public abstract class IAPort
Abstract port class to provide some common functions not provided by DefaultPort
Date: 15-Jul-2002
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.DefaultPort |
---|
anchor, edges |
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 | |
---|---|
IAPort()
|
|
IAPort(java.lang.Object userObject)
|
|
IAPort(java.lang.Object userObject,
com.jgraph.graph.Port anchor)
|
Method Summary | |
---|---|
boolean |
add(java.lang.Object edge)
Adds edge to the list of ports. |
boolean |
hasEdges()
|
boolean |
remove(java.lang.Object edge)
Removes edge from the list of ports. |
Methods inherited from class com.jgraph.graph.DefaultPort |
---|
clone, edges, getAnchor, getEdges, setAnchor, setEdges |
Methods inherited from class com.jgraph.graph.DefaultGraphCell |
---|
cloneUserObject, 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 |
Methods inherited from interface com.jgraph.graph.GraphCell |
---|
getAttributes, setAttributes |
Constructor Detail |
---|
public IAPort()
public IAPort(java.lang.Object userObject)
public IAPort(java.lang.Object userObject, com.jgraph.graph.Port anchor)
Method Detail |
---|
public boolean add(java.lang.Object edge)
edge
to the list of ports.
add
in interface com.jgraph.graph.Port
add
in class com.jgraph.graph.DefaultPort
public boolean remove(java.lang.Object edge)
edge
from the list of ports.
remove
in interface com.jgraph.graph.Port
remove
in class com.jgraph.graph.DefaultPort
public boolean hasEdges()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |