| Package | Description |
|---|---|
| bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
| bibliothek.gui.dock.station.screen |
Elements that are related to the
ScreenDockStation. |
| 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. |
| Modifier and Type | Field and Description |
|---|---|
static PropertyKey<ScreenDockFullscreenStrategy> |
ScreenDockStation.FULL_SCREEN_STRATEGY
a key for a property telling how to handle fullscreen mode
|
| Modifier and Type | Method and Description |
|---|---|
ScreenDockFullscreenStrategy |
ScreenDockStation.getFullscreenStrategy()
Gets the current fullscreen strategy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenDockStation.setFullscreenStrategy(ScreenDockFullscreenStrategy strategy)
Sets the strategy used to handle fullscreen mode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultScreenDockFullscreenStrategy
This default implementation of a
ScreenDockFullscreenStrategy just works with
the boundaries of a ScreenDockWindow. |
class |
InternalFullscreenStrategy
This
ScreenDockFullscreenStrategy is based on a JDesktopPane and assumes that
a window is fullscreen if it covers the entire JDesktopPane. |
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenDockWindow.setFullscreenStrategy(ScreenDockFullscreenStrategy strategy)
Tells this window what strategy to use for handling fullscreen mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayerScreenDockWindow.setFullscreenStrategy(ScreenDockFullscreenStrategy strategy) |
Copyright © 2017 Docking Frames. All rights reserved.