Modifier and Type | Method and Description |
---|---|
VControl |
DiffMergeModelContextImpl.getControl(int diffIndex)
Returns the control based on the diff index.
|
Modifier and Type | Method and Description |
---|---|
protected Set<VControl> |
DiffMergeModelContextImpl.getValidMergeControls(Set<VControl> controls)
Filter for valid controls.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CompareControls.areEqual(VControl left,
org.eclipse.emf.ecore.EObject leftDomainModel,
VControl right,
org.eclipse.emf.ecore.EObject rightDomainModel)
Compares to
VControls . |
int |
DiffMergeModelContextImpl.getIndexOf(VControl control)
Returns the diff index of a control.
|
ControlPair |
DiffMergeModelContextImpl.getPairWithDiff(VControl control)
Returns a pair containing the left and right control for the diff.
|
boolean |
DiffMergeModelContextImpl.hasDiff(VControl control)
Checks whether a control has a diff.
|
protected boolean |
DiffMergeModelContextImpl.hasDiff(VControl leftControl,
org.eclipse.emf.ecore.EObject leftDomainModel,
VControl rightControl,
org.eclipse.emf.ecore.EObject rightDomainModel,
VControl targetControl)
Checks whether the controls have a diff.
|
boolean |
DiffMergeModelContextImpl.isControlMerged(VControl vControl)
Returns true if the control already was merged or doesn't have a difference at all.
|
void |
DiffMergeModelContextImpl.markControl(VControl vControl,
boolean merged)
Mark a control as merged.
|
Modifier and Type | Method and Description |
---|---|
protected Set<VControl> |
DiffMergeModelContextImpl.getValidMergeControls(Set<VControl> controls)
Filter for valid controls.
|
Constructor and Description |
---|
SWTDiffMergeAddition(VControl vElement,
ViewModelContext viewContext,
ReportService reportService) |
Modifier and Type | Method and Description |
---|---|
VControl |
DiffMergeModelContext.getControl(int diffIndex)
Returns the control based on the diff index.
|
VControl |
ControlPair.getLeftControl()
The left compare of the compare.
|
VControl |
ControlPair.getRightControl()
The right control of the compare.
|
Modifier and Type | Method and Description |
---|---|
static void |
DefaultMergeUtil.copyValues(VControl from,
org.eclipse.emf.ecore.EObject fromDomainModel,
VControl to,
org.eclipse.emf.ecore.EObject toDomainModel)
Copies the values from one
VControl to another. |
int |
DiffMergeModelContext.getIndexOf(VControl control)
Returns the diff index of a control.
|
ControlPair |
DiffMergeModelContext.getPairWithDiff(VControl control)
Returns a pair containing the left and right control for the diff.
|
boolean |
DiffMergeModelContext.hasDiff(VControl control)
Checks whether a control has a diff.
|
boolean |
DiffMergeModelContext.isControlMerged(VControl vControl)
Returns true if the control already was merged or doesn't have a difference at all.
|
void |
DiffMergeModelContext.markControl(VControl vControl,
boolean merged)
Mark a control as merged.
|
Constructor and Description |
---|
ControlPair(VControl left,
VControl right)
Creates the pair.
|
Modifier and Type | Method and Description |
---|---|
static void |
DiffDialogHelper.showDialog(DiffMergeModelContext diffModelContext,
VControl vControl,
String featureLabel)
Opens a dialog displaying the differences of the elements of the
DiffMergeModelContext based on the
provided VControl . |
Constructor and Description |
---|
DiffDialog(DiffMergeModelContext viewModelContext,
String diffAttribute,
VControl left,
VControl right,
VControl main)
Constructor for the diff dialog.
|
Modifier and Type | Method and Description |
---|---|
protected VControl |
ECPAbstractControl.getControl()
Deprecated.
Return the
VControl . |
Modifier and Type | Method and Description |
---|---|
void |
ECPAbstractControl.init(ViewModelContext viewModelContext,
VControl control)
Deprecated.
This method is called by the framework to instantiate the
ECPAbstractControl . |
Modifier and Type | Method and Description |
---|---|
Optional<VAttachment> |
PersistTableStateServiceImpl.getPersistedState(VControl control) |
void |
PersistTableStateServiceImpl.registerAdditionalControls(VControl... controls) |
Modifier and Type | Method and Description |
---|---|
Optional<VAttachment> |
PersistTableStateService.getPersistedState(VControl control)
This methods gives access to previsouly persisted state attachments.
|
void |
PersistTableStateService.registerAdditionalControls(VControl... controls)
Use this method if a non
VTableControl
VControl renders a table and wishes to persist the state. |
Constructor and Description |
---|
DIControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider)
Default constructor.
|
Constructor and Description |
---|
TargetDMRControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService factory) |
Modifier and Type | Method and Description |
---|---|
Set<VControl> |
ViewModelContextImpl.getControlsFor(org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends AbstractSWTRenderer<VControl>> |
MultiReferenceSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Constructor and Description |
---|
MultiReferenceSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider,
ImageRegistryService imageRegistryService)
Default constructor.
|
Modifier and Type | Field and Description |
---|---|
protected VControl |
AbstractControl_PTest.vControl |
Modifier and Type | Field and Description |
---|---|
protected AbstractControlSWTRenderer<VControl> |
AbstractControl_PTest.renderer |
Modifier and Type | Method and Description |
---|---|
Class<? extends AbstractSWTRenderer<VControl>> |
XMLDateControlSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
DateTimeControlSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
LinkControlSWTRendererService.getRendererClass() |
Class<? extends AbstractSWTRenderer<VControl>> |
TextControlSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
NumberControlSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
BooleanControlSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
EnumComboViewerSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Constructor and Description |
---|
BooleanControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider)
Default constructor.
|
DateTimeControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider,
EMFFormsLocalizationService localizationService,
ImageRegistryService imageRegistryService)
Default constructor.
|
ECPLegacyControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService)
Deprecated.
Default constructor.
|
EnumComboViewerSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider,
EMFFormsEditSupport emfFormsEditSupport)
Default constructor.
|
LinkControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider,
EMFFormsLocalizationService localizationService,
ImageRegistryService imageRegistryService,
EMFFormsEditSupport emfFormsEditSuppport) |
NumberControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider,
EMFFormsEditSupport emfFormsEditSupport,
EMFFormsLocalizationService localizationService,
EMFFormsLocaleProvider localeProvider)
Default constructor.
|
XMLDateControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider,
EMFFormsEditSupport emfFormsEditSupport,
EMFFormsLocalizationService localizationService,
EMFFormsLocaleProvider localeProvider,
ImageRegistryService imageRegistryService)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends AbstractSWTRenderer<VControl>> |
ControlRootEClassControl2SWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
LeafConditionControlRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
StackItemControlRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
TableDetailViewControlSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
LinkFeatureControlRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
TableColumnsDMRTableControlService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
ControlRootEClassControlChangeableSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
DomainModelReferenceControlSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Constructor and Description |
---|
FeaturePathDMRControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService) |
KeyValueControlRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService) |
Constructor and Description |
---|
FeaturePathDMRSubMappedEClassControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService) |
MappedEClassControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService) |
Modifier and Type | Interface and Description |
---|---|
interface |
VCompoundControl
A representation of the model object 'Compound Control'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VControl> |
VCompoundControl.getControls()
Returns the value of the 'Controls' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
VCompoundControlImpl
An implementation of the model object 'Compound Control'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<VControl> |
VCompoundControlImpl.controls
The cached value of the '
Controls ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VControl> |
VCompoundControlImpl.getControls() |
Modifier and Type | Method and Description |
---|---|
T |
CompoundcontrolSwitch.caseControl(VControl object)
Returns the result of interpreting the object as an instance of 'Control'.
|
Modifier and Type | Method and Description |
---|---|
Set<VControl> |
ViewModelContext.getControlsFor(org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
Deprecated.
please use
EMFFormsSettingToControlMapper#getControlsFor(Setting) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractControlSWTRenderer<VCONTROL extends VControl>
Super class for all kinds of control renderer.
|
Constructor and Description |
---|
SimpleControlJFaceViewerSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider)
Default constructor.
|
SimpleControlSWTControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider)
Default constructor.
|
SimpleControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider)
Default constructor.
|
Constructor and Description |
---|
TextControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider,
EMFFormsEditSupport emfFormsEditSupport)
Default constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VCustomControl
A representation of the model object 'Control'.
|
Modifier and Type | Class and Description |
---|---|
class |
VCustomControlImpl
An implementation of the model object 'Control'.
|
Modifier and Type | Method and Description |
---|---|
Object |
CustomItemProviderAdapterFactory.ViewChildCreationExtender.CreationSwitch.caseControl(VControl object) |
Modifier and Type | Method and Description |
---|---|
T |
CustomSwitch.caseControl(VControl object)
Returns the result of interpreting the object as an instance of 'Control'.
|
Modifier and Type | Method and Description |
---|---|
Object |
IndexdmrItemProviderAdapterFactory.ViewChildCreationExtender.CreationSwitch.caseControl(VControl object) |
Modifier and Type | Method and Description |
---|---|
Object |
KeyattributedmrItemProviderAdapterFactory.ViewChildCreationExtender.CreationSwitch.caseControl(VControl object) |
Modifier and Type | Method and Description |
---|---|
Object |
MappingdmrItemProviderAdapterFactory.ViewChildCreationExtender.CreationSwitch.caseControl(VControl object) |
Modifier and Type | Method and Description |
---|---|
VControl |
VViewFactory.createControl()
Returns a new object of class 'Control'.
|
Modifier and Type | Class and Description |
---|---|
class |
VControlImpl
An implementation of the model object 'Control'.
|
Modifier and Type | Method and Description |
---|---|
VControl |
VViewFactoryImpl.createControl() |
Constructor and Description |
---|
DomainModelReferenceResolutionFailedReport(VDomainModelReference domainModelReference,
VControl control)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
T |
ViewSwitch.caseControl(VControl object)
Returns the result of interpreting the object as an instance of 'Control'.
|
boolean |
ViewValidator.validateControl_resolveable(VControl control,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the resolveable constraint of 'Control'.
|
boolean |
ViewValidator.validateControl(VControl control,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Modifier and Type | Interface and Description |
---|---|
interface |
VTableControl
A representation of the model object 'Control'.
|
Modifier and Type | Class and Description |
---|---|
class |
VTableControlImpl
An implementation of the model object 'Control'.
|
Modifier and Type | Method and Description |
---|---|
Object |
TableItemProviderAdapterFactory.ViewChildCreationExtender.CreationSwitch.caseControl(VControl object) |
Modifier and Type | Method and Description |
---|---|
T |
TableSwitch.caseControl(VControl object)
Returns the result of interpreting the object as an instance of 'Control'.
|
Constructor and Description |
---|
AttributeSelectControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService)
Default constructor.
|
AttributeValueControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService)
Default constructor.
|
DMRSelectorControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService) |
HexColorSelectionControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService)
Default constructor.
|
URLSelectionControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService)
Default constructor.
|
ViewModelSelectControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
VControl |
VControlGridCell.getControl()
Returns the value of the 'Control' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
VControlGridCell.setControl(VControl value)
Sets the value of the '
Control ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected VControl |
VControlGridCellImpl.control
The cached value of the '
Control ' containment reference. |
Modifier and Type | Method and Description |
---|---|
VControl |
VControlGridCellImpl.getControl() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VControlGridCellImpl.basicSetControl(VControl newControl,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
VControlGridCellImpl.setControl(VControl newControl) |
Modifier and Type | Method and Description |
---|---|
Set<VControl> |
SettingToControlMapperImpl.getControlsFor(org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
Returns all controls which are associated with the provided
EStructuralFeature.Setting . |
Modifier and Type | Method and Description |
---|---|
boolean |
ViewModelListener.addVControl(VControl control)
Adds a
VControl to this ViewModelListener in order to check the control's
VDomainModelReference for changes to the domain
model. |
boolean |
ViewModelListener.removeVControl(VControl control)
Remove a
VControl from this ViewModelListener . |
void |
SettingToControlMapperImpl.updateControlMapping(VControl vControl)
Updates the setting to control mapping for the given
VControl . |
void |
SettingToControlMapperImpl.vControlAdded(VControl vControl)
Adds a
VControl to the setting to control mapping. |
void |
SettingToControlMapperImpl.vControlRemoved(VControl vControl)
Removes a
VControl from the setting to control mapping. |
Modifier and Type | Method and Description |
---|---|
Class<? extends AbstractSWTRenderer<VControl>> |
InstanceTypeNameSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
TypedElementBoundsControlService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
EEnumLiteralControlService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
LinkOnlyMultiReferenceRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VControl>> |
DataTypeControlService.getRendererClass()
Returns the
Class for the renderer of this service. |
Constructor and Description |
---|
DataTypeControl(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider)
Default constructor.
|
EEnumLiteralRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider)
Default constructor.
|
InstanceTypeNameSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider,
EMFFormsEditSupport emfFormsEditSupport)
Creates a new instance of
InstanceTypeNameSWTRenderer . |
LinkOnlyMultiReferenceRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider,
ImageRegistryService imageRegistryService)
Default constructor.
|
TypedElementBoundsRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends AbstractSWTRenderer<VControl>> |
RuleRepositoryLinkFeatureControlRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Constructor and Description |
---|
RuleRepositoryLinkFeatureControlRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<VControl> |
EMFFormsSpreadsheetViewModelContext.getControlsFor(org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EMFFormsAbstractSpreadsheetRenderer<VControl> |
EMFFormsSpreadsheetControlRendererService.getRendererInstance(VControl vElement,
ViewModelContext viewModelContext)
Returns a renderer.
|
Modifier and Type | Method and Description |
---|---|
EMFFormsAbstractSpreadsheetRenderer<VControl> |
EMFFormsSpreadsheetControlRendererService.getRendererInstance(VControl vElement,
ViewModelContext viewModelContext)
Returns a renderer.
|
int |
EMFFormsSpreadsheetControlRenderer.render(org.apache.poi.ss.usermodel.Workbook workbook,
VControl vElement,
ViewModelContext viewModelContext,
EMFFormsSpreadsheetRenderTarget renderTarget)
This is called to trigger the rendering.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends AbstractSWTRenderer<VControl>> |
AutocompleteTextControlSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Constructor and Description |
---|
AutocompleteTextControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider)
Constructs a new
AutocompleteViewModelService . |
Modifier and Type | Method and Description |
---|---|
Class<? extends AbstractSWTRenderer<VControl>> |
RichTextControlSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Modifier and Type | Method and Description |
---|---|
Class<? extends AbstractSWTRenderer<VControl>> |
MultiAttributeRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Modifier and Type | Method and Description |
---|---|
Set<VControl> |
EMFFormsSettingToControlMapper.getControlsFor(org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
Returns all controls which are associated with the provided
EStructuralFeature.Setting . |
Modifier and Type | Method and Description |
---|---|
void |
EMFFormsSettingToControlMapper.updateControlMapping(VControl vControl)
Updates the setting to control mapping for the given
VControl . |
void |
EMFFormsSettingToControlMapper.vControlAdded(VControl vControl)
Adds a
VControl to the setting to control mapping. |
void |
EMFFormsSettingToControlMapper.vControlRemoved(VControl vControl)
Removes a
VControl from the setting to control mapping. |
Constructor and Description |
---|
RichTextControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider,
EMFFormsEditSupport emfFormsEditSupport)
Constructs a new
RichTextControlSWTRenderer . |
Modifier and Type | Method and Description |
---|---|
void |
EMFFormsControlProcessorService.process(org.eclipse.swt.widgets.Control control,
VControl vControl,
ViewModelContext controlViewModelContext)
Process the given
control rendered by the given vControl . |
static void |
SWTDataElementIdHelper.setElementIdDataForVControl(org.eclipse.swt.widgets.Widget widget,
VControl element,
ViewModelContext context)
Sets the element id with the control sub id on the given widget.
|
Constructor and Description |
---|
MultiAttributeSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsDatabinding emfFormsDatabinding,
EMFFormsLabelProvider emfFormsLabelProvider,
VTViewTemplateProvider vtViewTemplateProvider,
ImageRegistryService imageRegistryService)
Default constructor.
|
Copyright © 2016. All rights reserved.