Uses of Class
bibliothek.gui.dock.common.intern.font.ListFontTransmitter

Packages that use ListFontTransmitter
bibliothek.gui.dock.common.intern.font Various implementations of FontBridge to transfer fonts stored in a FontMap
 

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

Subclasses of ListFontTransmitter in bibliothek.gui.dock.common.intern.font
 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 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.