See: Description
| Interface | Description |
|---|---|
| IEditingCapabilitiesProvider |
For a given context object, an
IEditingCapabilitiesProvider
will return the EditingCapabilities used for UI reduction. |
| IUIReductionAwarePart |
A workbench part which is aware of UI reduction.
|
| Class | Description |
|---|---|
| AbstractEditingCapabilitiesProvider |
Implements of the
IEditingCapabilitiesProvider interface. |
| EditingCapabilities |
Contains enabled and required sets of editing capabilities.
|
| GetEditingCapabilitiesOperation |
The operation used with the editing capabilities service to
return a set of editing capabilities for a given context object.
|
| UIReductionPartAdapter |
A workbench part which implements
IUIReductionAwarePart should use
this adapter to receive call backs to update the UI reduced controls. |
AbstractEditingCapabilitiesProvider:
Abstract implementation of IEditingCapabilitiesProvider.EditingCapabilities:
Used as a return value from IEditingCapabilitiesProvider
containing enabled and required sets of editing capabilities.GetEditingCapabilitiesOperation:
Operation for which IEditingCapabilitiesProviders provide for.IEditingCapabilitiesProvider:
Clients must implement this interface when providing custom handling of UI reduction capabilities.IUIReductionAwarePart:
Interface to be implemented when utilizing UIReductionPartAdapter.UIReductionPartAdapter:
A part adapter used to notify when UI reduced controls should be updated.