|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FactoryConfigurator<T>
Implementations of this interface are used to configure and instantiate component factories.
Method Summary | |
---|---|
java.util.List<java.awt.Component> |
configure(java.util.Map<?,?> context)
Configures factory. |
T |
createFactory()
Instantiates factory for component/service. |
Method Detail |
---|
java.util.List<java.awt.Component> configure(java.util.Map<?,?> context)
context
- Configuration context. Some configuration parameters can be
taken from the context to pre-populate or hide property pages if information
is already available.
T createFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |