org.eclipse.emf.facet.widgets.celleditors.core.composite.registries
Interface ICompositeEditorFactoriesRegistry


public interface ICompositeEditorFactoriesRegistry

Registry for the "compositeEditorFactories" extension point


Field Summary
static ICompositeEditorFactoriesRegistry INSTANCE
          the singleton ICompositeEditorFactoriesRegistry
 
Method Summary
<T> ICompositeEditorFactory<T>
getCompositeEditorFactory(java.lang.Class<T> type)
           
 boolean hasCompositeEditorFactory(java.lang.Class<?> type)
          Whether there is a CompositeEditorFactory for the given type
 

Field Detail

INSTANCE

static final ICompositeEditorFactoriesRegistry INSTANCE
the singleton ICompositeEditorFactoriesRegistry

Method Detail

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