Package | Description |
---|---|
bibliothek.gui.dock.station.flap |
Elements that are related to the
FlapDockStation . |
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 |
Elements which are related to the
StackDockStation . |
bibliothek.gui.dock.station.stack.menu |
Contains an abstract implementation of
CombinedMenu
including helper classes. |
bibliothek.gui.dock.util |
Distribution of information in a global scale and methods available from
everywhere.
|
Modifier and Type | Method and Description |
---|---|
void |
ButtonPane.setBackground(BackgroundAlgorithm background)
Sets the background algorithm of this panel.
|
Modifier and Type | Class and Description |
---|---|
protected class |
DisplayerScreenDockWindow.Background
The algorithm that paints the background of this window.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractScreenDockWindow.setBackground(BackgroundAlgorithm background) |
protected abstract void |
DisplayerScreenDockWindow.setBackground(BackgroundAlgorithm background)
Sets the algorithm that paints the background of this window.
|
Modifier and Type | Method and Description |
---|---|
protected BackgroundAlgorithm |
CombinedStackDockComponent.createBackground(CombinedStackDockComponent<T,M,I> self)
Creates the background algorithm that is used for
this component. |
Modifier and Type | Method and Description |
---|---|
protected BackgroundAlgorithm |
AbstractCombinedMenu.getBackground()
Gets an algorithm that can be used to paint the background of this menu.
|
Modifier and Type | Method and Description |
---|---|
BackgroundAlgorithm |
BackgroundPanel.getBackgroundAlgorithm()
Gets the algorithm that paints the background of this panel.
|
Modifier and Type | Method and Description |
---|---|
void |
BackgroundPanel.setBackground(BackgroundAlgorithm background)
Sets the background algorithm that should be used by this panel.
|
void |
BackgroundAlgorithmListener.transparencyChanged(BackgroundAlgorithm algorithm,
Transparency transparency)
Called when the transparency of
algorithm changed to transparency . |