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 | Method and Description |
---|---|
protected BasicDockableDisplayerDecorator |
BubbleDisplayer.createStackedDecorator() |
Modifier and Type | Method and Description |
---|---|
protected BasicDockableDisplayerDecorator |
EclipseDockableDisplayer.createMinimalDecorator() |
protected BasicDockableDisplayerDecorator |
EclipseDockableDisplayer.createStackedDecorator() |
protected BasicDockableDisplayerDecorator |
NoTitleBarDisplayer.createTabDecorator() |
Modifier and Type | Method and Description |
---|---|
protected BasicDockableDisplayerDecorator |
FlatDockableDisplayer.createStackedDecorator() |
protected BasicDockableDisplayerDecorator |
FlatDockableDisplayer.createTabDecorator() |
Modifier and Type | Class and Description |
---|---|
class |
MinimalDecorator
Minimalistic implementation of a
BasicDockableDisplayerDecorator . |
class |
TabDecorator
Shows a
StackDockComponent as decoration. |
Modifier and Type | Method and Description |
---|---|
protected BasicDockableDisplayerDecorator |
BasicDockableDisplayer.createMinimalDecorator()
Creates a new
MinimalDecorator that will be shown on this displayer. |
protected BasicDockableDisplayerDecorator |
BasicDockableDisplayer.createStackedDecorator()
Creates a new decorator that will be shown in this displayer if the displayer is
shown alongside a tab
BasicDockableDisplayer.setStacked(boolean) . |
protected BasicDockableDisplayerDecorator |
BasicDockableDisplayer.createStackedDecorator(PropertyKey<DockActionDistributor> distributor)
Creates a new
MinimalDecorator that uses a restricted set of DockAction s. |
protected BasicDockableDisplayerDecorator |
BasicDockableDisplayer.createTabDecorator()
Creates a new
TabDecorator that will be shown on this displayer. |
Modifier and Type | Method and Description |
---|---|
void |
BasicDockableDisplayerDecoratorListener.moveableElementChanged(BasicDockableDisplayerDecorator decorator)
Called if the result of
getMoveableElement() changed. |
protected void |
BasicDockableDisplayer.setDecorator(BasicDockableDisplayerDecorator decorator)
Exchanges the decorator of this displayer.
|