Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.station.flap |
Elements that are related to the
FlapDockStation . |
Modifier and Type | Method and Description |
---|---|
protected FlapWindow |
FlapDockStation.createFlapWindow(ButtonPane buttonPane)
Creates a window for this station.
|
FlapWindow |
FlapDockStation.getFlapWindow()
Gets the window which is currently used by this station.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FlapDockStation.isFlapWindow(FlapWindow window)
Checks whether the currently used
FlapWindow equals
window . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFlapWindow
This window pops up if the user presses one of the buttons of a
FlapDockStation . |
Modifier and Type | Method and Description |
---|---|
FlapWindow |
DefaultFlapWindowFactory.create(FlapDockStation station,
ButtonPane buttonPane) |
FlapWindow |
FlapWindowFactory.create(FlapDockStation station,
ButtonPane buttonPane)
Creates a new window for
station . |
FlapWindow |
FlapWindowBackgroundComponent.getWindow()
Gets the window whose background is painted by the algorithm.
|
FlapWindow |
FlapWindowBorder.getWindow()
Gets the window which is represented by this border.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultFlapWindowFactory.isValid(FlapWindow window,
FlapDockStation station) |
boolean |
FlapWindowFactory.isValid(FlapWindow window,
FlapDockStation station)
Tells whether
window can still be used by station . |