|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
public interface NodeInfo
NodeInfo. Defines the structure of an Exlorer Tree.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
Class<?> getType()
String getName(Object object)
object -
String getTooltip()
Icon getIcon()
List<Object> getChildren(Object node)
node -
boolean isLeaf(Object node)
node - the node
ExplorerTreeView getView(Controller controller,
Object node)
controller - node -
JPopupMenu getPopupMenu(TreePath node)
node -
Icon getExpandedIcon()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||