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

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.TitleFontTransmitter
All Implemented Interfaces:
FontBridge, UIBridge<FontModifier,DockFont>

public class TitleFontTransmitter
extends ListFontTransmitter

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.

Author:
Benjamin Sigg

Constructor Summary
TitleFontTransmitter(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

TitleFontTransmitter

public TitleFontTransmitter(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