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 ButtonPane |
FlapDockStation.createButtonPane()
Creates the panel which will show buttons for the children of this station.
|
Modifier and Type | Method and Description |
---|---|
protected FlapWindow |
FlapDockStation.createFlapWindow(ButtonPane buttonPane)
Creates a window for this station.
|
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 . |
Constructor and Description |
---|
DefaultFlapWindow(FlapDockStation station,
ButtonPane buttonPane,
DefaultFlapWindow.Parent window)
Constructs a new window.
|
FlapSpanStrategy(FlapDockStation station,
ButtonPane buttons)
Creates a new strategy.
|