|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--javax.swing.tree.DefaultMutableTreeNode
|
+--com.bonevich.erj.ui.ErjTreeNode
| Field Summary |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
ErjTreeNode(java.lang.Object modelElement)
Creates new ErjTreeNode |
|
ErjTreeNode(java.lang.Object modelElement,
javax.swing.tree.DefaultTreeModel model)
|
|
| Method Summary | |
void |
add(javax.swing.tree.MutableTreeNode newChild)
|
void |
checkDependents()
|
boolean |
getAllowsChildren()
|
java.util.Vector |
getPopUpActions(java.awt.event.MouseEvent e)
|
boolean |
isAttribute()
|
boolean |
isDomain()
|
boolean |
isForeignKey()
|
boolean |
isLeaf()
|
boolean |
isRelation()
|
boolean |
isSchema()
|
void |
setModel(javax.swing.tree.DefaultTreeModel model)
|
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
breadthFirstEnumeration, children, clone, depthFirstEnumeration, 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, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ErjTreeNode(java.lang.Object modelElement)
public ErjTreeNode(java.lang.Object modelElement,
javax.swing.tree.DefaultTreeModel model)
| Method Detail |
public void setModel(javax.swing.tree.DefaultTreeModel model)
public boolean isSchema()
public boolean isRelation()
public boolean isDomain()
public boolean isAttribute()
public boolean isForeignKey()
public boolean getAllowsChildren()
getAllowsChildren in interface javax.swing.tree.TreeNodegetAllowsChildren in class javax.swing.tree.DefaultMutableTreeNodepublic boolean isLeaf()
isLeaf in interface javax.swing.tree.TreeNodeisLeaf in class javax.swing.tree.DefaultMutableTreeNodepublic void checkDependents()
public void add(javax.swing.tree.MutableTreeNode newChild)
add in class javax.swing.tree.DefaultMutableTreeNodepublic java.util.Vector getPopUpActions(java.awt.event.MouseEvent e)
getPopUpActions in interface org.tigris.gef.ui.PopupGenerator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||