bibliothek.gui.dock.common.intern.font
Class TabTitleFontTransmitter

java.lang.Object
  extended by bibliothek.gui.dock.common.intern.ui.UITransmitter<FontModifier,DockFont>
      extended by bibliothek.gui.dock.common.intern.font.FontTransmitter
          extended by bibliothek.gui.dock.common.intern.font.ListFontTransmitter
              extended by bibliothek.gui.dock.common.intern.font.TabTitleFontTransmitter
All Implemented Interfaces:
FontBridge, UIBridge<FontModifier,DockFont>

public class TabTitleFontTransmitter
extends ListFontTransmitter

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.

Author:
Benjamin Sigg

Constructor Summary
TabTitleFontTransmitter(FontManager manager)
          Creates a new transmitter
 
Method Summary
protected  CDockable getDockable(DockFont observer)
          Gets the CDockable which is associated with observer.
 
Methods inherited from class bibliothek.gui.dock.common.intern.font.ListFontTransmitter
get, get, isObservedMapKey
 
Methods inherited from class bibliothek.gui.dock.common.intern.font.FontTransmitter
connect, disconnect, getFirstNonNull, update
 
Methods inherited from class bibliothek.gui.dock.common.intern.ui.UITransmitter
add, remove, set, set, setControl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface bibliothek.gui.dock.util.UIBridge
add, remove, set
 

Constructor Detail

TabTitleFontTransmitter

public TabTitleFontTransmitter(FontManager manager)
Creates a new transmitter

Parameters:
manager - the manager to ask for default values
Method Detail

getDockable

protected CDockable getDockable(DockFont observer)
Description copied from class: UITransmitter
Gets the CDockable which is associated with observer.

Specified by:
getDockable in class UITransmitter<FontModifier,DockFont>
Parameters:
observer - some observer
Returns:
the associated dockable or null