ConForM.CoopnTools.Constraint
Class ConstraintNodeConsField

java.lang.Object
  |
  +--ConForM.CoopnTools.Constraint.ConstraintNode
        |
        +--ConForM.CoopnTools.Constraint.ConstraintNodeField
              |
              +--ConForM.CoopnTools.Constraint.ConstraintNodeConsField
All Implemented Interfaces:
javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode
Direct Known Subclasses:
ConstraintNodeConstraintsField

public abstract class ConstraintNodeConsField
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
 
Constructor Summary
ConstraintNodeConsField(ConstraintTree tree, ConstraintNode parent, ConstraintsConsField cons, ConstraintsMgr consMgr, ConsEnv env)
           
 
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.ConstraintNodeField
insertAbleObject, mergeAbleObject, notifyInsertRemove, standardInsertIndexObject
 
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
 

Constructor Detail

ConstraintNodeConsField

public ConstraintNodeConsField(ConstraintTree tree,
                               ConstraintNode parent,
                               ConstraintsConsField cons,
                               ConstraintsMgr consMgr,
                               ConsEnv env)
Method Detail

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