public interface Node
Modifier and Type | Interface and Description |
---|---|
static class |
Node.Action |
static interface |
Node.ActionListener |
Modifier and Type | Method and Description |
---|---|
void |
doubleClicked() |
Node[] |
getChildren() |
javax.swing.Icon |
getIcon() |
java.lang.String |
getName() |
boolean |
isLeaf() |
void |
refresh() |
void |
showPopupMenu(java.awt.Component invoker,
int x,
int y,
Node.ActionListener actionListener) |
java.lang.String getName()
javax.swing.Icon getIcon()
boolean isLeaf()
Node[] getChildren()
void doubleClicked()
void showPopupMenu(java.awt.Component invoker, int x, int y, Node.ActionListener actionListener)
void refresh()