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.action.predefined A set of more complex actions that can be directly used. 
bibliothek.gui.dock.common.event   
bibliothek.gui.dock.common.intern   
bibliothek.gui.dock.common.intern.action   
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
 

Methods in bibliothek.gui.dock.common that return CControl
 CControl CContentArea.getControl()
          Gets the CControl for which this content area was created.
 

Constructors in bibliothek.gui.dock.common with parameters of type CControl
CContentArea(CControl control, String uniqueId)
          Creates a new content area.
CGrid(CControl control)
          Creates a new grid.
CGridArea(CControl control, String uniqueId, boolean workingArea)
          Creates a new grid area.
CMinimizeArea(CControl control, String uniqueId)
          Creates a new minimize area.
 

Uses of CControl in bibliothek.gui.dock.common.action.predefined
 

Constructors in bibliothek.gui.dock.common.action.predefined with parameters of type CControl
CCloseAction(CControl control)
          Creates a new action
CExternalizeAction(CControl control)
          Creates a new action
CMaximizeAction(CControl control)
          Creates a new action
CMinimizeAction(CControl control)
          Creates a new action
CNormalizeAction(CControl control)
          Creates a new action
 

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.
 

Constructors in bibliothek.gui.dock.common.intern with parameters of type CControl
CommonSingleDockableFactory(CControl control)
          Creates a new factory.
CSingleParentRemover(CControl control)
          Creates a new remover
 

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

Constructors in bibliothek.gui.dock.common.intern.action with parameters of type CControl
CExtendedModeAction(CControl control, CDockable.ExtendedMode mode, String defaultIconKey, String iconKey, PropertyKey<KeyStroke> gotoStroke)
          Creates a new action.
 

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.