Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.extension.gui.dock.theme.flat |
Various graphical and logical components needed to paint the layout
when
FlatTheme is active. |
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. |
bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
Modifier and Type | Method and Description |
---|---|
void |
BubbleTab.dockableFocused(DockableFocusEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
FlatTab.dockableFocused(DockableFocusEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
DockAdapter.dockableFocused(DockableFocusEvent event)
Deprecated.
|
void |
DockableFocusListener.dockableFocused(DockableFocusEvent event)
Invoked when
dockable has gained the focus. |
Modifier and Type | Method and Description |
---|---|
void |
BasicStackDockComponent.BasicTab.dockableFocused(DockableFocusEvent event) |