|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IconManagerListener | |
---|---|
bibliothek.gui | |
bibliothek.gui.dock | |
bibliothek.gui.dock.action.actions | |
bibliothek.gui.dock.station.flap | |
bibliothek.gui.dock.station.split |
Uses of IconManagerListener in bibliothek.gui |
---|
Classes in bibliothek.gui that implement IconManagerListener | |
---|---|
class |
DockFrontend.Hider
An object which is action and ActionGuard at the same time. |
Uses of IconManagerListener in bibliothek.gui.dock |
---|
Fields in bibliothek.gui.dock with type parameters of type IconManagerListener | |
---|---|
private java.util.List<IconManagerListener> |
IconManager.Entry.listeners
|
Methods in bibliothek.gui.dock with parameters of type IconManagerListener | |
---|---|
void |
IconManager.Entry.add(IconManagerListener listener)
Adds a listener to this entry |
void |
IconManager.add(java.lang.String key,
IconManagerListener listener)
Adds a listener to this manager. |
void |
IconManager.Entry.remove(IconManagerListener listener)
Removes a listener from this entry |
void |
IconManager.remove(java.lang.String key,
IconManagerListener listener)
Removes a listener from this manager. |
Uses of IconManagerListener in bibliothek.gui.dock.action.actions |
---|
Classes in bibliothek.gui.dock.action.actions that implement IconManagerListener | |
---|---|
private class |
CloseAction.Listener
A listener changing the icon of this action |
private class |
ReplaceAction.Listener
A listener changing the icon of this action |
Uses of IconManagerListener in bibliothek.gui.dock.station.flap |
---|
Classes in bibliothek.gui.dock.station.flap that implement IconManagerListener | |
---|---|
private class |
FlapDockDirection.Listener
A listener that can exchange the icons of this action |
private class |
FlapDockHoldToggle.Listener
A listener changing the icon of this action when necessary |
Uses of IconManagerListener in bibliothek.gui.dock.station.split |
---|
Classes in bibliothek.gui.dock.station.split that implement IconManagerListener | |
---|---|
private class |
SplitFullScreenAction.Listener
A listener to the set of icons |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |