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.event   
bibliothek.gui.dock.common.intern   
bibliothek.gui.dock.common.intern.color   
bibliothek.gui.dock.common.intern.theme   
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.event
 

Methods in bibliothek.gui.dock.common.event with parameters of type CControl
 void CControlListener.added(CControl control, CDockable dockable)
          Called when dockable has been made public.
 void CControlListener.closed(CControl control, CDockable dockable)
          Called when dockable has been made invisible.
 void CControlListener.opened(CControl control, CDockable dockable)
          Called when dockable has been made visible.
 void CControlListener.removed(CControl control, CDockable dockable)
          Called when dockable has been removed.
 

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.intern.color
 

Methods in bibliothek.gui.dock.common.intern.color with parameters of type CControl
 void ColorTransmitter.setControl(CControl control)
          Sets the CControl which should be observed for new CDockables by this transmitter.
 

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

Constructors in bibliothek.gui.dock.common.intern.theme with parameters of type CControl
CBasicTheme(CControl control)
          Creates a new theme.
CBasicTheme(CControl control, BasicTheme theme)
          Creates a new theme.
CBubbleTheme(CControl control)
          Creates a new theme.
CBubbleTheme(CControl control, BubbleTheme theme)
          Creates a new theme.
CEclipseTheme(CControl control)
          Creates a new theme.
CEclipseTheme(CControl control, EclipseTheme theme)
          Creates a new theme.
CFlatTheme(CControl control)
          Creates a new theme.
CFlatTheme(CControl control, FlatTheme theme)
          Creates a new theme.
CSmoothTheme(CControl control)
          Creates a new theme.
CSmoothTheme(CControl control, SmoothTheme theme)
          Creates a new theme.
 

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.
CLookAndFeelMenuPiece(CControl control, LookAndFeelList list)
          Creates a new menu.
CThemeMenuPiece(CControl control)
          Creates a new piece.
SingleCDockableListMenuPiece(CControl control)
          Creates a new piece.