bibliothek.gui.dock.common.intern
Class SecureControlFactory
java.lang.Object
bibliothek.gui.dock.common.intern.EfficientControlFactory
bibliothek.gui.dock.common.intern.SecureControlFactory
- All Implemented Interfaces:
- CControlFactory
Deprecated. this class is no longer necessary and will be removed in a future release
@Deprecated
@Todo(compatibility=BREAK_MINOR,
priority=MAJOR,
target=VERSION_1_1_1,
description="Remove this class, no replacement is necessary")
public class SecureControlFactory
- extends EfficientControlFactory
- implements CControlFactory
A factory used in restricted environment, where no global events can
be observed.
- Author:
- Benjamin Sigg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureControlFactory
public SecureControlFactory()
- Deprecated.
createController
public DockController createController(CControl owner)
- Deprecated.
- Description copied from interface:
CControlFactory
- Creates or gets the
DockController
.
- Specified by:
createController
in interface CControlFactory
- Overrides:
createController
in class EfficientControlFactory
- Parameters:
owner
- the control for which the result of this method will be used
- Returns:
- the new controller