|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.util.DockUtilities.DockVisitor
public abstract static class DockUtilities.DockVisitor
A visitor used to visit the nodes of a dock-tree.
| Constructor Summary | |
|---|---|
DockUtilities.DockVisitor()
|
|
| Method Summary | |
|---|---|
void |
handleDockable(Dockable dockable)
Invoked to visit dockable. |
void |
handleDockStation(DockStation station)
Invoked to visit station. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DockUtilities.DockVisitor()
| Method Detail |
|---|
public void handleDockable(Dockable dockable)
dockable.
dockable - the visited elementpublic void handleDockStation(DockStation station)
station.
station - the visited element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||