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

Packages that use ThemeMap
bibliothek.gui.dock.common   
bibliothek.gui.dock.common.layout   
bibliothek.gui.dock.common.preference   
bibliothek.gui.dock.facile.menu   
 

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

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

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

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

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.