Uses of Class
bibliothek.gui.dock.common.CControl

Packages that use CControl
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.intern   
bibliothek.gui.dock.common.menu   
 

Uses of CControl in bibliothek.gui.dock.common
 

Constructors in bibliothek.gui.dock.common with parameters of type CControl
CGrid(CControl control)
          Creates a new grid.
 

Uses of CControl in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return CControl
 CControl CControlAccess.getOwner()
          Gets the control to which this object gives access.
 

Uses of CControl in bibliothek.gui.dock.common.menu
 

Methods in bibliothek.gui.dock.common.menu with parameters of type CControl
 void SingleCDockableListMenuPiece.setControl(CControl control)
          Exchanges the CControl whose CDockables are observed by this piece.
 

Constructors in bibliothek.gui.dock.common.menu with parameters of type CControl
CLayoutChoiceMenuPiece(CControl control, boolean loadAsSubmenu)
          Creates a new menu.
CLookAndFeelMenuPiece(CControl control)
          Creates a new menu.
CThemeMenuPiece(CControl control)
          Creates a new piece.
SingleCDockableListMenuPiece(CControl control)
          Creates a new piece.