Uses of Class
bibliothek.gui.dock.util.font.FontManager

Packages that use FontManager
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.common.intern.font Various implementations of FontBridge to transfer fonts stored in a FontMap
bibliothek.gui.dock.util.font The font-subsystem is used to define the fonts that are used to paint text. 
 

Uses of FontManager in bibliothek.gui
 

Methods in bibliothek.gui that return FontManager
 FontManager DockController.getFonts()
          Gets the map of fonts which are used by this controller.
 

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

Methods in bibliothek.gui.dock.common.intern.font with parameters of type FontManager
 FontBridge FontBridgeFactory.create(FontManager manager)
          Creates a new bridge
 

Constructors in bibliothek.gui.dock.common.intern.font with parameters of type FontManager
ButtonFontTransmitter(FontManager manager)
          Creates a new transmitter
FontTransmitter(FontManager manager, java.lang.String... keys)
          Creates a new FontTransmitter.
ListFontTransmitter(FontManager manager, java.lang.String[] sourceKeys, java.lang.String[] destinationKeys)
          Creates a new transmitter.
TabFontTransmitter(FontManager manager)
          Creates a new transmitter
TabTitleFontTransmitter(FontManager manager)
          Creates a new transmitter
TitleFontTransmitter(FontManager manager)
          Creates a new transmitter
 

Uses of FontManager in bibliothek.gui.dock.util.font
 

Constructors in bibliothek.gui.dock.util.font with parameters of type FontManager
MultiFontBridge(FontManager manager)
          Creates a new MultiFontBridge.