Uses of Class
bibliothek.gui.dock.common.theme.ThemeMap

Packages that use ThemeMap
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.preference Classes used directly or indirectly by the CPreferenceModel
bibliothek.gui.dock.common.theme Classes related to the DockThemes. 
bibliothek.gui.dock.facile.menu Implementations of MenuPiece
 

Uses of ThemeMap in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return ThemeMap
 ThemeMap CControl.getThemes()
          Gets the list of installed themes.
 

Uses of ThemeMap in bibliothek.gui.dock.common.preference
 

Constructors in bibliothek.gui.dock.common.preference with parameters of type ThemeMap
ThemeChoice(ThemeMap themes, DockController controller)
          Creates a new set of choices.
ThemePreference(DockProperties properties, ThemeMap themes)
          Creates a new preference.
 

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

Methods in bibliothek.gui.dock.common.theme with parameters of type ThemeMap
 void ThemeMapListener.changed(ThemeMap map, int index, java.lang.String key, ThemeFactory oldFactory, ThemeFactory newFactory)
          Called when an entry was changed (includes adding or removing).
 void ThemeMapListener.selectionChanged(ThemeMap map, java.lang.String oldKey, java.lang.String newKey)
          Called when the selected factory has been changed.
 

Uses of ThemeMap in bibliothek.gui.dock.facile.menu
 

Methods in bibliothek.gui.dock.facile.menu that return ThemeMap
 ThemeMap ThemeMenuPiece.getThemes()
          Gets the set of themes used by this piece.
 

Methods in bibliothek.gui.dock.facile.menu with parameters of type ThemeMap
 void ThemeMenuPiece.setThemes(ThemeMap themes)
          Sets the themes which this piece offers
 

Constructors in bibliothek.gui.dock.facile.menu with parameters of type ThemeMap
ThemeMenuPiece(DockController controller, ThemeMap map)
          Creates a new piece using the themes of map.