public class TerminalCell extends AbstractNetCell
_inEdge, _outEdge
attributes
Constructor and Description |
---|
TerminalCell(java.awt.geom.Rectangle2D bounds,
boolean isStart) |
Modifier and Type | Method and Description |
---|---|
boolean |
canBeRemoved() |
boolean |
canBeSource() |
boolean |
canBeTarget() |
java.lang.String |
getInnerToolTipText() |
boolean |
isStart() |
java.lang.String |
toString() |
getBounds, getCentre, getIncomingEdge, getLocation, getOutgoingEdge, getToolTipText, removeEdges, setBounds, setIncomingEdge, setOutgoingEdge
addPort, addPort, addPort, changeAttributes, clone, getAttributes, getChildren, setAttributes
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, setUserObject
public TerminalCell(java.awt.geom.Rectangle2D bounds, boolean isStart)
public boolean isStart()
public boolean canBeSource()
canBeSource
in class AbstractNetCell
public boolean canBeTarget()
canBeTarget
in class AbstractNetCell
public boolean canBeRemoved()
canBeRemoved
in class AbstractNetCell
public java.lang.String getInnerToolTipText()
getInnerToolTipText
in class AbstractNetCell
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode