Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.station.screen.window |
Contains the window (
JDialog , JInternalDialog , etc..)
that shows the children of a ScreenDockStation and the classes required
to configure that window. |
bibliothek.gui.dock.station.stack.menu |
Contains an abstract implementation of
CombinedMenu
including helper classes. |
bibliothek.gui.dock.themes |
Contains an implementation of
DockTheme and
all classes which are neede by this theme. |
bibliothek.gui.dock.themes.basic.action |
Elements handling the view of
DockAction s.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.util |
Distribution of information in a global scale and methods available from
everywhere.
|
Modifier and Type | Field and Description |
---|---|
static PropertyKey<BackgroundPaint> |
DockTheme.BACKGROUND_PAINT
A unique identifier for the
DockProperties to access the current BackgroundPaint . |
Modifier and Type | Method and Description |
---|---|
void |
DisplayerScreenDockWindow.Background.set(BackgroundPaint value) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCombinedMenu.backgroundChanged(BackgroundPaint paint)
Called if the background algorithm has been exchanged.
|
protected void |
ButtonCombinedMenu.backgroundChanged(BackgroundPaint paint) |
Modifier and Type | Field and Description |
---|---|
static TypedUIProperties.Type<BackgroundPaint> |
ThemeManager.BACKGROUND_PAINT_TYPE
Identifier for the type
BackgroundPaint |
Modifier and Type | Method and Description |
---|---|
void |
ThemeManager.setBackgroundPaint(String id,
BackgroundPaint value)
Sets an algorithm that is used to paint the background of items which register an
UIValue with
an identifier of id . |
Modifier and Type | Method and Description |
---|---|
void |
ThemeManager.setBackgroundPaintBridge(Path kind,
UIBridge<BackgroundPaint,UIValue<BackgroundPaint>> bridge)
|
void |
ThemeManager.setBackgroundPaintBridge(Path kind,
UIBridge<BackgroundPaint,UIValue<BackgroundPaint>> bridge)
|
Modifier and Type | Method and Description |
---|---|
BackgroundPaint |
BasicButtonModel.getBackground()
Gets the algorithm which should be used to paint the background of components.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicButtonModelAdapter.backgroundChanged(BasicButtonModel model,
BackgroundPaint oldBackground,
BackgroundPaint newBackground) |
void |
BasicButtonModelListener.backgroundChanged(BasicButtonModel model,
BackgroundPaint oldBackground,
BackgroundPaint newBackground)
Called when the background algorithm has been exchanged.
|
void |
BasicButtonModel.setBackground(BackgroundPaint background,
BackgroundComponent backgroundComponent)
Sets the algorithm which should be used to paint the background of the owner.
|
Modifier and Type | Field and Description |
---|---|
static BackgroundPaint |
BackgroundPaint.SOLID
Simple
BackgroundPaint that will attempt to make any background opaque (not transparent) |
static BackgroundPaint |
BackgroundPaint.TRANSPARENT
Simple
BackgroundPaint that will attempt to make any background transparent |
Modifier and Type | Method and Description |
---|---|
BackgroundPaint |
BackgroundAlgorithm.getPaint()
Gets the
BackgroundPaint of this UIValue . |
Modifier and Type | Method and Description |
---|---|
void |
BackgroundAlgorithm.set(BackgroundPaint value) |
Constructor and Description |
---|
AbstractPaintableComponent(BackgroundComponent background,
Component component,
BackgroundPaint paint)
Creates a new paintable component.
|