Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.station.support |
Elements used by various
DockStation s to store
properties and to propagate events to other objects. |
Modifier and Type | Method and Description |
---|---|
StationDragOperation |
DockStation.prepareDrag(Dockable dockable)
Informs this station that a drag and drop operation is in progress and that
dockable might
be removed from this station. |
Modifier and Type | Method and Description |
---|---|
StationDragOperation |
FlapDockStation.prepareDrag(Dockable dockable) |
StationDragOperation |
ScreenDockStation.prepareDrag(Dockable dockable) |
StationDragOperation |
SplitDockStation.prepareDrag(Dockable dockable) |
StationDragOperation |
StackDockStation.prepareDrag(Dockable dockable) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentDragOperation
This implementation of
StationDragOperation will call
Component.repaint() on creation and when either the
operation succeeds or was canceled. |