Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.gui.dock.dockable |
Some classes related to
Dockable . |
bibliothek.gui.dock.themes |
Contains an implementation of
DockTheme and
all classes which are neede by this theme. |
bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
bibliothek.gui.dock.title |
Elements needed to paint the title of a
Dockable . |
Modifier and Type | Method and Description |
---|---|
MovingImage |
BubbleMovingImageFactory.create(DockController controller,
Dockable dockable) |
MovingImage |
BubbleMovingImageFactory.create(DockController controller,
DockTitle snatched) |
Modifier and Type | Class and Description |
---|---|
class |
TrueMovingImage
A
MovingImage that truly uses an Image to paint its content. |
Modifier and Type | Method and Description |
---|---|
MovingImage |
AncestorMovingImageFactory.create(DockController controller,
Dockable dockable) |
MovingImage |
DefaultDockableMovingImageFactory.create(DockController controller,
Dockable dockable) |
MovingImage |
DockableMovingImageFactory.create(DockController controller,
Dockable dockable)
Gets an image which will be shown underneath the cursor.
|
MovingImage |
ScreencaptureMovingImageFactory.create(DockController controller,
Dockable dockable) |
MovingImage |
DefaultDockableMovingImageFactory.create(DockController controller,
DockTitle snatched) |
MovingImage |
DockableMovingImageFactory.create(DockController controller,
DockTitle snatched)
Gets an image which will be shown underneath the cursor.
|
MovingImage |
ScreencaptureMovingImageFactory.create(DockController controller,
DockTitle snatched) |
Modifier and Type | Method and Description |
---|---|
MovingImage |
ThemeDockableMovingImageFactory.create(DockController controller,
Dockable dockable) |
MovingImage |
ThemeDockableMovingImageFactory.create(DockController controller,
DockTitle snatched) |
Modifier and Type | Method and Description |
---|---|
MovingImage |
BasicMovingImageFactory.create(DockController controller,
Dockable dockable) |
MovingImage |
BasicMovingImageFactory.create(DockController controller,
DockTitle snatched) |
Modifier and Type | Class and Description |
---|---|
class |
TitleMovingImage
A moving image that uses a
DockTitle to paint its content. |
class |
UpdatingTitleMovingImage
This
MovingImage shows a DockTitle , the title
can be automatically exchanged. |