|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockHierarchyEvent | |
---|---|
bibliothek.gui.dock.dockable | Some classes related to Dockable . |
bibliothek.gui.dock.event | Listeners, adapters and events used in the whole framework. A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener. |
Uses of DockHierarchyEvent in bibliothek.gui.dock.dockable |
---|
Methods in bibliothek.gui.dock.dockable with parameters of type DockHierarchyEvent | |
---|---|
void |
DockHierarchyObserver.controllerChanged(DockHierarchyEvent event)
|
void |
DockHierarchyObserver.hierarchyChanged(DockHierarchyEvent event)
|
Uses of DockHierarchyEvent in bibliothek.gui.dock.event |
---|
Methods in bibliothek.gui.dock.event with parameters of type DockHierarchyEvent | |
---|---|
void |
DockHierarchyListener.controllerChanged(DockHierarchyEvent event)
Invoked whenever the controller of dockable has changed |
void |
DockHierarchyListener.hierarchyChanged(DockHierarchyEvent event)
Called when the path of the observed Dockable has been changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |