bibliothek.gui.dock.common.intern
Class SecureControlFactory

java.lang.Object
  extended by bibliothek.gui.dock.common.intern.EfficientControlFactory
      extended by 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

Constructor Summary
SecureControlFactory()
          Deprecated.  
 
Method Summary
 DockController createController(CControl owner)
          Deprecated. Creates or gets the DockController.
 
Methods inherited from class bibliothek.gui.dock.common.intern.EfficientControlFactory
createFlapDockStation, createFrontend, createRegister, createScreenDockStation, createSplitDockStation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface bibliothek.gui.dock.common.intern.CControlFactory
createFlapDockStation, createFrontend, createRegister, createScreenDockStation, createSplitDockStation
 

Constructor Detail

SecureControlFactory

public SecureControlFactory()
Deprecated. 
Method Detail

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