Package | Description |
---|---|
bibliothek.gui.dock.common.intern.ui |
Base-classes intended for inheritance and small strategy-classes modifying the way
Core works. |
bibliothek.gui.dock.displayer |
Classes and interfaces that are needed by the
DockableDisplayer . |
bibliothek.gui.dock.event |
Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener. |
Modifier and Type | Class and Description |
---|---|
class |
CommonSingleTabDecider
Observes and handles the single-tab property of
CDockable s. |
Modifier and Type | Field and Description |
---|---|
static SingleTabDecider |
SingleTabDecider.ALLWAYS
Deprecated.
please use
ALWAYS instead |
static SingleTabDecider |
SingleTabDecider.ALWAYS
this decider shows a tab, unless the element is a station itself or on a
StackDockStation |
static SingleTabDecider |
SingleTabDecider.NONE
this decider never shows a tab
|
Modifier and Type | Field and Description |
---|---|
static PropertyKey<SingleTabDecider> |
SingleTabDecider.SINGLE_TAB_DECIDER
Key for the
DockProperties |
Modifier and Type | Method and Description |
---|---|
void |
SingleTabDeciderListener.showSingleTabChanged(SingleTabDecider source,
Dockable dockable)
Called if the single-tab property of
dockable might be
changed. |