org.eclipse.emf.facet.widgets.celleditors.core.composite.registries
Interface ICompositeEditorFactoriesRegistry
public interface ICompositeEditorFactoriesRegistry
Registry for the "compositeEditorFactories" extension point
INSTANCE
static final ICompositeEditorFactoriesRegistry INSTANCE
- the singleton
ICompositeEditorFactoriesRegistry
hasCompositeEditorFactory
boolean hasCompositeEditorFactory(java.lang.Class<?> type)
- Whether there is a
CompositeEditorFactory for the given type
getCompositeEditorFactory
<T> ICompositeEditorFactory<T> getCompositeEditorFactory(java.lang.Class<T> type)
- Returns:
- the
CompositeEditorFactory for the given type, or null if none is
registered