public final class CellReadOnlyTesterHelper extends Object
Modifier and Type | Method and Description |
---|---|
static CellReadOnlyTesterHelper |
getInstance()
The CellReadOnlyTesterHelper instance.
|
boolean |
isReadOnly(VTableControl vTableControl,
org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
Check all
ECPCellReadOnlyTester for the cell. |
void |
registerCellReadOnlyTester(ECPCellReadOnlyTester tester)
Register an
ECPCellReadOnlyTester programmatically. |
public static CellReadOnlyTesterHelper getInstance()
public void registerCellReadOnlyTester(ECPCellReadOnlyTester tester)
ECPCellReadOnlyTester
programmatically.tester
- the ECPCellReadOnlyTester
to registerpublic boolean isReadOnly(VTableControl vTableControl, org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
ECPCellReadOnlyTester
for the cell.vTableControl
- the VTableControl
setting
- the EStructuralFeature.Setting
of the cellECPCellReadOnlyTester
wants the cell to be readonly false otherwise.Copyright © 2016. All rights reserved.