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

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

public class ButtonFontTransmitter
extends ListFontTransmitter

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.

Author:
Benjamin Sigg

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

ButtonFontTransmitter

public ButtonFontTransmitter(FontManager manager)
Creates a new transmitter

Parameters:
manager - the source of 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