ConForM.CoopnTools.Constraint
Class ConstraintNodeAxiomField

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

public abstract class ConstraintNodeAxiomField
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
ConstraintNodeAxiomField(ConstraintTree tree, ConstraintNode parent, ConstraintsAxiomField axiom, 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

ConstraintNodeAxiomField

public ConstraintNodeAxiomField(ConstraintTree tree,
                                ConstraintNode parent,
                                ConstraintsAxiomField axiom,
                                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