|
||||||||||
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 | |
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. |
CLocation |
CControl.getDefaultLocation()
Gets the location where CDockable s are opened when nothing else
is specified. |
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.getLocation()
Gets the location of this dockable. |
CLocation |
CDockable.getLocation()
Gets the location of this dockable. |
CLocation |
CStateManager.getLocation(Dockable dockable)
Gets an element describing the location of dockable as
good as possible. |
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.setLocation(CLocation location)
Sets the location of this dockable. |
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 . |
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 |
CExternalizedLocation
A location representing an externalized element. |
class |
CMaximizedLocation
A location representing the maximized state. |
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 |
CRootLocation
A location representing some root element. |
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". |
Methods in bibliothek.gui.dock.common.location that return CLocation | |
---|---|
CLocation |
AbstractTreeLocation.aside()
|
CLocation |
CBaseLocation.aside()
|
CLocation |
CExternalizedLocation.aside()
|
CLocation |
CMaximizedLocation.aside()
|
CLocation |
CMinimizedLocation.aside()
|
CLocation |
CRectangleLocation.aside()
|
CLocation |
CStackLocation.aside()
|
CLocation |
CWorkingAreaLocation.aside()
|
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 |