Package bibliothek.gui.dock.common.intern.font

Various implementations of FontBridge to transfer fonts stored in a FontMap.

See:
          Description

Interface Summary
FontBridgeFactory A factory that creates new FontBridges.
 

Class Summary
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.
FontTransmitter A FontTransmitter observes some FontMap and transmits FontModifiers of these maps to a set of DockFonts.
ListFontTransmitter A FontTransmitter that has a simple 1 to 1 relationship between keys.
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.
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.
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.
 

Package bibliothek.gui.dock.common.intern.font Description

Various implementations of FontBridge to transfer fonts stored in a FontMap.