Package de.espirit.firstspirit.module
Interface GadgetFactory<G extends Gadget,E extends GomElement,C extends GadgetContext<? extends E>>  
- All Known Subinterfaces:
- SwingGadgetFactory<E>,- WebPluginGadgetFactory<G,- C> 
public interface GadgetFactory<G extends Gadget,E extends GomElement,C extends GadgetContext<? extends E>>  
Interface for a factory that is able to produce a 
Gadget.- Since:
- 5.2.210803
- 
Method Summary
- 
Method Details- 
createCreate aGadgetbased on the given context information.- Parameters:
- context- The context information.
- Returns:
- A specific gadget.
- Since:
- 5.2.210803
 
 
-