| Package | Description |
|---|---|
| bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
| bibliothek.gui.dock.action.view |
Classes to create a views for
DockActions.This package does not contain any views, only the mechanism to create some. |
| bibliothek.gui.dock.themes.basic.action |
Elements handling the view of
DockActions.They way from a DockAction to its view normally involves four objects:
The DockAction itself, providing the basic set of properties
A handler listening to changes of the
action and forwarding the changes to the model. |
| bibliothek.gui.dock.themes.basic.action.buttons |
Classes which allow to paint and interact with a
BasicButtonModel. |
| bibliothek.gui.dock.title |
Elements needed to paint the title of a
Dockable. |
| Modifier and Type | Class and Description |
|---|---|
class |
BubbleSeparator
A view for a
SeparatorAction. |
class |
RoundButtonViewItem
A
BasicTitleViewItem that connects a RoundButton with
the DockController when bound and when a controller is available. |
| Constructor and Description |
|---|
RoundButtonViewItem(Dockable dockable,
BasicTitleViewItem<JComponent> delegate,
RoundButtonConnectable button)
Creates a new view item.
|
| Modifier and Type | Field and Description |
|---|---|
static ViewTarget<BasicTitleViewItem<JComponent>> |
ViewTarget.TITLE
A target for an item shown on a
DockTitle |
| Modifier and Type | Method and Description |
|---|---|
protected BasicTitleViewItem<JComponent> |
ButtonPanel.createItemFor(DockAction action,
Dockable dockable)
Creates a new item for
action which will be shown on this panel. |
| Modifier and Type | Method and Description |
|---|---|
protected BasicTitleViewItem<JComponent> |
AbstractMultiDockTitle.createItemFor(DockAction action,
Dockable dockable)
Creates a new item for
action which will be shown on this title. |
Copyright © 2017 Docking Frames. All rights reserved.