public class CDockController extends DockController
DockController
that is usually used by a CControl
.RESTRICTED_ENVIRONMENT
Constructor and Description |
---|
CDockController(CControl owner)
Creates a new controller
|
CDockController(CControl owner,
DockControllerFactory factory)
Creates a new controller
|
Modifier and Type | Method and Description |
---|---|
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.
|
add, addAcceptance, addActionGuard, addActionOffer, addDockableFocusListener, addDockableSelectionListener, addDockTitleBindingListener, addRepresentative, addRepresentativeListener, createDefaultIconScheme, createDefaultTextScheme, disableCoreWarning, dockableSelectionListeners, dockTitleBindingListeners, ensureFocusSet, findRootWindow, fireDockableSelected, fireTitleBound, fireTitleUnbound, freezeLayout, getAcceptance, getActionOffer, getActionViewConverter, getColors, getComponentHierarchyObserver, getDefaultActionOffer, getDockableSelector, getDockComponentManager, getDockTitleManager, getDoubleClickController, getExtensions, getFocusController, getFocusedDockable, getFocusHistory, getFonts, getGlobalMouseDispatcher, getHierarchyLock, getIcons, getKeyboardController, getMouseFocusObserver, getPopupController, getPopupMenuFactory, getPopupSuppressor, getProperties, getRegister, getRelocator, getRepresentatives, getRootWindowProvider, getSingleParentRemover, getStation, getStationCount, getTexts, getTheme, getThemeManager, initiate, isBound, isFocused, isLayoutFrozen, isOnFocusing, isRestrictedEnvironment, kill, listOffers, meltLayout, remove, removeAcceptance, removeActionGuard, removeActionOffer, removeDockableFocusListener, removeDockableSelectionListener, removeDockTitleBindingListener, removeRepresentative, removeRepresentativeListener, rootWindowChanged, searchElement, setAtLeastFocusedDockable, setDefaultActionOffer, setFocusedDockable, setFocusedDockable, setFocusedDockable, setPopupMenuFactory, setPopupSuppressor, setRestrictedEnvironment, setRootWindow, setRootWindowProvider, setSingleParentRemover, setTheme
public CDockController(CControl owner)
owner
- the owner of this controllerpublic CDockController(CControl owner, DockControllerFactory factory)
owner
- the owner of this controllerfactory
- tells this controller how to initialize several subsystemspublic void setFocusedDockable(FocusRequest request)
DockController
Dockable
.setFocusedDockable
in class DockController
request
- the request to execute, not null
protected void showCoreWarning()
DockController
DockController.disableCoreWarning()
.showCoreWarning
in class DockController