ConForM.CoopnTools.Constraint
Class ConstraintNodeVariableField
java.lang.Object
|
+--ConForM.CoopnTools.Constraint.ConstraintNode
|
+--ConForM.CoopnTools.Constraint.ConstraintNodeField
|
+--ConForM.CoopnTools.Constraint.ConstraintNodeVariableField
- All Implemented Interfaces:
- javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode
- Direct Known Subclasses:
- ConstraintNodeVariablesField
- public abstract class ConstraintNodeVariableField
- extends ConstraintNodeField
Fields inherited from class ConForM.CoopnTools.Constraint.ConstraintNode |
allowsChildren, arg, childNodeList, consMgr, consTitle, env, fmt, parent, popup, readOnly, removeText, removeTitle, ResourceFile, title, tree |
Method Summary |
void |
addSymbol()
|
protected void |
buildTexts(java.util.ResourceBundle texts)
This routine is called at the creation of the node, by "super". |
protected ConstraintsElement |
getTextElement()
This routine must deliver the coopn text element corresponing to this
node. |
protected boolean |
isNodeField(java.lang.Object node)
|
protected boolean |
isNodeSymbol(java.lang.Object node)
|
Methods inherited from class ConForM.CoopnTools.Constraint.ConstraintNode |
acceptEditions, children, clone, createConsPanel, createNodeFromElement, createPopup, editable, getAllowsChildren, getChildAt, getChildCount, getConsNodeAt, getIndex, getLabel, getParent, getParentConsNode, getPopupMenu, getTreePath, insert, insert, insert, insert, insertAble, insertAble, isLeaf, mergeAble, mergeAble, openAll, remove, remove, remove, removeFromParent, setParent, setUserObject, showConsPanel, standardInsertIndex, standardInsertIndex, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConstraintNodeVariableField
public ConstraintNodeVariableField(ConstraintTree tree,
ConstraintNode parent,
ConstraintsVariableField var,
ConstraintsMgr consMgr,
ConsEnv env)
addSymbol
public void addSymbol()
- Overrides:
addSymbol
in class ConstraintNodeField
isNodeField
protected boolean isNodeField(java.lang.Object node)
- Overrides:
isNodeField
in class ConstraintNodeField
isNodeSymbol
protected boolean isNodeSymbol(java.lang.Object node)
- Overrides:
isNodeSymbol
in class ConstraintNodeField
buildTexts
protected void buildTexts(java.util.ResourceBundle texts)
- This routine is called at the creation of the node, by "super".
- Overrides:
buildTexts
in class ConstraintNodeField
getTextElement
protected ConstraintsElement getTextElement()
- This routine must deliver the coopn text element corresponing to this
node.
- Overrides:
getTextElement
in class ConstraintNode