bibliothek.gui.dock.security
Class SecureDockControllerFactory
java.lang.Object
bibliothek.gui.dock.control.DefaultDockControllerFactory
bibliothek.gui.dock.security.SecureDockControllerFactory
- All Implemented Interfaces:
- DockControllerFactory
Deprecated. this class is no longer necessary as it has now the exact same behavior as DefaultDockControllerFactory
.
@Deprecated
@Todo(compatibility=BREAK_MAJOR,
priority=MAJOR,
target=VERSION_1_1_1,
description="remove this class without replacement")
public class SecureDockControllerFactory
- extends DefaultDockControllerFactory
A factory creating secure versions of various elements of a DockController
- Author:
- Benjamin Sigg
Methods inherited from class bibliothek.gui.dock.control.DefaultDockControllerFactory |
createActionBinder, createActionViewConverter, createDefaultActionOffer, createDockableSelector, createDoubleClickController, createExtensionManager, createFocusController, createKeyboardController, createMouseFocusObserver, createPopupController, createRegister, createRelocator, createSingleParentRemover, createVisibilityFocusObserver |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureDockControllerFactory
public SecureDockControllerFactory()
- Deprecated.