Uses of Interface
bibliothek.gui.dock.util.font.FontBridge

Packages that use FontBridge
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 FontBridge in bibliothek.gui.dock.common.intern.font
 

Classes in bibliothek.gui.dock.common.intern.font that implement FontBridge
 class ButtonFontTransmitter
          A transmitter mapping FontMap.FONT_KEY_MINIMIZED_BUTTON and FontMap.FONT_KEY_MINIMIZED_BUTTON_FOCUSED to DockFont.ID_FLAP_BUTTON_INACTIVE and DockFont.ID_FLAP_BUTTON_ACTIVE.
 class FontTransmitter
          A FontTransmitter observes some FontMap and transmits FontModifiers of these maps to a set of DockFonts.
 class ListFontTransmitter
          A FontTransmitter that has a simple 1 to 1 relationship between keys.
 class TabFontTransmitter
          A ListFontTransmitter updates the fonts for DockFont.ID_TAB_FOCUSED, DockFont.ID_TAB_SELECTED and DockFont.ID_TAB_UNSELECTED using FontMap.FONT_KEY_TAB, FontMap.FONT_KEY_TAB_FOCUSED and FontMap.FONT_KEY_TAB_SELECTED.
 class TabTitleFontTransmitter
          A ListFontTransmitter updates the fonts for DockFont.ID_TAB_FOCUSED, DockFont.ID_TAB_SELECTED and DockFont.ID_TAB_UNSELECTED using FontMap.FONT_KEY_TAB, FontMap.FONT_KEY_TAB_FOCUSED and FontMap.FONT_KEY_TAB_SELECTED.
 class TitleFontTransmitter
          A TitleFontTransmitter updates the fonts for DockFont.ID_TITLE_ACTIVE and DockFont.ID_TITLE_INACTIVE using FontMap.FONT_KEY_TITLE and FontMap.FONT_KEY_TITLE_FOCUSED.
 

Methods in bibliothek.gui.dock.common.intern.font that return FontBridge
 FontBridge FontBridgeFactory.create(FontManager manager)
          Creates a new bridge
 

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

Classes in bibliothek.gui.dock.util.font that implement FontBridge
 class MultiFontBridge
          A collection of multiple UIBridges.