|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.util.AbstractUIValue<FontModifier,DockFont>
bibliothek.gui.dock.util.font.AbstractDockFont
bibliothek.gui.dock.themes.font.TabFont
public abstract class TabFont
A font used for a tab for example on a StackDockStation.
| Field Summary | |
|---|---|
static Path |
KIND_TAB_FONT
the identifier of this kind of font |
| Fields inherited from interface bibliothek.gui.dock.util.font.DockFont |
|---|
ID_FLAP_BUTTON_ACTIVE, ID_FLAP_BUTTON_INACTIVE, ID_FLAP_BUTTON_SELECTED, ID_TAB_FOCUSED, ID_TAB_SELECTED, ID_TAB_UNSELECTED, ID_TITLE_ACTIVE, ID_TITLE_INACTIVE, KIND_DOCK_FONT |
| Constructor Summary | |
|---|---|
TabFont(String id,
DockStation station,
Dockable dockable)
Creates a new font |
|
TabFont(String id,
DockStation station,
Dockable dockable,
FontModifier backup)
Creates a new font |
|
TabFont(String id,
Path kind,
DockStation station,
Dockable dockable)
Creates a new font |
|
TabFont(String id,
Path kind,
DockStation station,
Dockable dockable,
FontModifier backup)
Creates a new font |
|
| Method Summary | |
|---|---|
Dockable |
getDockable()
Gets the element for which this font is used. |
DockStation |
getStation()
Gets the station for which this font is used. |
| Methods inherited from class bibliothek.gui.dock.util.font.AbstractDockFont |
|---|
connect, font, font, me |
| Methods inherited from class bibliothek.gui.dock.util.AbstractUIValue |
|---|
changed, 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 |
| Field Detail |
|---|
public static final Path KIND_TAB_FONT
| Constructor Detail |
|---|
public TabFont(String id,
DockStation station,
Dockable dockable,
FontModifier backup)
id - the unique identifier of this font, should match some identifier
used in a FontManager.station - the station for which this font is useddockable - the element which is associated with this fontbackup - default value for this font
public TabFont(String id,
Path kind,
DockStation station,
Dockable dockable,
FontModifier backup)
id - the unique identifier of this font, should match some identifier
used in a FontManager.kind - the kind of font this represents, should be a child of
KIND_TAB_FONT.station - the station for which this font is useddockable - the element which is associated with this fontbackup - default value for this font
public TabFont(String id,
Path kind,
DockStation station,
Dockable dockable)
id - the unique identifier of this font, should match some identifier
used in a FontManager.kind - the kind of font this represents, should be a child of
KIND_TAB_FONT.station - the station for which this font is useddockable - the element which is associated with this font
public TabFont(String id,
DockStation station,
Dockable dockable)
id - the unique identifier of this font, should match some identifier
used in a FontManager.station - the station for which this font is useddockable - the element which is associated with this font| Method Detail |
|---|
public DockStation getStation()
public Dockable getDockable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||