public class TreeController extends java.lang.Object implements Controller, GUISourced, SelectionActor
| Modifier and Type | Field and Description |
|---|---|
(package private) Tree |
tree |
TreeDisplay |
treeDisplay |
| Constructor and Description |
|---|
TreeController() |
| Modifier and Type | Method and Description |
|---|---|
void |
attached() |
java.lang.String |
getGUISources() |
void |
repivot(java.lang.String s) |
void |
selectionAction(java.lang.Object obj,
java.lang.String id) |
void |
setTree(Tree xtree) |
void |
showNewItem(java.lang.Object[] pathTo) |
void |
treeModified() |
Tree tree
public TreeDisplay treeDisplay
public java.lang.String getGUISources()
getGUISources in interface GUISourcedpublic void attached()
attached in interface Controllerpublic void setTree(Tree xtree)
public void repivot(java.lang.String s)
public void treeModified()
public void selectionAction(java.lang.Object obj,
java.lang.String id)
selectionAction in interface SelectionActorpublic void showNewItem(java.lang.Object[] pathTo)
Copyright © 2013. All Rights Reserved.