ScreenDockStation
.See: Description
Interface | Description |
---|---|
BoundaryRestriction |
Restricts the boundaries of a
ScreenDockDialog , a restriction might be,
that the dialog can't be placed outside the screen. |
ScreenDockFullscreenFilter |
This filter can be added to the
ScreenDockStation , it allows to filter Dockable s which
are not allowed to go into fullscreen mode. |
ScreenDockFullscreenStrategy |
This strategy is used to manage the fullscreen mode of
ScreenDockWindow s. |
ScreenDockStationExtension |
This extension is used by
ScreenDockStation and changes the functionality of some
methods. |
ScreenDockStationListener |
A listener that can be added to a
ScreenDockStation . |
ScreenDockWindow | |
ScreenDockWindowConfiguration |
A
ScreenDockWindowConfiguration is a strategy creating WindowConfiguration s
for all children of a ScreenDockStation . |
ScreenDockWindowFactory |
A
ScreenDockWindowFactory can create new ScreenDockWindow s. |
ScreenDockWindowListener |
A listener that can be added to a
ScreenDockWindow . |
ScreenDropSizeStrategy |
A
ScreenDropSizeStrategy is used by a ScreenDockStation to decide some details
on how to drop a Dockable . |
Class | Description |
---|---|
AbstractBoundaryRestriction |
This abstract class offers methods to ensure a reasonable maximum size for
ScreenDockWindow s. |
DefaultScreenDockFullscreenStrategy |
This default implementation of a
ScreenDockFullscreenStrategy just works with
the boundaries of a ScreenDockWindow . |
FullscreenActionSource |
A
DockActionSource that adds or removes a DockAction depending on the result
of the ScreenDockFullscreenFilter s that are currently registered at a
ScreenDockStation . |
HardBoundaryRestriction |
A restriction that ensures that each dialog is always visible on exactly one
screen.
|
InternalBoundaryRestriction |
This boundary restriction is based on a
JDesktopPane . |
InternalFullscreenStrategy |
This
ScreenDockFullscreenStrategy is based on a JDesktopPane and assumes that
a window is fullscreen if it covers the entire JDesktopPane . |
MediumBoundaryRestriction |
A restriction that ensures that the title of each dialog is always visible.
|
RetroScreenDockStationLayout |
Old version of
ScreenDockStationLayout , kept for backwards compatibility. |
ScreenDockPerspective |
A representation of a
ScreenDockStation in a Perspective . |
ScreenDockPerspective.ScreenPerspectiveWindow |
Represents a child of a
ScreenDockPerspective . |
ScreenDockProperty |
This property is used on
ScreenDockStations
to determine the bounds of the dialogs . |
ScreenDockPropertyFactory |
This
DockablePropertyFactory creates instances of ScreenDockProperty . |
ScreenDockStationExtension.DropArguments |
A class offering all the arguments of the method
ScreenDockStation.drop(Dockable, ScreenDockProperty, boolean) |
ScreenDockStationFactory |
A
DockFactory which writes and reads instances
of ScreenDockStation . |
ScreenDockStationLayout |
A layout that holds the contents of a
ScreenDockStation . |
ScreenFullscreenAction |
This
DockAction is mainly used by the ScreenDockStation
to allow it's children to go into fullscreen-mode. |
ScreenDockStation
.