|
|||||||||
| Home >> All >> nectar >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
nectar.view
Class TreeView

java.lang.Objectnectar.view.TreeView
- All Implemented Interfaces:
- java.io.Serializable
- public class TreeView
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
| Field Summary | |
protected java.util.List |
children
|
protected RecordView |
view
|
| Constructor Summary | |
TreeView()
Creates a new instance of Class |
|
| Method Summary | |
void |
addChild(TreeView tv)
|
java.util.List |
getChildren()
|
RecordView |
getView()
|
void |
loadFromTree(nectar.record.RecordTree tree)
|
void |
setChildren(java.util.List l)
|
void |
setView(RecordView v)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
children
protected java.util.List children
view
protected RecordView view
| Constructor Detail |
TreeView
public TreeView()
- Creates a new instance of Class
| Method Detail |
getChildren
public java.util.List getChildren()
setChildren
public void setChildren(java.util.List l)
addChild
public void addChild(TreeView tv)
loadFromTree
public void loadFromTree(nectar.record.RecordTree tree)
getView
public RecordView getView()
setView
public void setView(RecordView v)
|
|||||||||
| Home >> All >> nectar >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
nectar.view.TreeView