bibliothek.gui.dock.common.intern.font
Class ButtonFontTransmitter
java.lang.Object
bibliothek.gui.dock.common.intern.ui.UITransmitter<FontModifier,DockFont>
bibliothek.gui.dock.common.intern.font.FontTransmitter
bibliothek.gui.dock.common.intern.font.ListFontTransmitter
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ButtonFontTransmitter
public ButtonFontTransmitter(FontManager manager)
- Creates a new transmitter
- Parameters:
manager - the source of default values
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