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


Deprecated. replaced by org.eclipse.emf.facet.widgets.celleditors.core.composite .registry.ICompositeEditorFactoriesRegistry

@Deprecated
public interface ICompositeEditorFactoriesRegistry

Registry for the "compositeEditorFactories" extension point


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

Field Detail

INSTANCE

static final ICompositeEditorFactoriesRegistry INSTANCE
Deprecated. 
the singleton ICompositeEditorFactoriesRegistry

Method Detail

hasCompositeEditorFactory

boolean hasCompositeEditorFactory(java.lang.Class<?> type)
Deprecated. 
Whether there is a CompositeEditorFactory for the given type


getCompositeEditorFactory

<T> ICompositeEditorFactory<T> getCompositeEditorFactory(java.lang.Class<T> type)
Deprecated. 
Returns:
the CompositeEditorFactory for the given type, or null if none is registered