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 Various listeners and adapters that can be added to CControl, CDockable and other classes associated with them. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
bibliothek.gui.dock.common.intern.layout Implementation of a LayoutChangeStrategy and supporting classes. 
bibliothek.gui.dock.common.intern.station Contains the CommonStation, various implementations of CommonStation and supporting classes. 
bibliothek.gui.dock.common.intern.ui Base-classes intended for inheritance and small strategy-classes modifying the way Core works. 
bibliothek.gui.dock.common.menu Some MenuPieces to modify the layout and settings of an application that uses Common
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.common.preference Classes used directly or indirectly by the CPreferenceModel
bibliothek.gui.dock.common.theme Classes related to the DockThemes. 
bibliothek.gui.dock.common.theme.color Introduces an extension to the color management. 
bibliothek.gui.dock.common.theme.eclipse Supporting classes for CEclipseTheme
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
 

Uses of CControl in bibliothek.gui.dock.common
 

Fields in bibliothek.gui.dock.common with type parameters of type CControl
static PropertyKey<CControl> CControl.CCONTROL
          A key for this CControl.
 

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

Methods in bibliothek.gui.dock.common with parameters of type CControl
protected  void CGridArea.init(CControl control, String uniqueId)
          Initializes the fields of this area.
 

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)
          Creates a new area.
CMinimizeArea(CControl control, String uniqueId)
          Creates a new minimize area.
CPreferenceModel(CControl control)
          Creates a new model.
CPreferenceModel(CControl control, PathCombiner combiner)
          Creates a new model.
CWorkingArea(CControl control, String uniqueId)
          Creates a new 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
CUnexternalizeAction(CControl control)
          Creates a new action
CUnmaximizeExternalizedAction(CControl control)
          Creates a new action
 

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

Methods in bibliothek.gui.dock.common.event that return CControl
 CControl CVetoClosingEvent.getControl()
          Gets the control in whose realm this event was issued.
 

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 ResizeRequestListener.handleResizeRequest(CControl control)
          Called when the layout of DockStations should be updated such that CDockable.getAndClearResizeRequest() is matched.
 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.
 

Constructors in bibliothek.gui.dock.common.event with parameters of type CControl
CVetoClosingEvent(CControl control, VetoableDockFrontendEvent source, CDockable... dockables)
          Creates a new event.
 

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

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

Methods in bibliothek.gui.dock.common.intern with parameters of type CControl
 DockController CControlFactory.createController(CControl owner)
          Creates or gets the DockController.
 DockController EfficientControlFactory.createController(CControl owner)
           
 DockController SecureControlFactory.createController(CControl owner)
           
 MutableCControlRegister CControlFactory.createRegister(CControl owner)
          Creates a new register that keeps track of all the elements shown and used by owner.
 MutableCControlRegister EfficientControlFactory.createRegister(CControl owner)
           
 

Constructors in bibliothek.gui.dock.common.intern with parameters of type CControl
CommonSingleDockableFactory(CControl control)
          Creates a new factory.
ControlVetoClosingListener(CControl control, CVetoClosingListener callback)
          Creates a new converter.
ControlVetoFocusListener(CControl control, CVetoFocusListener callback)
          Creates a new veto focus listener.
CPlaceholderStrategy(CControl control)
          Creates a new strategy
DefaultCControlRegister(CControl control)
          Creates a new register
 

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

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

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

Constructors in bibliothek.gui.dock.common.intern.layout with parameters of type CControl
CLayoutChangeStrategy(CControl control)
          Creates a new strategy.
 

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

Methods in bibliothek.gui.dock.common.intern.station with parameters of type CControl
 void FlapResizeRequestHandler.handleResizeRequest(CControl control)
           
 void ScreenResizeRequestHandler.handleResizeRequest(CControl control)
           
 void SplitResizeRequestHandler.handleResizeRequest(CControl control)
           
 void CLockedResizeLayoutManager.setControl(CControl control)
          Sets the control in whose realm this manager should work.
 

Constructors in bibliothek.gui.dock.common.intern.station with parameters of type CControl
CLockedResizeLayoutManager(CControl control)
          Creates a new layout manager
 

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

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

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

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.
static CPreferenceMenuPiece CPreferenceMenuPiece.setup(CControl control)
          Creates a new CPreferenceMenuPiece.
 

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

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

Constructors in bibliothek.gui.dock.common.mode with parameters of type CControl
CExternalizedMode(CControl control)
          Creates a new mode.
CMaximizedMode(CControl control)
          Creates a new mode.
CMinimizedMode(CControl control)
          Creates a new mode
CNormalMode(CControl control)
          Creates a new mode.
 

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

Constructors in bibliothek.gui.dock.common.preference with parameters of type CControl
CLayoutPreferenceModel(CControl control)
          Creates a new model.
 

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

Methods in bibliothek.gui.dock.common.theme that return CControl
 CControl CDockThemeFactory.getControl()
          Gets the control for which this factory works.
 

Methods in bibliothek.gui.dock.common.theme with parameters of type CControl
abstract  DockTheme CDockThemeFactory.create(CControl control)
          Creates a new theme.
protected  void CDockTheme.initDefaultFontBridges(CControl control)
          Adds the default FontBridgeFactorys to this theme.
 

Constructors in bibliothek.gui.dock.common.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.
CDockThemeFactory(ThemePropertyFactory<D> delegate, CControl control)
          Creates a new factory.
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.
ThemeMap(CControl control)
          Creates a new map and wires this map to control.
 

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

Methods in bibliothek.gui.dock.common.theme.color with parameters of type CControl
 CColorBridge CColorBridgeExtension.create(CControl control, ColorManager manager)
          Creates a new bridge for manager.
 

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

Constructors in bibliothek.gui.dock.common.theme.eclipse with parameters of type CControl
CommonEclipseThemeConnector(CControl control)
          Creates a new connector.
 

Uses of CControl in bibliothek.gui.dock.facile.mode
 

Constructors in bibliothek.gui.dock.facile.mode with parameters of type CControl
ExternalizedMode(CControl control)
          Creates a new mode.
MaximizedMode(CControl control)
          Creates a new mode
MinimizedMode(CControl control)
          Creates a new mode.
NormalMode(CControl control)
          Creates a new normal mode.