Package org.eclipse.e4.ui.model.fragment
Interface MFragmentFactory
-
public interface MFragmentFactoryThe Factory for the model. It provides a create method for each non-abstract class of the model.
-
-
Field Summary
Fields Modifier and Type Field Description static MFragmentFactoryINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MModelFragmentscreateModelFragments()Returns a new object of class 'Model Fragments'.MStringModelFragmentcreateStringModelFragment()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
-
-