public class PrimitiveCell extends AbstractNetCell
_inEdge, _outEdge
attributes
Constructor and Description |
---|
PrimitiveCell(java.awt.geom.Rectangle2D bounds,
RdrPrimitive primitive) |
Modifier and Type | Method and Description |
---|---|
boolean |
canBeRemoved() |
java.lang.String |
getInnerToolTipText() |
RdrPrimitive |
getPrimitive() |
ExletTarget |
getTarget() |
boolean |
isCompensator() |
void |
setAncestorCasesTarget(boolean isAncestorCases) |
boolean |
shouldShowAncestorPopup() |
java.lang.String |
toString() |
canBeSource, canBeTarget, 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 PrimitiveCell(java.awt.geom.Rectangle2D bounds, RdrPrimitive primitive)
public RdrPrimitive getPrimitive()
public ExletTarget getTarget()
public boolean isCompensator()
public void setAncestorCasesTarget(boolean isAncestorCases)
public boolean shouldShowAncestorPopup()
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