|
||||||||||
| 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 TreeNodepublic int getChildCount()
getChildCount in interface TreeNodepublic TreeNode getParent()
getParent in interface TreeNodepublic int getIndex(TreeNode pNode)
getIndex in interface TreeNodepublic boolean getAllowsChildren()
getAllowsChildren in interface TreeNodepublic boolean isLeaf()
isLeaf in interface TreeNodepublic Enumeration children()
children in interface TreeNodepublic String toString()
toString in class Objectpublic boolean equals(Object pObject)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void insert(MutableTreeNode pChild,
int pIndex)
insert in interface MutableTreeNodepublic void remove(int pIndex)
remove in interface MutableTreeNodepublic void remove(MutableTreeNode pNode)
remove in interface MutableTreeNodepublic void removeFromParent()
removeFromParent in interface MutableTreeNodepublic void setParent(MutableTreeNode pNewParent)
setParent in interface MutableTreeNodepublic void setUserObject(Object pObject)
setUserObject in interface MutableTreeNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||