Uses of Interface
bibliothek.gui.dock.common.theme.ThemeMapListener

Packages that use ThemeMapListener
bibliothek.gui.dock.common.theme Classes related to the DockThemes. 
 

Uses of ThemeMapListener in bibliothek.gui.dock.common.theme
 

Methods in bibliothek.gui.dock.common.theme that return ThemeMapListener
protected  ThemeMapListener[] ThemeMap.listeners()
          Gets an array containing all ThemeMapListeners of this map.
 

Methods in bibliothek.gui.dock.common.theme with parameters of type ThemeMapListener
 void ThemeMap.addThemeMapListener(ThemeMapListener listener)
          Adds a new listener to this map.
 void ThemeMap.removeThemeMapListener(ThemeMapListener listener)
          Removes a listener from this map.