Constructor and Description |
---|
DiffMergeModelContextImpl(VElement view,
org.eclipse.emf.ecore.EObject domainObject,
org.eclipse.emf.ecore.EObject origin1,
org.eclipse.emf.ecore.EObject origin2,
Set<VDomainModelReference> mergedReferences,
ViewModelService... modelServices)
Constructor for the
DiffMergeModelContextImpl . |
DiffMergeModelContextImpl(VElement view,
org.eclipse.emf.ecore.EObject domainObject,
org.eclipse.emf.ecore.EObject origin1,
org.eclipse.emf.ecore.EObject origin2,
ViewModelService... modelServices)
Constructor for the
DiffMergeModelContextImpl . |
Modifier and Type | Method and Description |
---|---|
DiffMergeModelContext |
DiffMergeContextFactory.createViewModelContext(VElement view,
org.eclipse.emf.ecore.EObject target,
org.eclipse.emf.ecore.EObject left,
org.eclipse.emf.ecore.EObject right,
Set<VDomainModelReference> mergedControls,
ViewModelService... modelServices)
Instantiates a new view model context with specific services.
|
DiffMergeModelContext |
DiffMergeContextFactory.createViewModelContext(VElement view,
org.eclipse.emf.ecore.EObject target,
org.eclipse.emf.ecore.EObject left,
org.eclipse.emf.ecore.EObject right,
ViewModelService... modelServices)
Instantiates a new view model context with specific services.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeleteService
The DeleteService is used by renderers in order to delete objects from the containment tree.
|
interface |
ReferenceService |
interface |
ViewLocaleService
Deprecated.
Please use the
EMFFormsLocaleProvider |
Modifier and Type | Class and Description |
---|---|
class |
EMFDeleteServiceImpl
Default EMF implementation of the
DeleteService . |
Modifier and Type | Class and Description |
---|---|
class |
ECPDeleteServiceImpl
ECP specific implementation of the
DeleteService . |
class |
ECPReferenceServiceImpl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultReferenceService
The
DefaultReferenceService is the standard implementation of the ReferenceService . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLocaleViewService
Deprecated.
Please use the
EMFFormsLocaleProvider |
Modifier and Type | Interface and Description |
---|---|
static interface |
ViewModelContextImpl_ITest.MyService
Dummy view-model service interface for testing.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends ViewModelService> |
ArrayOnceViewModelServiceProvider.getViewModelServices(VElement view,
org.eclipse.emf.ecore.EObject eObject) |
Modifier and Type | Method and Description |
---|---|
ViewModelContext |
ViewModelContextImpl.getChildContext(org.eclipse.emf.ecore.EObject eObject,
VElement parent,
VView vView,
ViewModelService... viewModelServices)
Deprecated.
|
Constructor and Description |
---|
ArrayOnceViewModelServiceProvider(ViewModelService... services)
Initializes me with the services to provide once and once only.
|
ViewModelContextImpl(VElement view,
org.eclipse.emf.ecore.EObject domainObject,
ViewModelContext parent,
VElement parentVElement,
ViewModelService... modelServices)
Deprecated.
|
ViewModelContextImpl(VElement view,
org.eclipse.emf.ecore.EObject domainObject,
ViewModelService... modelServices)
Deprecated.
As of 1.16, use the
ViewModelContextImpl.ViewModelContextImpl(VElement, EObject, ViewModelServiceProvider) API |
Modifier and Type | Class and Description |
---|---|
class |
ColumnConfigurationDMRRendererReferenceService
Special
ReferenceService allowing stream lined DMR selection for VTableColumnConfigurations . |
Modifier and Type | Class and Description |
---|---|
class |
RuleService
Rule service that, once instantiated, maintains and synchronizes
the state of a rule with its
VElement . |
class |
RuleServiceHelperImpl |
Modifier and Type | Class and Description |
---|---|
class |
StackItemViewService
ViewModelService evaluating changes on the VDomainModelReference of the VStackLayout based on
the given value in the available VStackItems . |
Modifier and Type | Class and Description |
---|---|
class |
ContextMenuViewModelService
Deprecated.
use the GenericEditor instead
|
class |
DebugViewModelService |
Modifier and Type | Class and Description |
---|---|
class |
AddColumnService
This service will iterate over all contents of the
VView and will
add VDomainModelReferences for every
VTableControl without columns. |
Modifier and Type | Class and Description |
---|---|
class |
UnsetService
Unset service that, once instantiated, synchronizes the visible state of a
view and its children with the affected EStructuralFeature(s), i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationServiceImpl
Validation service that, once instantiated, synchronizes the validation result of a model element with its
Renderable.
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyResolverViewService
ViewModelService which replaces all VViewProxy occurrences in the view model with its resolved
contents. |
Modifier and Type | Interface and Description |
---|---|
interface |
EclipseContextViewService
ViewModelService for registering and retrieving the IEclipseContext associated with a view. |
Modifier and Type | Class and Description |
---|---|
class |
EclipseContextViewServiceImpl
Implementation of the
EclipseContextViewService . |
Modifier and Type | Interface and Description |
---|---|
interface |
GlobalViewModelService
A ViewModelService which is instantiated only in the root context.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends ViewModelService> |
ViewModelServiceProvider.getViewModelServices(VElement view,
org.eclipse.emf.ecore.EObject eObject)
Returns newly created view model services which will be used when the given view for the given object is
rendered.
|
Collection<? extends ViewModelService> |
ViewModelServiceProvider.Composed.getViewModelServices(VElement view,
org.eclipse.emf.ecore.EObject eObject) |
Modifier and Type | Method and Description |
---|---|
ViewModelContext |
ViewModelContextFactory.createViewModelContext(VElement view,
org.eclipse.emf.ecore.EObject domainObject,
ViewModelService... modelServices)
Instantiates a new view model context with specific services.
|
ViewModelContext |
ViewModelContext.getChildContext(org.eclipse.emf.ecore.EObject eObject,
VElement parent,
VView vView,
ViewModelService... viewModelServices)
This returns the childContext for the provided EObject and the provided
VElement . |
static ViewModelServiceProvider |
ViewModelContextFactory.provide(ViewModelService... modelServices)
Obtain a view-model service provider that statically provides a set of services.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SelectedFeatureViewService
Makes the currently selected feature of a wizard page available.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ECPSelectionProviderService
A mediator of selection providers for the
ViewModelContext , to provide
a coherent selection provider for the rendering of a view. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSelectionProviderService
A selection provider service that simply delegates the selection provider API
to the selection provider registered for the "top-most" element in the view model,
where "top-most" is the first element in a depth-first traversal.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValidationService |
Modifier and Type | Class and Description |
---|---|
class |
TableValidationInitiator
The TableValidationInitiator searches for Tables with an Editing Panel, and creates the necessary ViewModelContexts.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeMasterDetailValidationInitiator
The TreeMasterDatailValidationInitiator searches for
VTreeMasterDetail VElements and registers the necessary
ViewModelContexts. |
Modifier and Type | Class and Description |
---|---|
class |
EMFFormsAbstractLegacyServiceFactory<T extends ViewModelService>
An abstract implementation for the
EMFFormsViewServiceFactory . |
class |
EMFFormsLegacyLocalServiceFactory<T extends ViewModelService>
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITestGlobalViewModelService |
interface |
ITestViewModelService |
interface |
ITestViewModelService2 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestViewModelService2 |
class |
TestGlobalViewModelService |
class |
TestGlobalViewModelService2 |
class |
TestLocalViewModelService |
class |
TestLocalViewModelService2 |
class |
TestViewModelService2 |
Modifier and Type | Class and Description |
---|---|
class |
GroupExpansionViewModelService
This ViewModelService listens on the
ViewModelContext and statically saves the collapsed statuses for certain
groups used in the view models of the ecore editor. |
Modifier and Type | Class and Description |
---|---|
class |
EcoreReferenceService
Deprecated.
As of 1.16, the responsibilities of this class are subsumed into the
EcoreReferenceStrategyProvider and related classes. |
Modifier and Type | Class and Description |
---|---|
class |
GenModelGroupExpansionViewModelService
This
ViewModelService tracks the collapsed state of the groups used in view model of the GenModelEditor . |
class |
GenModelReadonlyViewModelService
This
ViewModelService sets all views not related to the GenModelPackage to read-only. |
Modifier and Type | Method and Description |
---|---|
ViewModelContext |
EMFFormsSpreadsheetViewModelContext.getChildContext(org.eclipse.emf.ecore.EObject eObject,
VElement parent,
VView vView,
ViewModelService... viewModelServices)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
EMFFormsContextProviderImpl
Basic implementation of
EMFFormsContextProvider . |
Modifier and Type | Method and Description |
---|---|
ViewModelService[] |
DefaultTreeMasterDetailCustomization.getViewModelServices(VView view,
org.eclipse.emf.ecore.EObject eObject) |
Modifier and Type | Method and Description |
---|---|
ViewModelService[] |
DefaultViewModelServiceProvider.getViewModelServices(VView view2,
org.eclipse.emf.ecore.EObject eObject) |
Modifier and Type | Class and Description |
---|---|
class |
LocalizationViewModelService
LocalizationViewModelService which will localize the view model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AutocompleteViewModelService
|
Modifier and Type | Interface and Description |
---|---|
interface |
EMFFormsControlProcessorService
A service which should be called while controls are initially rendered.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EMFFormsContextProvider
|
Modifier and Type | Method and Description |
---|---|
ViewModelService[] |
ViewModelServiceProvider.getViewModelServices(VView view,
org.eclipse.emf.ecore.EObject eObject)
Returns newly created view model services which will be used when the given view for the given object is
rendered.
|
Copyright © 2019. All rights reserved.