|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VControl in org.eclipse.emf.ecp.diffmerge.internal.context |
---|
Methods in org.eclipse.emf.ecp.diffmerge.internal.context that return VControl | |
---|---|
VControl |
DiffMergeModelContextImpl.getControl(int diffIndex)
Returns the control based on the diff index. |
Methods in org.eclipse.emf.ecp.diffmerge.internal.context with parameters of type VControl | |
---|---|
static boolean |
CompareControls.areEqual(VControl left,
VControl right)
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. |
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. |
Uses of VControl in org.eclipse.emf.ecp.diffmerge.spi.context |
---|
Methods in org.eclipse.emf.ecp.diffmerge.spi.context that return VControl | |
---|---|
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. |
Methods in org.eclipse.emf.ecp.diffmerge.spi.context with parameters of type VControl | |
---|---|
static void |
DefaultMergeUtil.copyValues(VControl from,
VControl to)
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. |
Constructors in org.eclipse.emf.ecp.diffmerge.spi.context with parameters of type VControl | |
---|---|
ControlPair(VControl left,
VControl right)
Creates the pair. |
Uses of VControl in org.eclipse.emf.ecp.diffmerge.swt |
---|
Methods in org.eclipse.emf.ecp.diffmerge.swt with parameters of type VControl | |
---|---|
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 . |
Constructors in org.eclipse.emf.ecp.diffmerge.swt with parameters of type VControl | |
---|---|
DiffDialog(DiffMergeModelContext viewModelContext,
String diffAttribute,
VControl left,
VControl right,
VControl main)
Constructor for the diff dialog. |
Uses of VControl in org.eclipse.emf.ecp.edit.spi |
---|
Methods in org.eclipse.emf.ecp.edit.spi with parameters of type VControl | |
---|---|
void |
ECPAbstractControl.init(ViewModelContext viewModelContext,
VControl control)
Deprecated. This method is called by the framework to instantiate the ECPAbstractControl . |
Uses of VControl in org.eclipse.emf.ecp.ui.view.test |
---|
Methods in org.eclipse.emf.ecp.ui.view.test with parameters of type VControl | |
---|---|
void |
HierarchyViewModelHandle.addFirstChildToSecondChild(VControl composite)
|
void |
HierarchyViewModelHandle.addSecondChildToFirstChild(VControl composite)
|
void |
HierarchyViewModelHandle.addSecondChildToSecondChild(VControl composite)
|
Uses of VControl in org.eclipse.emf.ecp.view.custom.ui.swt.test |
---|
Methods in org.eclipse.emf.ecp.view.custom.ui.swt.test that return VControl | |
---|---|
VControl |
SWTCustomControlTest.TestHandel.getCustomControl()
|
Constructors in org.eclipse.emf.ecp.view.custom.ui.swt.test with parameters of type VControl | |
---|---|
SWTCustomControlTest.TestHandel(VView view,
VControl customControl)
|
Uses of VControl in org.eclipse.emf.ecp.view.internal.context |
---|
Methods in org.eclipse.emf.ecp.view.internal.context that return types with arguments of type VControl | |
---|---|
Set<VControl> |
ViewModelContextImpl.getControlsFor(org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
Returns all controls which are associated with the provided EStructuralFeature.Setting . |
Set<VControl> |
ViewModelContextImpl.getControlsFor(UniqueSetting setting)
Returns all controls which are associated with the provided UniqueSetting . |
Uses of VControl in org.eclipse.emf.ecp.view.spi.context |
---|
Methods in org.eclipse.emf.ecp.view.spi.context that return types with arguments of type VControl | |
---|---|
Set<VControl> |
ViewModelContext.getControlsFor(org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
Returns all controls which are associated with the provided EStructuralFeature.Setting . |
Set<VControl> |
ViewModelContext.getControlsFor(UniqueSetting setting)
Returns all controls which are associated with the provided UniqueSetting . |
Uses of VControl in org.eclipse.emf.ecp.view.spi.core.swt |
---|
Classes in org.eclipse.emf.ecp.view.spi.core.swt with type parameters of type VControl | |
---|---|
class |
AbstractControlSWTRenderer<VCONTROL extends VControl>
Super class for all kinds of control renderer. |
Uses of VControl in org.eclipse.emf.ecp.view.spi.custom.model |
---|
Subinterfaces of VControl in org.eclipse.emf.ecp.view.spi.custom.model | |
---|---|
interface |
VCustomControl
A representation of the model object 'Control'. |
Uses of VControl in org.eclipse.emf.ecp.view.spi.custom.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.spi.custom.model.impl that implement VControl | |
---|---|
class |
VCustomControlImpl
An implementation of the model object 'Control'. |
Uses of VControl in org.eclipse.emf.ecp.view.spi.custom.model.util |
---|
Methods in org.eclipse.emf.ecp.view.spi.custom.model.util with parameters of type VControl | |
---|---|
T |
CustomSwitch.caseControl(VControl object)
Returns the result of interpreting the object as an instance of 'Control'. |
Uses of VControl in org.eclipse.emf.ecp.view.spi.model |
---|
Methods in org.eclipse.emf.ecp.view.spi.model that return VControl | |
---|---|
VControl |
VViewFactory.createControl()
Returns a new object of class 'Control'. |
Uses of VControl in org.eclipse.emf.ecp.view.spi.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.spi.model.impl that implement VControl | |
---|---|
class |
VControlImpl
An implementation of the model object 'Control'. |
Methods in org.eclipse.emf.ecp.view.spi.model.impl that return VControl | |
---|---|
VControl |
VViewFactoryImpl.createControl()
|
Uses of VControl in org.eclipse.emf.ecp.view.spi.model.util |
---|
Methods in org.eclipse.emf.ecp.view.spi.model.util with parameters of type VControl | |
---|---|
T |
ViewSwitch.caseControl(VControl object)
Returns the result of interpreting the object as an instance of 'Control'. |
Uses of VControl in org.eclipse.emf.ecp.view.spi.table.model |
---|
Subinterfaces of VControl in org.eclipse.emf.ecp.view.spi.table.model | |
---|---|
interface |
VTableControl
A representation of the model object 'Control'. |
Uses of VControl in org.eclipse.emf.ecp.view.spi.table.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.spi.table.model.impl that implement VControl | |
---|---|
class |
VTableControlImpl
An implementation of the model object 'Control'. |
Uses of VControl in org.eclipse.emf.ecp.view.spi.table.model.util |
---|
Methods in org.eclipse.emf.ecp.view.spi.table.model.util with parameters of type VControl | |
---|---|
T |
TableSwitch.caseControl(VControl object)
Returns the result of interpreting the object as an instance of 'Control'. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |