modeller.objects
Class ObjectsPanel.MyDefaultMutableTreeNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by modeller.objects.ObjectsPanel.MyDefaultMutableTreeNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode
Enclosing class:
ObjectsPanel

public class ObjectsPanel.MyDefaultMutableTreeNode
extends javax.swing.tree.DefaultMutableTreeNode

See Also:
Serialized Form

Field Summary
private  boolean folderOpen
           
private  int id
           
static int LAYER_NODE
           
private  java.lang.String nodeName
           
static int OBJECT_NODE
           
private  int row
           
private  int typ
           
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
ObjectsPanel.MyDefaultMutableTreeNode(java.lang.String string)
           
 
Method Summary
 int getId()
           
 java.lang.String getNodeName()
           
 int getRow()
           
 int getTyp()
           
 boolean isFolderOpen()
           
 void setFolderOpen(boolean folderOpen)
           
 void setId(int id)
           
 void setNodeName(java.lang.String nodeName)
           
 void setRow(int row)
           
 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

OBJECT_NODE

public static final int OBJECT_NODE
See Also:
Constant Field Values

LAYER_NODE

public static final int LAYER_NODE
See Also:
Constant Field Values

nodeName

private java.lang.String nodeName

id

private int id

typ

private int typ

folderOpen

private boolean folderOpen

row

private int row
Constructor Detail

ObjectsPanel.MyDefaultMutableTreeNode

public ObjectsPanel.MyDefaultMutableTreeNode(java.lang.String string)
Method Detail

getId

public int getId()

setId

public void setId(int id)

getTyp

public int getTyp()

setTyp

public void setTyp(int typ)

isFolderOpen

public boolean isFolderOpen()

setFolderOpen

public void setFolderOpen(boolean folderOpen)

getNodeName

public java.lang.String getNodeName()

setNodeName

public void setNodeName(java.lang.String nodeName)

getRow

public int getRow()

setRow

public void setRow(int row)