|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CWorkingArea | |
---|---|
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 CWorkingArea in bibliothek.gui.dock.common |
---|
Methods in bibliothek.gui.dock.common that return CWorkingArea | |
---|---|
CWorkingArea |
CControl.createWorkingArea(String uniqueId)
Creates and adds a new CWorkingArea to this control. |
Methods in bibliothek.gui.dock.common with parameters of type CWorkingArea | |
---|---|
static CWorkingAreaLocation |
CLocation.working(CWorkingArea area)
Creates a new location representing the given CWorkingArea . |
Uses of CWorkingArea in bibliothek.gui.dock.common.intern |
---|
Methods in bibliothek.gui.dock.common.intern that return CWorkingArea | |
---|---|
CWorkingArea |
CControlFactory.createWorkingArea(String id)
Creates a new CWorkingArea . |
CWorkingArea |
EfficientControlFactory.createWorkingArea(String id)
|
CWorkingArea |
SecureControlFactory.createWorkingArea(String id)
|
protected CWorkingArea |
CStateManager.getAreaOf(Dockable dockable)
Searches dockable and its parent for the first CWorkingArea . |
CWorkingArea |
AbstractCDockable.getWorkingArea()
|
CWorkingArea |
CDockable.getWorkingArea()
Gets the parent of this dockable, this should be the same as set by the last call of CDockable.setWorkingArea(CWorkingArea) . |
Methods in bibliothek.gui.dock.common.intern with parameters of type CWorkingArea | |
---|---|
void |
AbstractCDockable.setWorkingArea(CWorkingArea area)
|
void |
CDockable.setWorkingArea(CWorkingArea area)
Sets the parent of this dockable. |
Uses of CWorkingArea in bibliothek.gui.dock.common.location |
---|
Methods in bibliothek.gui.dock.common.location that return CWorkingArea | |
---|---|
CWorkingArea |
CWorkingAreaLocation.getWorkingArea()
Gets the workingarea to which this location relates. |
Constructors in bibliothek.gui.dock.common.location with parameters of type CWorkingArea | |
---|---|
CWorkingAreaLocation(CWorkingArea area)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |