|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CLocation | |
---|---|
bibliothek.gui.dock.common | A set of classes that can be used to create basic applications. |
bibliothek.gui.dock.common.intern | Classes and interfaces used internally. |
bibliothek.gui.dock.common.location |
Uses of CLocation in bibliothek.gui.dock.common |
---|
Methods in bibliothek.gui.dock.common that return CLocation | |
---|---|
abstract CLocation |
CLocation.aside()
Returns a CLocation that describes the location of an element
that should be inserted next to this location. |
abstract CLocation |
CLocation.expandProperty(DockableProperty property)
Tries to create a location that resembles property . |
CLocation |
CControl.getDefaultLocation()
Gets the location where CDockable s are opened when nothing else
is specified. |
CLocation |
CGridArea.getStationLocation()
|
CLocation |
CMinimizeArea.getStationLocation()
|
CLocation |
CStation.getStationLocation()
Gets a location which represents directly CStation.getStation() . |
CLocation |
CWorkingArea.getStationLocation()
|
Methods in bibliothek.gui.dock.common with parameters of type CLocation | |
---|---|
void |
CControl.setDefaultLocation(CLocation defaultLocation)
Sets the location where CDockable s are opened when there is
nothing else specified for these CDockable s. |
Uses of CLocation in bibliothek.gui.dock.common.intern |
---|
Methods in bibliothek.gui.dock.common.intern that return CLocation | |
---|---|
CLocation |
AbstractCDockable.getBaseLocation()
|
CLocation |
CDockable.getBaseLocation()
Gets the location of this dockable. |
CLocation |
AbstractCDockable.getDefaultLocation(CDockable.ExtendedMode mode)
Gets an earlier set value of AbstractCDockable.setDefaultLocation(bibliothek.gui.dock.common.intern.CDockable.ExtendedMode, CLocation) . |
CLocation |
CStateManager.getLocation(Dockable dockable)
Gets an element describing the location of dockable as
good as possible. |
CLocation |
CStateManager.getLocation(Dockable dockable,
CDockable.ExtendedMode mode)
Assuming that dockable is currently not in mode mode ,
then this method searches for the previously stored location of dockable . |
CLocation |
AbstractCStation.getStationLocation()
|
CLocation |
CDockableAccess.internalLocation()
Gets the user set location of this dockable. |
Methods in bibliothek.gui.dock.common.intern with parameters of type CLocation | |
---|---|
void |
AbstractCDockable.setDefaultLocation(CDockable.ExtendedMode mode,
CLocation location)
Sets the default location for mode mode for this dockable. |
void |
AbstractCDockable.setLocation(CLocation location)
|
void |
CDockable.setLocation(CLocation location)
Sets the location of this dockable. |
void |
CStateManager.setLocation(CommonDockable dockable,
CLocation location)
Tries to set the location of dockable . |
void |
CStateManager.setLocation(Dockable dockable,
CDockable.ExtendedMode mode,
CLocation location)
Sets the default location of dockable when going into
mode . |
Constructors in bibliothek.gui.dock.common.intern with parameters of type CLocation | |
---|---|
AbstractCStation(DockStation station,
String id,
CLocation location)
Creates a new station. |
Uses of CLocation in bibliothek.gui.dock.common.location |
---|
Subclasses of CLocation in bibliothek.gui.dock.common.location | |
---|---|
class |
AbstractStackholdingLocation
A location which can be parent of a stack (stack is also known as tabbed-pane). |
class |
AbstractTreeLocation
A location that is child of the "normalized"-area, and describing a turn in a path leading to the final element. |
class |
CBaseLocation
A location based on a CContentArea . |
class |
CContentAreaCenterLocation
This location points to the center of a CContentArea . |
class |
CExternalizedLocation
A location representing an externalized element. |
class |
CFlapIndexLocation
A location which represents the index on a FlapDockStation . |
class |
CFlapLocation
A location which represents a FlapDockStation . |
class |
CGridAreaLocation
A location that represents a CGridArea . |
class |
CMaximizedLocation
A location representing the maximized state. |
class |
CMinimizeAreaLocation
A location describing a child of a CMinimizeArea . |
class |
CMinimizedLocation
A location aiming at minimized elements. |
class |
CRectangleLocation
A location describing a normalized element by giving its relative position and size (relative meaning that the element is positioned in a rectangle of size 1/1). |
class |
CSplitLocation
This location is used to describe a SplitDockStation . |
class |
CStackLocation
A location describing an element in a stack (also known as tabbed-pane). |
class |
CWorkingAreaLocation
A location representing a CWorkingArea . |
class |
TreeLocationNode
A turn in a path to an element, beginning at the "normalized-area". |
class |
TreeLocationRoot
The root of a path of turns, leading to the location of an element, beginning at the "normalized-area". |
Fields in bibliothek.gui.dock.common.location declared as CLocation | |
---|---|
static CLocation |
CExternalizedLocation.STATION
A location describing the externalize station with the id CControl.EXTERNALIZED_STATION_ID . |
Methods in bibliothek.gui.dock.common.location that return CLocation | |
---|---|
CLocation |
AbstractTreeLocation.aside()
|
CLocation |
CBaseLocation.aside()
|
CLocation |
CExternalizedLocation.aside()
|
CLocation |
CFlapIndexLocation.aside()
|
CLocation |
CFlapLocation.aside()
|
CLocation |
CMaximizedLocation.aside()
|
CLocation |
CRectangleLocation.aside()
|
CLocation |
CSplitLocation.aside()
|
CLocation |
CStackLocation.aside()
|
CLocation |
CWorkingAreaLocation.aside()
|
CLocation |
AbstractStackholdingLocation.expandProperty(DockableProperty property)
|
CLocation |
CBaseLocation.expandProperty(DockableProperty property)
|
CLocation |
CFlapLocation.expandProperty(DockableProperty property)
|
CLocation |
CMaximizedLocation.expandProperty(DockableProperty property)
|
CLocation |
CSplitLocation.expandProperty(DockableProperty property)
|
Constructors in bibliothek.gui.dock.common.location with parameters of type CLocation | |
---|---|
CStackLocation(CLocation parent)
Creates a new location |
|
CStackLocation(CLocation parent,
int index)
Creates a new location |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |