Uses of Class
bibliothek.gui.dock.common.FontMap

Packages that use FontMap
bibliothek.gui.dock.common.event Various listeners and adapters that can be added to CControl, CDockable and other classes associated with them. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.font Various implementations of FontBridge to transfer fonts stored in a FontMap
 

Uses of FontMap in bibliothek.gui.dock.common.event
 

Methods in bibliothek.gui.dock.common.event with parameters of type FontMap
 void FontMapListener.fontChanged(FontMap map, java.lang.String key, FontModifier font)
          Called when a font changed.
 

Uses of FontMap in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return FontMap
 FontMap AbstractCDockable.getFonts()
           
 FontMap CDockable.getFonts()
          Gets a mutable map of fonts.
 

Uses of FontMap in bibliothek.gui.dock.common.intern.font
 

Methods in bibliothek.gui.dock.common.intern.font with parameters of type FontMap
protected  FontModifier FontTransmitter.getFirstNonNull(FontMap map, java.lang.String... keys)
          Gets the first non- null color of map that matches a given key.