Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.extension.gui.dock.theme.eclipse.displayer |
The
DockableDisplayer s that are used
by the EclipseTheme . |
bibliothek.extension.gui.dock.theme.flat |
Various graphical and logical components needed to paint the layout
when
FlatTheme is active. |
bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
Modifier and Type | Class and Description |
---|---|
class |
BubbleDisplayer
A
DockableDisplayer drawing a border around its content, but leaves
the side at which the title lies open. |
Modifier and Type | Class and Description |
---|---|
class |
EclipseBasicDockableDisplayer
This
BasicDockableDisplayer observes the EclipseThemeConnector
and may discard itself if no longer valid. |
class |
EclipseDockableDisplayer
The
EclipseDockableDisplayer is used to present Dockable s with the EclipseThemeConnector.TitleBar.ECLIPSE
look. |
class |
NoTitleBarDisplayer
A
DockableDisplayer which is used in situations when usually no DockTitle nor any tab is shown. |
Modifier and Type | Method and Description |
---|---|
protected BasicDockableDisplayer |
EclipseDisplayerFactory.create(DockStation station,
Dockable dockable,
DockTitle title,
boolean border,
EclipseThemeConnector.TitleBar bar)
Creates a new displayer.
|
Modifier and Type | Class and Description |
---|---|
class |
FlatDockableDisplayer
A
DockableDisplayer that uses a FlatBorder . |
Modifier and Type | Method and Description |
---|---|
protected BasicDockableDisplayer |
BasicDisplayerFactory.create(DockStation station,
Dockable dockable,
DockTitle title,
DockableDisplayer.Location location)
Creates a new displayer.
|