Class CDockController

java.lang.Object
bibliothek.gui.DockController
bibliothek.gui.dock.common.intern.CDockController

public class CDockController extends DockController
The DockController that is usually used by a CControl.
Author:
Benjamin Sigg
  • Constructor Details

    • CDockController

      public CDockController(CControl owner)
      Creates a new controller
      Parameters:
      owner - the owner of this controller
    • CDockController

      public CDockController(CControl owner, DockControllerFactory factory)
      Creates a new controller
      Parameters:
      owner - the owner of this controller
      factory - tells this controller how to initialize several subsystems
  • Method Details