|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModelCellEditorFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ModelCellEditorPackage| Field Summary | |
|---|---|
static ModelCellEditorFactory |
eINSTANCE
The singleton instance of the factory. |
| Method Summary | |
|---|---|
BasicCellEditor |
createBasicCellEditor()
Returns a new object of class 'Basic Cell Editor'. |
ModelCellEditorDeclarations |
createModelCellEditorDeclarations()
Returns a new object of class 'Declarations'. |
NaryFeatureCellEditor |
createNaryFeatureCellEditor()
Returns a new object of class 'Nary Feature Cell Editor'. |
UnaryReferenceCellEditor |
createUnaryReferenceCellEditor()
Returns a new object of class 'Unary Reference Cell Editor'. |
ModelCellEditorPackage |
getModelCellEditorPackage()
Returns the package supported by this factory. |
| Field Detail |
|---|
static final ModelCellEditorFactory eINSTANCE
| Method Detail |
|---|
ModelCellEditorDeclarations createModelCellEditorDeclarations()
BasicCellEditor createBasicCellEditor()
UnaryReferenceCellEditor createUnaryReferenceCellEditor()
NaryFeatureCellEditor createNaryFeatureCellEditor()
ModelCellEditorPackage getModelCellEditorPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||