public class LegacyPropertyContributorRegistry extends java.lang.Object implements IItemRegistry
| Constructor and Description |
|---|
LegacyPropertyContributorRegistry() |
| Modifier and Type | Method and Description |
|---|---|
IItemDescriptor |
add(IItemDescriptor itemDescriptor)
Adds the given
IItemDescriptor to the registry. |
void |
clear()
Clears the registry.
|
java.util.List<java.lang.String> |
getPropertyCategories()
Get property categories.
|
org.eclipse.ui.views.properties.tabbed.ISectionDescriptorProvider |
getSectionDescriptorProvider(java.lang.String contributorId)
Get property section descriptor provider.
|
org.eclipse.ui.views.properties.tabbed.ITypeMapper |
getTypeMapper(java.lang.String contributorId)
Get property type mapper.
|
boolean |
remove(java.lang.String id)
Removes the
IItemDescriptor with the given identifier. |
public java.util.List<java.lang.String> getPropertyCategories()
public org.eclipse.ui.views.properties.tabbed.ITypeMapper getTypeMapper(java.lang.String contributorId)
contributorId - The contributor IDpublic org.eclipse.ui.views.properties.tabbed.ISectionDescriptorProvider getSectionDescriptorProvider(java.lang.String contributorId)
contributorId - The contributor IDpublic IItemDescriptor add(IItemDescriptor itemDescriptor)
IItemDescriptor to the registry.add in interface IItemRegistryitemDescriptor - The descriptorIItemDescriptor with the same identifier, or null if no registered
IItemDescriptor had the same identifierIItemRegistry.add(IItemDescriptor)public void clear()
clear in interface IItemRegistryIItemRegistry.clear()public boolean remove(java.lang.String id)
IItemDescriptor with the given identifier.remove in interface IItemRegistryid - The identifierIItemRegistry.remove(java.lang.String)