Package | Description |
---|---|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
bibliothek.gui.dock.displayer |
Classes and interfaces that are needed by the
DockableDisplayer . |
bibliothek.gui.dock.dockable |
Some classes related to
Dockable . |
bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
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.tab |
This package contains a generic implementation of a "tabbed-pane".
|
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.title |
Elements needed to paint the title of a
Dockable . |
bibliothek.gui.dock.util |
Distribution of information in a global scale and methods available from
everywhere.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DockActionBackgroundComponent
Represents the background of a
Component that somehow paints a DockAction . |
Modifier and Type | Interface and Description |
---|---|
interface |
DisplayerBackgroundComponent
A
BackgroundComponent represents a DockableDisplayer . |
Modifier and Type | Interface and Description |
---|---|
interface |
DockableBackgroundComponent
A
BackgroundComponent that represents a Dockable . |
Modifier and Type | Interface and Description |
---|---|
interface |
StationBackgroundComponent
A
BackgroundComponent representing a DockStation . |
Modifier and Type | Interface and Description |
---|---|
interface |
FlapWindowBackgroundComponent
An
UIValue that represents a FlapWindow . |
Modifier and Type | Interface and Description |
---|---|
interface |
ScreenDockWindowBackgroundComponent
This
UIValue represents a ScreenDockWindow . |
Modifier and Type | Class and Description |
---|---|
protected class |
DisplayerScreenDockWindow.Background
The algorithm that paints the background of this window.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TabPaneBackgroundComponent
A
BackgroundComponent that represents a TabPane . |
interface |
TabPaneChildBackgroundComponent
A
BackgroundComponent representing a child component of a TabPane . |
interface |
TabPaneMenuBackgroundComponent
|
interface |
TabPaneTabBackgroundComponent
|
Modifier and Type | Method and Description |
---|---|
BackgroundComponent |
BasicButtonModel.getBackgroundComponent()
Gets the source of
BasicButtonModel.getBackground() . |
Modifier and Type | Method and Description |
---|---|
void |
BasicButtonModel.setBackground(BackgroundPaint background,
BackgroundComponent backgroundComponent)
Sets the algorithm which should be used to paint the background of the owner.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DockTitleBackgroundComponent
Represents the background of a
DockTitle . |
Modifier and Type | Class and Description |
---|---|
class |
BackgroundAlgorithm
A utility class for managing
BackgroundPaint , BackgroundComponent
and PaintableComponent at the same time. |
Modifier and Type | Method and Description |
---|---|
void |
BackgroundPaint.install(BackgroundComponent component)
Informs this paint that is will be used by
component . |
void |
BackgroundPaint.paint(BackgroundComponent background,
PaintableComponent paintable,
java.awt.Graphics g)
Paints the background
component using the graphics context g . |
void |
BackgroundPaint.uninstall(BackgroundComponent component)
Informs this paint that it is no longer used by
component . |
Constructor and Description |
---|
AbstractPaintableComponent(BackgroundComponent background,
java.awt.Component component,
BackgroundPaint paint)
Creates a new paintable component.
|