Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.common.action |
Contains different
DockAction s and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockable s. |
bibliothek.gui.dock.common.action.predefined |
A set of more complex actions that can be directly used.
|
bibliothek.gui.dock.common.behavior | |
bibliothek.gui.dock.common.event | |
bibliothek.gui.dock.common.grouping | |
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.common.intern.action |
CAction s 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
CommonDockStation , various implementations of CommonDockStation 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
MenuPiece s to modify the layout and settings of an
application that uses Common . |
bibliothek.gui.dock.common.mode | |
bibliothek.gui.dock.common.perspective |
The perspective API offers clients the possibility to define or modify the layout
of an application without actually creating any
CDockable s. |
bibliothek.gui.dock.common.preference |
Classes used directly or indirectly by the
CPreferenceModel . |
bibliothek.gui.dock.common.theme |
Classes related to the
DockTheme s. |
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 . |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<CControl> |
CControl.CCONTROL
A key for this
CControl . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected CSplitDockStationHandle |
CGridArea.createSplitDockStationHandle(CControl control)
|
protected void |
CGridArea.init(CControl control,
String uniqueId)
Initializes the fields of this area.
|
protected void |
CMinimizeArea.init(CControl control,
String uniqueId)
Initializes the new area, should be called only once by subclasses
|
Constructor and Description |
---|
CContentArea(CControl control,
String uniqueId)
Creates a new content area.
|
CExternalizeArea(CControl control,
String id)
Creates a new 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.
|
DefaultCFocusHistory(CControl control)
Creates a new history
|
Modifier and Type | Method and Description |
---|---|
CAction |
CloseActionFactory.create(CControl control,
CDockable dockable)
Creates a new action.
|
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
CControl |
ExternalizingCGridAreaConfiguration.getControl()
Gets the
CControl for which this configuration is used. |
Modifier and Type | Method and Description |
---|---|
protected ExternalizedCSplitDockStationHandler |
ExternalizingCGridArea.createSplitDockStationHandle(CControl control) |
static ExternalizingCGridAreaConfiguration |
ExternalizingCGridAreaConfiguration.installOn(CControl control)
Creates a new
ExternalizingCGridAreaConfiguration and installs it. |
Constructor and Description |
---|
ExternalizingCGridArea(CControl control)
Creates a new area.
|
ExternalizingCGridArea(CControl control,
String uniqueId)
Creates a new area.
|
ExternalizingCGridAreaConfiguration(CControl control)
Creates a new configuration.
|
ExternalizingCGridAreaFactory(CControl control)
Creates a new factory
|
Modifier and Type | Method and Description |
---|---|
CControl |
CVetoClosingEvent.getControl()
Gets the control in whose realm this event was issued.
|
Modifier and Type | Method and Description |
---|---|
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
DockStation s 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. |
Constructor and Description |
---|
CVetoClosingEvent(CControl control,
VetoableDockFrontendEvent source,
CDockable... dockables)
Creates a new event.
|
Constructor and Description |
---|
GroupingDockLocationListener(CControl control)
Creates a new listener, without adding it to
ccontrol . |
GroupingHistoryRewriter(CControl control,
HistoryRewriter<Location,CLocationMode> validation)
Creates a new
GroupingHistoryRewriter . |
PlaceholderGrouping(CControl control,
Path placeholder)
Creates a new grouping.
|
Modifier and Type | Method and Description |
---|---|
CControl |
AbstractCDockable.getControl() |
CControl |
CDockable.getControl()
Gets the control which is responsible for this dockable.
|
CControl |
DefaultCControlRegister.getControl() |
CControl |
CControlAccess.getOwner()
Gets the control to which this object gives access.
|
Modifier and Type | Method and Description |
---|---|
DockController |
CControlFactory.createController(CControl owner)
Creates or gets the
DockController . |
DockController |
EfficientControlFactory.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) |
Constructor and Description |
---|
CancelDragAndDropOperation(CControl control) |
CDockController(CControl owner)
Creates a new controller
|
CDockController(CControl owner,
DockControllerFactory factory)
Creates a new controller
|
CommonSingleDockableFactory(CControl control)
Creates a new factory.
|
CommonSingleDockableFactory(CControl control,
CPerspective perspective)
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
|
DelayedWorkingAreaSetter(String area,
CDockable dockable,
CControl control)
Creates a new setter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CExtendedModeAction.init(CControl control,
ExtendedMode mode,
String iconKey,
String textKey,
String tooltipKey,
PropertyKey<KeyStroke> gotoStroke)
Creates a new action, this method must be called only once.
|
Constructor and Description |
---|
CActionOffer(CControl control)
Creates a new action offer
|
CExtendedModeAction(CControl control,
ExtendedMode mode,
String iconKey,
String textKey,
String tooltipKey,
PropertyKey<KeyStroke> gotoStroke)
Creates a new action.
|
Constructor and Description |
---|
CLayoutChangeStrategy(CControl control)
Creates a new strategy.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
CLockedResizeLayoutManager(CControl control)
Creates a new layout manager
|
CommonDockStationFactory(CControl control,
FrontendPerspectiveCache cache,
CommonSingleDockableFactory singleDockableFactory)
Creates a new factory
|
Modifier and Type | Method and Description |
---|---|
void |
UITransmitter.setControl(CControl control)
|
Constructor and Description |
---|
CDisablingStrategy(CControl control)
Creates a new strategy, this constructor will add a listener to
control . |
CommonSingleTabDecider(CControl control)
Creates a new decider
|
CSingleParentRemover(CControl control)
Creates a new remover
|
Modifier and Type | Method and Description |
---|---|
void |
SingleCDockableListMenuPiece.setControl(CControl control)
|
static CPreferenceMenuPiece |
CPreferenceMenuPiece.setup(CControl control)
Creates a new
CPreferenceMenuPiece . |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
CControl |
CStationContainerHistoryRewriter.getControl()
Gets the
CControl that is using this rewriter. |
Constructor and Description |
---|
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.
|
CStationContainerHistoryRewriter(CControl control)
Creates a new rewriter
|
Modifier and Type | Method and Description |
---|---|
CControl |
CControlPerspective.getControl()
Gets the
CControl in whose realm this CControlPerspective operates. |
Constructor and Description |
---|
CLayoutPreferenceModel(CControl control)
Creates a new model.
|
Modifier and Type | Method and Description |
---|---|
CControl |
CDockThemeFactory.getControl()
Gets the control for which this factory works.
|
Modifier and Type | Method and Description |
---|---|
abstract DockTheme |
CDockThemeFactory.create(CControl control)
Creates a new theme.
|
protected void |
CDockTheme.initDefaultFontBridges(CControl control)
Adds the default
FontBridgeFactory s to this theme. |
Constructor and Description |
---|
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 . |
Modifier and Type | Method and Description |
---|---|
CColorBridge |
CColorBridgeExtension.create(CControl control,
ColorManager manager)
Creates a new bridge for
manager . |
Constructor and Description |
---|
CommonEclipseThemeConnector(CControl control)
Creates a new connector.
|
Constructor and Description |
---|
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.
|