|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlapDockStation | |
---|---|
bibliothek.gui.dock.common | A set of classes that can be used to create basic applications. |
bibliothek.gui.dock.common.intern | |
bibliothek.gui.dock.common.intern.station | |
bibliothek.gui.dock.event | Listeners, adapters and events used in the whole framework. A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener. |
bibliothek.gui.dock.facile.action | |
bibliothek.gui.dock.security | A package dealing with the issues of Applets and Wepstart-applications. DockingFrames monitors mouse- and other events globally. |
bibliothek.gui.dock.station.flap | Elements that are related to the FlapDockStation . |
Uses of FlapDockStation in bibliothek.gui.dock.common |
---|
Methods in bibliothek.gui.dock.common that return FlapDockStation | |
---|---|
FlapDockStation |
CContentArea.getEast()
Gets the station in the east of this CContentArea |
FlapDockStation |
CContentArea.getNorth()
Gets the station in the north of this CContentArea |
FlapDockStation |
CContentArea.getSouth()
Gets the station in the south of this CContentArea |
FlapDockStation |
CContentArea.getWest()
Gets the station in the west of this CContentArea |
Uses of FlapDockStation in bibliothek.gui.dock.common.intern |
---|
Methods in bibliothek.gui.dock.common.intern that return FlapDockStation | |
---|---|
FlapDockStation |
CControlFactory.createFlapDockStation(Component expansion)
Creates a new FlapDockStation . |
FlapDockStation |
EfficientControlFactory.createFlapDockStation(Component expansion)
|
FlapDockStation |
SecureControlFactory.createFlapDockStation(Component expansion)
|
Uses of FlapDockStation in bibliothek.gui.dock.common.intern.station |
---|
Methods in bibliothek.gui.dock.common.intern.station with parameters of type FlapDockStation | |
---|---|
int |
CFlapLayoutManager.getSize(FlapDockStation station,
Dockable dockable)
|
void |
CFlapLayoutManager.install(FlapDockStation station)
|
boolean |
CFlapLayoutManager.isHold(FlapDockStation station,
Dockable dockable)
|
void |
CFlapLayoutManager.setHold(FlapDockStation station,
Dockable dockable,
boolean hold)
|
void |
CFlapLayoutManager.setSize(FlapDockStation station,
Dockable dockable,
int size)
|
void |
CFlapLayoutManager.uninstall(FlapDockStation station)
|
Constructors in bibliothek.gui.dock.common.intern.station with parameters of type FlapDockStation | |
---|---|
FlapResizeRequestHandler(FlapDockStation station)
Creates a new handler. |
Uses of FlapDockStation in bibliothek.gui.dock.event |
---|
Methods in bibliothek.gui.dock.event with parameters of type FlapDockStation | |
---|---|
void |
FlapDockListener.holdChanged(FlapDockStation station,
Dockable dockable,
boolean hold)
Invoked when the hold-property of a Dockable has been changed. |
Uses of FlapDockStation in bibliothek.gui.dock.facile.action |
---|
Methods in bibliothek.gui.dock.facile.action with parameters of type FlapDockStation | |
---|---|
void |
StateManager.add(String name,
FlapDockStation station)
Adds a station to which a Dockable can be minimized. |
Uses of FlapDockStation in bibliothek.gui.dock.security |
---|
Subclasses of FlapDockStation in bibliothek.gui.dock.security | |
---|---|
class |
SecureFlapDockStation
A FlapDockStation that uses SecureFlapWindow instead
of FlapWindow . |
Methods in bibliothek.gui.dock.security that return FlapDockStation | |
---|---|
protected FlapDockStation |
SecureFlapDockStationFactory.createStation()
|
Constructors in bibliothek.gui.dock.security with parameters of type FlapDockStation | |
---|---|
SecureFlapWindow(FlapDockStation station,
ButtonPane buttonPane,
Dialog dialog)
Creates a new window |
|
SecureFlapWindow(FlapDockStation station,
ButtonPane buttonPane,
Frame frame)
Creates a new window |
Uses of FlapDockStation in bibliothek.gui.dock.station.flap |
---|
Methods in bibliothek.gui.dock.station.flap that return FlapDockStation | |
---|---|
protected FlapDockStation |
FlapDockStationFactory.createStation()
Creates an instance of a FlapDockStation . |
FlapDockStation |
FlapWindow.getStation()
Gets the station for which this window is shown. |
FlapDockStation |
FlapDockStationFactory.layout(FlapDockStationLayout layout)
|
FlapDockStation |
FlapDockStationFactory.layout(FlapDockStationLayout layout,
Map<Integer,Dockable> children)
|
Methods in bibliothek.gui.dock.station.flap with parameters of type FlapDockStation | |
---|---|
FlapDockStationLayout |
FlapDockStationFactory.getLayout(FlapDockStation station,
Map<Dockable,Integer> children)
|
int |
DefaultFlapLayoutManager.getSize(FlapDockStation station,
Dockable dockable)
|
int |
FlapLayoutManager.getSize(FlapDockStation station,
Dockable dockable)
Called when dockable is about to open and station
has to find out which size dockable should have. |
void |
DefaultFlapLayoutManager.install(FlapDockStation station)
|
void |
FlapLayoutManager.install(FlapDockStation station)
Called before this manager is used. |
boolean |
DefaultFlapLayoutManager.isHold(FlapDockStation station,
Dockable dockable)
|
boolean |
FlapLayoutManager.isHold(FlapDockStation station,
Dockable dockable)
Called when dockable is added to station and
station does not know whether dockable should
be hold open even when it is not focused. |
void |
DefaultFlapLayoutManager.setHold(FlapDockStation station,
Dockable dockable,
boolean hold)
|
void |
FlapLayoutManager.setHold(FlapDockStation station,
Dockable dockable,
boolean hold)
Called when the user changes the hold property of dockable . |
void |
FlapDockStationFactory.setLayout(FlapDockStation station,
FlapDockStationLayout layout)
|
void |
FlapDockStationFactory.setLayout(FlapDockStation station,
FlapDockStationLayout layout,
Map<Integer,Dockable> children)
|
void |
DefaultFlapLayoutManager.setSize(FlapDockStation station,
Dockable dockable,
int size)
|
void |
FlapLayoutManager.setSize(FlapDockStation station,
Dockable dockable,
int size)
Called when the user changes the size of dockable . |
void |
DefaultFlapLayoutManager.uninstall(FlapDockStation station)
|
void |
FlapLayoutManager.uninstall(FlapDockStation station)
Called when this manager is no longer used. |
Constructors in bibliothek.gui.dock.station.flap with parameters of type FlapDockStation | |
---|---|
ButtonPane(FlapDockStation station,
Map<Dockable,DockTitle> titles)
Constructs a new panel. |
|
FlapDockHoldToggle(FlapDockStation station)
Constructor, sets the icons and makes the action ready to be shown. |
|
FlapWindow(FlapDockStation station,
ButtonPane buttonPane,
Dialog dialog)
Constructs a new window. |
|
FlapWindow(FlapDockStation station,
ButtonPane buttonPane,
Frame frame)
Constructs a new window. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |