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 GUISourced
public void attached()
attached
in interface Controller
public 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 SelectionActor
public void showNewItem(java.lang.Object[] pathTo)
Copyright © 2013. All Rights Reserved.