Class ModelHandlerBase
- java.lang.Object
-
- org.eclipse.e4.ui.workbench.modeling.ModelHandlerBase
-
- Direct Known Subclasses:
EObjModelHandler
public class ModelHandlerBase extends Object
- Since:
- 1.0
- Restriction:
- This class is not intended to be referenced by clients.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedModelHandlerBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getChildren(Object element, String id)ObjectgetProperty(Object element, String id)String[]getPropIds(Object element)voidsetProperty(Object element, String id, Object value)
-