|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.control.DefaultDockControllerFactory
bibliothek.gui.dock.security.SecureDockControllerFactory
public class SecureDockControllerFactory
A factory creating secure versions of various elements of a DockController
Constructor Summary | |
---|---|
SecureDockControllerFactory()
|
Method Summary | |
---|---|
KeyboardController |
createKeyboardController(DockController controller,
ControllerSetupCollection setup)
Creates a new controller for global KeyEvents. |
MouseFocusObserver |
createMouseFocusObserver(DockController controller,
ControllerSetupCollection setup)
Creates the focus-controller of the controller. |
Methods inherited from class bibliothek.gui.dock.control.DefaultDockControllerFactory |
---|
createActionBinder, createActionViewConverter, createDefaultActionOffer, createDockableSelector, createDoubleClickController, createExtensionManager, createFocusController, createPopupController, createRegister, createRelocator, createSingleParentRemover |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecureDockControllerFactory()
Method Detail |
---|
public MouseFocusObserver createMouseFocusObserver(DockController controller, ControllerSetupCollection setup)
DockControllerFactory
createMouseFocusObserver
in interface DockControllerFactory
createMouseFocusObserver
in class DefaultDockControllerFactory
controller
- the controller for which the element is createdsetup
- an observable where new objects can add ControllerSetupListener
to be informed when the setup of controller
is finished.
null
public KeyboardController createKeyboardController(DockController controller, ControllerSetupCollection setup)
DockControllerFactory
createKeyboardController
in interface DockControllerFactory
createKeyboardController
in class DefaultDockControllerFactory
controller
- the controller for which the element is createdsetup
- an observable where new objects can add ControllerSetupListener
to be informed when the setup of controller
is finished.
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |