public interface ICompositeEditorFactoriesRegistry
Modifier and Type | Field and Description |
---|---|
static ICompositeEditorFactoriesRegistry |
INSTANCE
the singleton
ICompositeEditorFactoriesRegistry |
Modifier and Type | Method and Description |
---|---|
<T> ICompositeEditorFactory<T> |
getCompositeEditorFactory(java.lang.Class<T> type) |
boolean |
hasCompositeEditorFactory(java.lang.Class<?> type)
Whether there is a
CompositeEditorFactory for the given type |
static final ICompositeEditorFactoriesRegistry INSTANCE
ICompositeEditorFactoriesRegistry
boolean hasCompositeEditorFactory(java.lang.Class<?> type)
CompositeEditorFactory
for the given type<T> ICompositeEditorFactory<T> getCompositeEditorFactory(java.lang.Class<T> type)
CompositeEditorFactory
for the given type, or null
if none is
registered