public interface NodeInfo
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getChildren(Object node)
Returns a list of children
|
Icon |
getExpandedIcon()
Returns the expanded icon
|
Icon |
getIcon()
Returns the icon of the node
|
String |
getName(Object object)
Returns the name of the node
|
JPopupMenu |
getPopupMenu(TreePath node)
Returns the context menu of a node.
|
String |
getTooltip()
Returns the tool tip of the node
|
Class<?> |
getType()
Rerturns the type of the node
|
ExplorerTreeView |
getView(Controller controller,
Object node)
Returns the view of the node
|
boolean |
isLeaf(Object node)
Returns true if the current node is a leaf
|
Class<?> getType()
String getTooltip()
Icon getIcon()
List<Object> getChildren(Object node)
node - boolean isLeaf(Object node)
node - the nodeExplorerTreeView getView(Controller controller, Object node)
controller - node - JPopupMenu getPopupMenu(TreePath node)
node - Icon getExpandedIcon()
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.