bibliothek.gui.dock.common.intern.font
Class TabFontTransmitter
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.TabFontTransmitter
- All Implemented Interfaces:
- FontBridge, UIBridge<FontModifier,DockFont>
public class TabFontTransmitter
- 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabFontTransmitter
public TabFontTransmitter(FontManager manager)
- Creates a new transmitter
- Parameters:
manager - the manager to ask for 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