bibliothek.extension.gui.dock.theme.bubble
Class BubbleStackDockComponent.BubbleTabFont
java.lang.Object
bibliothek.gui.dock.util.AbstractUIValue<FontModifier,DockFont>
bibliothek.gui.dock.util.font.AbstractDockFont
bibliothek.gui.dock.themes.font.TabFont
bibliothek.extension.gui.dock.theme.bubble.BubbleStackDockComponent.BubbleTabFont
- All Implemented Interfaces:
- DockFont, UIValue<FontModifier>
- Enclosing class:
- BubbleStackDockComponent
protected class BubbleStackDockComponent.BubbleTabFont
- extends TabFont
Some font needed on a BubbleStackDockComponent.Tab
- Author:
- Benjamin Sigg
Methods inherited from class bibliothek.gui.dock.util.AbstractUIValue |
getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue, value |
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.UIValue |
set |
BubbleStackDockComponent.BubbleTabFont
public BubbleStackDockComponent.BubbleTabFont(BubbleStackDockComponent.Tab tab,
String id,
Dockable dockable)
- Creates a new font
- Parameters:
tab
- the tab for which this font is usedid
- the name of the fontdockable
- the element shown on the tab
changed
protected void changed(FontModifier oldValue,
FontModifier newValue)
- Description copied from class:
AbstractUIValue
- Called when the resource of this
AbstractDockColor
has changed
- Specified by:
changed
in class AbstractUIValue<FontModifier,DockFont>
- Parameters:
oldValue
- the old value, can be null
newValue
- the new value, can be null