bibliothek.gui.dock.security
Class SecureDockControllerFactory

java.lang.Object
  extended by bibliothek.gui.dock.control.DefaultDockControllerFactory
      extended by 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

Constructor Summary
SecureDockControllerFactory()
          Deprecated.  
 
Method Summary
 
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
 

Constructor Detail

SecureDockControllerFactory

public SecureDockControllerFactory()
Deprecated.