public abstract class AbstractNode extends java.lang.Object implements Node
Node.Action, Node.ActionListener| Constructor and Description |
|---|
AbstractNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
doubleClicked() |
Node[] |
getChildren() |
protected abstract Node[] |
loadChildren() |
void |
refresh() |
void |
showPopupMenu(java.awt.Component invoker,
int x,
int y,
Node.ActionListener actionListener) |
public final Node[] getChildren()
getChildren in interface Nodepublic void doubleClicked()
doubleClicked in interface Nodepublic void showPopupMenu(java.awt.Component invoker,
int x,
int y,
Node.ActionListener actionListener)
showPopupMenu in interface Nodeprotected abstract Node[] loadChildren()