| Package | Description |
|---|---|
| bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
| bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
BubbleMovingImageFactory
A factory that creates images using the
ReducedBubbleTitleFactory. |
| Modifier and Type | Field and Description |
|---|---|
static PropertyKey<DockableMovingImageFactory> |
DockTheme.DOCKABLE_MOVING_IMAGE_FACTORY
Identifier for the
DockableMovingImageFactory that is used to show an image during
drag and drop operations. |
| Modifier and Type | Method and Description |
|---|---|
DockableMovingImageFactory |
DockTheme.getMovingImageFactory(DockController controller)
Gets a factory for images which are moved around by the user.
This method should not be invoked directly, instead the property key DockTheme.DOCKABLE_MOVING_IMAGE_FACTORY
should be used. |
| Modifier and Type | Class and Description |
|---|---|
class |
AncestorMovingImageFactory
|
class |
DefaultDockableMovingImageFactory
The default implementation of
DockableMovingImageFactory usually behaves exactly like
ThemeDockableMovingImageFactory, but also offers an ExtensionName for adding additional
factories. |
class |
ScreencaptureMovingImageFactory
A factory that makes a snapshot of the
Dockable which will be represented
by its MovingImage. |
| Constructor and Description |
|---|
DefaultDockableMovingImageFactory(DockController controller,
DockableMovingImageFactory delegate)
Creates a new factory using
controller to load extensions. |
| Modifier and Type | Class and Description |
|---|---|
class |
ThemeDockableMovingImageFactory
This
DockableMovingImageFactory forwards any call to the DockTheme of the
DockController that called. |
| Modifier and Type | Method and Description |
|---|---|
DockableMovingImageFactory |
BasicTheme.getMovingImageFactory(DockController controller) |
DockableMovingImageFactory |
NoStackTheme.getMovingImageFactory(DockController controller) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicTheme.setMovingImageFactory(DockableMovingImageFactory movingImage)
Sets the movingImage-property.
|
void |
BasicTheme.setMovingImageFactory(DockableMovingImageFactory movingImage,
Priority priority)
Sets the movingImage-property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicMovingImageFactory
A factory whose
MovingImages display a DockTitle. |
Copyright © 2017 Docking Frames. All rights reserved.