Modifier and Type | Method and Description |
---|---|
protected void |
MultiControl.applyValidation(VDiagnostic diagnostic)
Deprecated.
Override this method in order to handle validation.
|
protected void |
TableControl.applyValidation(VDiagnostic diagnostic)
Deprecated.
Override this method in order to handle validation.
|
protected String |
TableControl.getCellTooltipMessage(VDiagnostic vDiagnostic)
Deprecated.
Returns the message of the validation tool tip shown in the cell.
|
protected String |
TableControl.getRowTooltipMessage(VDiagnostic vDiagnostic)
Deprecated.
Returns the message of the validation tool tip shown in the row.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ECPAbstractControl.applyValidation(VDiagnostic diagnostic)
Deprecated.
Override this method in order to handle validation.
|
Modifier and Type | Method and Description |
---|---|
static VDiagnostic |
VDiagnosticHelper.clean(VDiagnostic value)
Analysis a
VDiagnostic and merges all Diagnostic pointing to the same EObject. |
Modifier and Type | Method and Description |
---|---|
static VDiagnostic |
VDiagnosticHelper.clean(VDiagnostic value)
Analysis a
VDiagnostic and merges all Diagnostic pointing to the same EObject. |
static boolean |
VDiagnosticHelper.isEqual(VDiagnostic vDiagnostic1,
VDiagnostic vDiagnostic2)
Compares two
VDiagnostics with each other. |
Modifier and Type | Method and Description |
---|---|
VDiagnostic |
VViewFactory.createDiagnostic()
Returns a new object of class 'Diagnostic'.
|
VDiagnostic |
VElement.getDiagnostic()
Returns the value of the 'Diagnostic' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
VElement.setDiagnostic(VDiagnostic value)
Sets the value of the '
Diagnostic '
containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
VDiagnosticImpl
An implementation of the model object 'VDiagnostic'.
|
Modifier and Type | Field and Description |
---|---|
protected VDiagnostic |
VElementImpl.diagnostic
The cached value of the '
Diagnostic ' containment reference. |
Modifier and Type | Method and Description |
---|---|
VDiagnostic |
VViewFactoryImpl.createDiagnostic() |
VDiagnostic |
VElementImpl.getDiagnostic() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VElementImpl.basicSetDiagnostic(VDiagnostic newDiagnostic,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
VElementImpl.setDiagnostic(VDiagnostic newDiagnostic) |
Modifier and Type | Method and Description |
---|---|
T |
ViewSwitch.caseDiagnostic(VDiagnostic object)
Returns the result of interpreting the object as an instance of 'Diagnostic'.
|
boolean |
ViewValidator.validateDiagnostic(VDiagnostic diagnostic,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2017. All rights reserved.