public class LegacyPropertyTabRegistry extends java.lang.Object implements IItemRegistry
| Constructor and Description |
|---|
LegacyPropertyTabRegistry() |
| Modifier and Type | Method and Description |
|---|---|
IItemDescriptor |
add(IItemDescriptor descriptor)
Adds the given
IItemDescriptor to the registry. |
void |
clear()
Clears the registry.
|
void |
dispose()
Disposes this registry.
|
java.util.List<IEEFTabDescriptor> |
getPropertyTabs(java.lang.String contributorId)
Get the property tabs.
|
boolean |
remove(java.lang.String id)
Removes the
IItemDescriptor with the given identifier. |
public java.util.List<IEEFTabDescriptor> getPropertyTabs(java.lang.String contributorId)
contributorId - The contributor Idpublic IItemDescriptor add(IItemDescriptor descriptor)
IItemDescriptor to the registry.add in interface IItemRegistrydescriptor - The descriptorIItemDescriptor with the same identifier, or null if no registered
IItemDescriptor had the same identifierIItemRegistry.add(IItemDescriptor)public boolean remove(java.lang.String id)
IItemDescriptor with the given identifier.remove in interface IItemRegistryid - The identifierIItemRegistry.add(IItemDescriptor)public void clear()
clear in interface IItemRegistryIItemRegistry.clear()public void dispose()