Uses of Interface
bibliothek.gui.dock.event.IconManagerListener

Packages that use IconManagerListener
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
 

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.util
 

Methods in bibliothek.gui.dock.util with parameters of type IconManagerListener
 void IconManager.add(String key, IconManagerListener listener)
          Adds a listener to this manager.
 void IconManager.remove(String key, IconManagerListener listener)
          Removes a listener from this manager.