|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlapDockStation | |
---|---|
bibliothek.gui.dock.event | |
bibliothek.gui.dock.security | |
bibliothek.gui.dock.station.flap |
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.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,
java.awt.Dialog dialog)
Creates a new window |
|
SecureFlapWindow(FlapDockStation station,
ButtonPane buttonPane,
java.awt.Frame frame)
Creates a new window |
Uses of FlapDockStation in bibliothek.gui.dock.station.flap |
---|
Fields in bibliothek.gui.dock.station.flap declared as FlapDockStation | |
---|---|
private FlapDockStation |
FlapDockHoldToggle.flap
|
private FlapDockStation |
FlapWindow.station
The owner of this window |
private FlapDockStation |
ButtonPane.station
The owner of this panel |
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. |
private FlapDockStation |
FlapDockDirection.getStation(Dockable dockable)
Gets the first FlapDockStation in the path from dockable
to the root of the tree. |
FlapDockStation |
FlapDockStationFactory.read(java.util.Map<java.lang.Integer,Dockable> children,
boolean ignore,
java.io.DataInputStream in)
|
Methods in bibliothek.gui.dock.station.flap with parameters of type FlapDockStation | |
---|---|
void |
FlapDockStationFactory.read(java.util.Map<java.lang.Integer,Dockable> children,
boolean ignore,
FlapDockStation station,
java.io.DataInputStream in)
|
void |
FlapDockStationFactory.write(FlapDockStation station,
java.util.Map<Dockable,java.lang.Integer> children,
java.io.DataOutputStream out)
|
Constructors in bibliothek.gui.dock.station.flap with parameters of type FlapDockStation | |
---|---|
ButtonPane(FlapDockStation station,
java.util.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,
java.awt.Dialog dialog)
Constructs a new window. |
|
FlapWindow(FlapDockStation station,
ButtonPane buttonPane,
java.awt.Frame frame)
Constructs a new window. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |