Package org.eclipse.e4.ui.model.fragment
Interface MFragmentFactory
- All Known Implementing Classes:
FragmentFactoryImpl
public interface MFragmentFactory
The Factory for the model.
It provides a create method for each non-abstract class of the model.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MFragmentFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Model Fragments'.Returns a new object of class 'String Model Fragment'.
-
Field Details
-
INSTANCE
The singleton instance of the factory.
-
-
Method Details
-
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
-