|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlapWindow | |
|---|---|
| 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. |
| Uses of FlapWindow in bibliothek.gui.dock |
|---|
| Methods in bibliothek.gui.dock that return FlapWindow | |
|---|---|
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. |
| Methods in bibliothek.gui.dock with parameters of type FlapWindow | |
|---|---|
boolean |
FlapDockStation.isFlapWindow(FlapWindow window)
Checks whether the currently used FlapWindow equals
window. |
| Uses of FlapWindow in bibliothek.gui.dock.station.flap |
|---|
| Classes in bibliothek.gui.dock.station.flap that implement FlapWindow | |
|---|---|
class |
DefaultFlapWindow
This window pops up if the user presses one of the buttons of a FlapDockStation. |
| Methods in bibliothek.gui.dock.station.flap that return FlapWindow | |
|---|---|
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. |
| Methods in bibliothek.gui.dock.station.flap with parameters of type FlapWindow | |
|---|---|
boolean |
DefaultFlapWindowFactory.isValid(FlapWindow window,
FlapDockStation station)
|
boolean |
FlapWindowFactory.isValid(FlapWindow window,
FlapDockStation station)
Tells whether window can still be used by station. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||