|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DockableListener in bibliothek.gui |
---|
Classes in bibliothek.gui that implement DockableListener | |
---|---|
private class |
DockController.TitleListener
Observers this controller and registers listeners to all new titles. |
Methods in bibliothek.gui with parameters of type DockableListener | |
---|---|
void |
Dockable.addDockableListener(DockableListener listener)
Adds a listener to this Dockable. |
void |
Dockable.removeDockableListener(DockableListener listener)
Removes a listener from this Dockable. |
Uses of DockableListener in bibliothek.gui.dock |
---|
Fields in bibliothek.gui.dock with type parameters of type DockableListener | |
---|---|
private java.util.List<DockableListener> |
AbstractDockable.listeners
a list of listeners which will be informed when some properties changes |
Methods in bibliothek.gui.dock with parameters of type DockableListener | |
---|---|
void |
AbstractDockable.addDockableListener(DockableListener listener)
|
void |
AbstractDockable.removeDockableListener(DockableListener listener)
|
Uses of DockableListener in bibliothek.gui.dock.control |
---|
Classes in bibliothek.gui.dock.control that implement DockableListener | |
---|---|
private class |
DefaultDockRelocator.TitleListener
Observers this controller and registers listeners to all new titles. |
private class |
PopupController.DockableObserver
A listener to a Dockable, lets the user drag and drop a Dockable. |
Uses of DockableListener in bibliothek.gui.dock.event |
---|
Classes in bibliothek.gui.dock.event that implement DockableListener | |
---|---|
class |
DockableAdapter
An abstract class implementing the DockableListener . |
class |
DockAdapter
An abstract implementation of DockableListener , DockStationListener
and DockControllerListener . |
Uses of DockableListener in bibliothek.gui.dock.station |
---|
Classes in bibliothek.gui.dock.station that implement DockableListener | |
---|---|
private class |
StackDockStation.Listener
This listener is added to the children of the station. |
Fields in bibliothek.gui.dock.station with type parameters of type DockableListener | |
---|---|
private java.util.List<DockableListener> |
SplitDockStation.dockableListeners
A list of DockableListener which will be invoked when something noticable happens |
Methods in bibliothek.gui.dock.station with parameters of type DockableListener | |
---|---|
void |
SplitDockStation.addDockableListener(DockableListener listener)
|
void |
SplitDockStation.removeDockableListener(DockableListener listener)
|
Uses of DockableListener in bibliothek.gui.dock.station.split |
---|
Classes in bibliothek.gui.dock.station.split that implement DockableListener | |
---|---|
class |
FullScreenClickableListener
A listener which is added to a SplitDockStation . |
Uses of DockableListener in bibliothek.gui.dock.title |
---|
Classes in bibliothek.gui.dock.title that implement DockableListener | |
---|---|
private class |
AbstractDockTitle.Listener
A listener to the Dockable and the DockActionSource
of this title. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |