|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryWidgetCompositeFactoryFactory
This interface provide to get all the plug-ins extending the extension point and the lazy loading of this plug-ins.
QueryWidgetCompositeFactoryImpl
Field Summary | |
---|---|
static IQueryWidgetCompositeFactoryFactory |
INSTANCE
Returns an instance of QueryWidgetCompositeFactoryImpl . |
Method Summary | |
---|---|
IQueryDialogFactoryStrategy |
getQueryDialogFactoryStrategy(java.lang.String managedTypeName)
Return a registered AbstractQueryDialogFactory corresponding to
the given type name. |
java.util.List<java.lang.String> |
getRegisteredQueryWidgetsComposite()
Returns every registered AbstractQueryDialogFactory name. |
Field Detail |
---|
static final IQueryWidgetCompositeFactoryFactory INSTANCE
QueryWidgetCompositeFactoryImpl
.
Method Detail |
---|
IQueryDialogFactoryStrategy getQueryDialogFactoryStrategy(java.lang.String managedTypeName)
AbstractQueryDialogFactory
corresponding to
the given type name.
managedTypeName
- the managedQueryTypeName extension attribute.
AbstractQueryDialogFactory
.java.util.List<java.lang.String> getRegisteredQueryWidgetsComposite()
AbstractQueryDialogFactory
name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |