|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
modeller.objects.CopyOfObjectsPanel.MyDefaultMutableTreeNode
public class CopyOfObjectsPanel.MyDefaultMutableTreeNode
Field Summary | |
---|---|
private boolean |
folderOpen
|
private int |
id
|
static int |
LAYER_NODE
|
private java.lang.String |
nodeName
|
static int |
OBJECT_NODE
|
private int |
typ
|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
CopyOfObjectsPanel.MyDefaultMutableTreeNode(java.lang.String string)
|
Method Summary | |
---|---|
int |
getId()
|
java.lang.String |
getNodeName()
|
int |
getTyp()
|
boolean |
isFolderOpen()
|
void |
setFolderOpen(boolean folderOpen)
|
void |
setId(int id)
|
void |
setNodeName(java.lang.String nodeName)
|
void |
setTyp(int typ)
|
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
add, breadthFirstEnumeration, children, clone, 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, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int OBJECT_NODE
public static final int LAYER_NODE
private java.lang.String nodeName
private int id
private int typ
private boolean folderOpen
Constructor Detail |
---|
public CopyOfObjectsPanel.MyDefaultMutableTreeNode(java.lang.String string)
Method Detail |
---|
public int getId()
public void setId(int id)
public int getTyp()
public void setTyp(int typ)
public boolean isFolderOpen()
public void setFolderOpen(boolean folderOpen)
public java.lang.String getNodeName()
public void setNodeName(java.lang.String nodeName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |