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 |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.common.grouping | |
bibliothek.gui.dock.control.focus |
The focus sub-system is responsible for transfering the focus to the currently
active
Dockable . |
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 | Class and Description |
---|---|
class |
BubbleTab
A
Tab used by the BubbleStackDockComponent . |
Modifier and Type | Class and Description |
---|---|
class |
FlatTab
A small button which can be clicked by the user.
|
Modifier and Type | Method and Description |
---|---|
void |
DockController.addDockableFocusListener(DockableFocusListener listener)
Adds a listener to this controller, the listener will be informed when
the focused
Dockable changes. |
void |
DockController.removeDockableFocusListener(DockableFocusListener listener)
d
Removes a listener from this controller.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupingDockLocationListener
|
Modifier and Type | Method and Description |
---|---|
protected DockableFocusListener[] |
AbstractFocusController.dockableFocusListeners()
Gets an array of currently registered
DockableFocusListener s. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFocusController.addDockableFocusListener(DockableFocusListener listener)
Adds a listener to this controller, the listener will be informed when
the focused
Dockable changes. |
void |
FocusController.addDockableFocusListener(DockableFocusListener listener)
Adds a listener to this controller, the listener will be informed when
the focused
Dockable changes. |
void |
AbstractFocusController.removeDockableFocusListener(DockableFocusListener listener)
Removes a listener from this controller.
|
void |
FocusController.removeDockableFocusListener(DockableFocusListener listener)
Removes a listener from this controller.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DockListener
Deprecated.
clients should use the listeners they require directly
|
Modifier and Type | Class and Description |
---|---|
class |
DockAdapter
Deprecated.
clients should use the required listener or adapter class directly
|
Modifier and Type | Class and Description |
---|---|
protected class |
BasicStackDockComponent.BasicTab
A basic tab that listens to the
DockController to recognize
when it is focused. |