bibliothek.gui.dock.util.font
Interface DockFont

All Superinterfaces:
UIValue<FontModifier>
All Known Implementing Classes:
AbstractDockFont, BubbleTab.BubbleTabFont, ButtonFont, TabFont, TitleFont

public interface DockFont
extends UIValue<FontModifier>

A wrapper around a FontModifier object.

Author:
Benjamin Sigg

Field Summary
static String ID_BUTTON
          default id for a button that shows a DockAction
static String ID_FLAP_BUTTON_ACTIVE
          default id for an active button of a FlapDockStation
static String ID_FLAP_BUTTON_INACTIVE
          default id for an inactive button of a FlapDockStation
static String ID_FLAP_BUTTON_SELECTED
          default id for an selected button of a FlapDockStation
static String ID_TAB_FOCUSED
          default id for an active button of a FlapDockStation
static String ID_TAB_SELECTED
          default id for an selected button of a FlapDockStation
static String ID_TAB_UNSELECTED
          default id for an inactive button of a FlapDockStation
static String ID_TITLE_ACTIVE
          default id for the title active font
static String ID_TITLE_INACTIVE
          default id for the title inactive font
static Path KIND_DOCK_FONT
          the default kind of fonts
 
Method Summary
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Field Detail

KIND_DOCK_FONT

static final Path KIND_DOCK_FONT
the default kind of fonts


ID_TITLE_ACTIVE

static final String ID_TITLE_ACTIVE
default id for the title active font

See Also:
Constant Field Values

ID_TITLE_INACTIVE

static final String ID_TITLE_INACTIVE
default id for the title inactive font

See Also:
Constant Field Values

ID_FLAP_BUTTON_ACTIVE

static final String ID_FLAP_BUTTON_ACTIVE
default id for an active button of a FlapDockStation

See Also:
Constant Field Values

ID_FLAP_BUTTON_SELECTED

static final String ID_FLAP_BUTTON_SELECTED
default id for an selected button of a FlapDockStation

See Also:
Constant Field Values

ID_FLAP_BUTTON_INACTIVE

static final String ID_FLAP_BUTTON_INACTIVE
default id for an inactive button of a FlapDockStation

See Also:
Constant Field Values

ID_TAB_FOCUSED

static final String ID_TAB_FOCUSED
default id for an active button of a FlapDockStation

See Also:
Constant Field Values

ID_TAB_SELECTED

static final String ID_TAB_SELECTED
default id for an selected button of a FlapDockStation

See Also:
Constant Field Values

ID_TAB_UNSELECTED

static final String ID_TAB_UNSELECTED
default id for an inactive button of a FlapDockStation

See Also:
Constant Field Values

ID_BUTTON

static final String ID_BUTTON
default id for a button that shows a DockAction

See Also:
Constant Field Values