Package org.eclipse.e4.ui.model.fragment
Interface MFragmentFactory
-
public interface MFragmentFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- Since:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static MFragmentFactory
INSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MModelFragments
createModelFragments()
Returns a new object of class 'Model Fragments'.MStringModelFragment
createStringModelFragment()
Returns a new object of class 'String Model Fragment'.
-
-
-
Field Detail
-
INSTANCE
static final MFragmentFactory INSTANCE
The singleton instance of the factory.
-
-
Method Detail
-
createModelFragments
MModelFragments createModelFragments()
Returns a new object of class 'Model Fragments'.- Returns:
- a new object of class 'Model Fragments'.
- Since:
- 1.0
-
createStringModelFragment
MStringModelFragment createStringModelFragment()
Returns a new object of class 'String Model Fragment'.- Returns:
- a new object of class 'String Model Fragment'.
- Since:
- 1.0
-
-