Package org.eclipse.net4j.util.ui
Class MenuFiller.Factory
- java.lang.Object
- 
- org.eclipse.net4j.util.factory.Factory
- 
- org.eclipse.net4j.util.ui.MenuFiller.Factory
 
 
- 
- All Implemented Interfaces:
- IFactory
 - Enclosing interface:
- MenuFiller
 
 public abstract static class MenuFiller.Factory extends Factory - Author:
- Eike Stepper
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPRODUCT_GROUP
 - 
Constructor SummaryConstructors Constructor Description Factory(java.lang.String type)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract MenuFillercreate(java.lang.String description)- 
Methods inherited from class org.eclipse.net4j.util.factory.FactorygetDescriptionFor, getKey, getProductGroup, getType, toString
 
- 
 
- 
- 
- 
Field Detail- 
PRODUCT_GROUPpublic static final java.lang.String PRODUCT_GROUP - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createpublic abstract MenuFiller create(java.lang.String description) throws ProductCreationException - Throws:
- ProductCreationException
 
 
- 
 
-