FlapDockStation.See: Description
| Interface | Description |
|---|---|
| DefaultFlapWindow.Parent |
The parent container of a
DefaultFlapWindow. |
| FlapLayoutManager |
A
FlapLayoutManager stores properties of FlapDockStations
and can influence the behavior of a FlapDockStation.An implementation might be interested in these methods: FlapDockStation.updateHold(Dockable) when the hold property of a Dockable needs to be changed
FlapDockStation.updateWindowSize(Dockable) when the size of a Dockable needs to be updated
|
| FlapLayoutManagerListener |
A listener that is added to a
FlapLayoutManager. |
| FlapWindow |
This window pops up if the user presses one of the buttons of a
FlapDockStation. |
| FlapWindowBackgroundComponent |
An
UIValue that represents a FlapWindow. |
| FlapWindowBorder |
A
DockBorder that represents a FlapWindow. |
| FlapWindowFactory |
A
FlapWindowFactory creates instances of FlapWindow. |
| Class | Description |
|---|---|
| AbstractFlapLayoutManager |
Abstract implementation of
FlapLayoutManager, providing support for listeners. |
| ButtonPane |
This panel is used by the
FlapDockStation to display some button-titles. |
| DefaultFlapLayoutManager |
The default implementation of
FlapLayoutManager. |
| DefaultFlapWindow |
This window pops up if the user presses one of the buttons of a
FlapDockStation. |
| DefaultFlapWindow.DialogParent |
A parent of a
DefaultFlapWindow that is a JDialog. |
| DefaultFlapWindowFactory |
This default implementation of
FlapWindowFactory creates new DefaultFlapWindows. |
| FlapDockDirection |
This
DockAction is used as an action of a FlapDockStation. |
| FlapDockHoldToggle |
This
DockAction is shown together with the children of a
FlapDockStation, and allows to "stick" a Dockable. |
| FlapDockPerspective |
A representation of a
FlapDockStation in a Perspective.Note: while this perspective allows to set the hold and size
property of a dockable, the final decision of how these properties look like are made
by the FlapLayoutManager that is installed on the FlapDockStation which shows
the real Dockables. |
| FlapDockProperty |
FlapDockProperties are used on the
FlapDockStation to determine
the location of a Dockable. |
| FlapDockPropertyFactory |
Creates instances of
FlapDockProperty. |
| FlapDockStationFactory |
A
DockFactory which can handle FlapDockStations. |
| FlapDockStationLayout |
A layout describing the content of a
FlapDockStation. |
| FlapDockStationSource | |
| FlapDropInfo |
Information where to insert a
Dockable into a FlapDockStation. |
| FlapSpanStrategy |
Manages the
Spans of a FlapDockStation. |
| JInternalDialog |
The parent "window" for a
DefaultFlapWindow that is shown in a JInternalFrame. |
| RetroFlapDockStationLayout |
A
FlapDockStationLayout that stores data which was read from an older format. |
FlapDockStation.Copyright © 2017 Docking Frames. All rights reserved.