|
||||||||||
| 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(Dockable focusedDockable,
java.awt.Component component,
boolean force,
boolean ensureFocusSet,
boolean ensureDockableFocused)
Sets the Dockable which should have the focus. |
| 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(Dockable focusedDockable,
java.awt.Component component,
boolean force,
boolean ensureFocusSet,
boolean ensureDockableFocused)
DockControllerDockable which should have the focus.
setFocusedDockable in class DockControllerfocusedDockable - the element with the focus or nullcomponent - the Component which should receive the focus, can be null.
See FocusController.setFocusedDockable(DockElementRepresentative, Component, boolean, boolean, boolean).force - true if this controller must ensure
that all properties are correct, false if some
optimations are allowed. Clients normally can set this argument
to false.ensureFocusSet - if true, then this method should make sure that either focusedDockable
itself or one of its DockElementRepresentative is the focus ownerensureDockableFocused - if true, then this method should make sure that focusedDockable
is the focus owner. This parameter is stronger that ensureFocusSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||