|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.event.DockHierarchyEvent
public class DockHierarchyEvent
Contains information about the path of a Dockable.
| Constructor Summary | |
|---|---|
DockHierarchyEvent(Dockable dockable)
Creates a new event and sets up all properties. |
|
DockHierarchyEvent(Dockable dockable,
DockController controller)
Creates a new event and sets up all properties. |
|
| Method Summary | |
|---|---|
DockController |
getController()
Gets the controller which was in use the moment this event was created. |
Dockable |
getDockable()
Gets the Dockable whose path has been changed. |
DockStation[] |
getPath()
Gets the new path of the source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DockHierarchyEvent(Dockable dockable)
dockable - the Dockable whose path has changed
public DockHierarchyEvent(Dockable dockable,
DockController controller)
dockable - the Dockable whose path has changedcontroller - the DockController of dockable| Method Detail |
|---|
public Dockable getDockable()
Dockable whose path has been changed.
public DockStation[] getPath()
the source.
public DockController getController()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||