Package | Description |
---|---|
bibliothek.extension.gui.dock.preference.model |
A set of
PreferenceModel s
that show properties of this framework. |
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.station.flap.button |
Contains the
ButtonContentFilter , which
allows clients to decide which DockAction s to show
on a FlapDockStation . |
bibliothek.gui.dock.themes.basic.action.buttons |
Classes which allow to paint and interact with a
BasicButtonModel . |
Modifier and Type | Method and Description |
---|---|
ButtonContent |
ButtonContentPreferenceModel.getContent()
Gets the currently selected
ButtonContent . |
Modifier and Type | Method and Description |
---|---|
void |
ButtonContentPreferenceModel.setContent(ButtonContent content)
Sets the property that should be shown.
|
Modifier and Type | Field and Description |
---|---|
static PropertyKey<ButtonContent> |
FlapDockStation.BUTTON_CONTENT
Key for all
DockTheme s, tells the theme what content on the buttons
should be visible. |
Modifier and Type | Field and Description |
---|---|
static ButtonContent |
ButtonContent.ICON_ACTIONS
Only the icon and the actions are painted.
|
static ButtonContent |
ButtonContent.ICON_AND_TEXT_ACTIONS
Icon, title text and actions are painted.
|
static ButtonContent |
ButtonContent.ICON_AND_TEXT_ONLY
Only the icon and the title text are painted.
|
static ButtonContent |
ButtonContent.ICON_ONLY
Only the icon is painted.
|
static ButtonContent |
ButtonContent.ICON_THEN_TEXT_ACTIONS
The icon, or if not present the title text, and the actions are painted.
|
static ButtonContent |
ButtonContent.ICON_THEN_TEXT_ONLY
The icon, or if not present the title text, is painted.
|
static ButtonContent |
ButtonContent.TEXT_ACTIONS
Only the title text and the actions are painted.
|
static ButtonContent |
ButtonContent.TEXT_ONLY
Only the title text is painted.
|
static ButtonContent |
ButtonContent.TEXT_THEN_ICON_ACTIONS
The title text, or if not present the icon, and the actions are painted.
|
static ButtonContent |
ButtonContent.TEXT_THEN_ICON_ONLY
The title text, or if not present the icon, is painted.
|
static ButtonContent |
ButtonContent.THEME_DEPENDENT
the look and feel completely depends on the current
DockTheme . |
Modifier and Type | Method and Description |
---|---|
void |
ButtonContentListener.changed(ButtonContent content,
Dockable dockable)
Called if any property of
dockable changed such that a property
of content may have changed. |
void |
AbstractButtonContentCondition.install(Dockable dockable,
ButtonContent content) |
void |
ButtonContentCondition.install(Dockable dockable,
ButtonContent content)
Informs this
ButtonContentCondition that dockable has to be monitored
for changes. |
void |
AbstractButtonContentCondition.uninstall(Dockable dockable,
ButtonContent content) |
void |
ButtonContentCondition.uninstall(Dockable dockable,
ButtonContent content)
Informs this
ButtonContentCondition that dockable no longer has to
be monitored |
Modifier and Type | Method and Description |
---|---|
void |
ButtonContentValue.changed(ButtonContent content,
Dockable dockable) |
protected void |
ButtonContentValue.valueChanged(ButtonContent oldValue,
ButtonContent newValue) |
Constructor and Description |
---|
ButtonContentValue(ButtonContent theme)
Creates a new wrapper
|