|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.split.SplitNodeAdapter
public abstract class SplitNodeAdapter
An implementation of SplitNodeVisitor, all methods call handle(SplitNode).
| Constructor Summary | |
|---|---|
SplitNodeAdapter()
|
|
| Method Summary | |
|---|---|
protected void |
handle(SplitNode node)
|
void |
handleLeaf(Leaf leaf)
Invoked when visiting a leaf of the tree. |
void |
handleNode(Node node)
Invoked when visiting a node of the tree. |
void |
handlePlaceholder(Placeholder placeholder)
Invoked when visiting a leaf that is a placeholder. |
void |
handleRoot(Root root)
Invoked when visiting the root of the tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SplitNodeAdapter()
| Method Detail |
|---|
public void handleLeaf(Leaf leaf)
SplitNodeVisitor
handleLeaf in interface SplitNodeVisitorleaf - the treepublic void handleNode(Node node)
SplitNodeVisitor
handleNode in interface SplitNodeVisitornode - a nodepublic void handlePlaceholder(Placeholder placeholder)
SplitNodeVisitor
handlePlaceholder in interface SplitNodeVisitorplaceholder - the placeholderpublic void handleRoot(Root root)
SplitNodeVisitor
handleRoot in interface SplitNodeVisitorroot - the rootprotected void handle(SplitNode node)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||