|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
public static class JVxTree.DataPageNode
DataPageNode implements MutableTreeNode.
Constructor Summary | |
---|---|
JVxTree.DataPageNode(JVxTree pTree,
IDataBook[] pDataBooks)
Constructs a new root DataPageNode. |
Method Summary | |
---|---|
Enumeration |
children()
|
boolean |
equals(Object pObject)
|
boolean |
getAllowsChildren()
|
TreeNode |
getChildAt(int pChildIndex)
|
int |
getChildCount()
|
IChangeableDataRow |
getDataRow()
Gets the current IDataRow. |
int |
getIndex(TreeNode pNode)
|
TreeNode |
getParent()
|
IDataRow |
getPrimaryKey(IDataRow pDataRow)
Gets the primary key part of the given datarow. |
int |
hashCode()
|
void |
insert(MutableTreeNode pChild,
int pIndex)
|
boolean |
isLeaf()
|
boolean |
isValidNode()
Checks, if this node is still valid. |
void |
remove(int pIndex)
|
void |
remove(MutableTreeNode pNode)
|
void |
removeFromParent()
|
void |
setParent(MutableTreeNode pNewParent)
|
void |
setUserObject(Object pObject)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JVxTree.DataPageNode(JVxTree pTree, IDataBook[] pDataBooks)
pTree
- the Tree.pDataBooks
- the IDataBook's.Method Detail |
---|
public IChangeableDataRow getDataRow()
public IDataRow getPrimaryKey(IDataRow pDataRow)
pDataRow
- the given datarow.
public boolean isValidNode()
public TreeNode getChildAt(int pChildIndex)
getChildAt
in interface TreeNode
public int getChildCount()
getChildCount
in interface TreeNode
public TreeNode getParent()
getParent
in interface TreeNode
public int getIndex(TreeNode pNode)
getIndex
in interface TreeNode
public boolean getAllowsChildren()
getAllowsChildren
in interface TreeNode
public boolean isLeaf()
isLeaf
in interface TreeNode
public Enumeration children()
children
in interface TreeNode
public String toString()
toString
in class Object
public boolean equals(Object pObject)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void insert(MutableTreeNode pChild, int pIndex)
insert
in interface MutableTreeNode
public void remove(int pIndex)
remove
in interface MutableTreeNode
public void remove(MutableTreeNode pNode)
remove
in interface MutableTreeNode
public void removeFromParent()
removeFromParent
in interface MutableTreeNode
public void setParent(MutableTreeNode pNewParent)
setParent
in interface MutableTreeNode
public void setUserObject(Object pObject)
setUserObject
in interface MutableTreeNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |