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 Node
public void doubleClicked()
doubleClicked
in interface Node
public void showPopupMenu(java.awt.Component invoker, int x, int y, Node.ActionListener actionListener)
showPopupMenu
in interface Node
protected abstract Node[] loadChildren()