|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.DockController
bibliothek.gui.dock.common.intern.CDockController
public class CDockController
The DockController that is usually used by a CControl.
| Field Summary |
|---|
| Fields inherited from class bibliothek.gui.DockController |
|---|
RESTRICTED_ENVIRONMENT |
| Constructor Summary | |
|---|---|
CDockController(CControl owner)
Creates a new controller |
|
CDockController(CControl owner,
DockControllerFactory factory)
Creates a new controller |
|
| Method Summary | |
|---|---|
void |
setFocusedDockable(FocusRequest request)
Starts a request to set the focused Dockable. |
protected void |
showCoreWarning()
Opens an annoying dialog warning the developer that he is using the Core API, when he should be using the Common API. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CDockController(CControl owner)
owner - the owner of this controller
public CDockController(CControl owner,
DockControllerFactory factory)
owner - the owner of this controllerfactory - tells this controller how to initialize several subsystems| Method Detail |
|---|
public void setFocusedDockable(FocusRequest request)
DockControllerDockable.
setFocusedDockable in class DockControllerrequest - the request to execute, not nullprotected void showCoreWarning()
DockControllerDockController.disableCoreWarning().
showCoreWarning in class DockController
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||