| |
|
| java.lang.Object org.eclipse.ui.internal.statushandlers.StatusHandlerDescriptorsMap
StatusHandlerDescriptorsMap | class StatusHandlerDescriptorsMap (Code) | | Helper class supporting the prefix based status handling policy.
since: 3.3 |
StatusHandlerDescriptorsMap | public StatusHandlerDescriptorsMap()(Code) | | Creates a new instance of the class
|
addHandlerDescriptor | public void addHandlerDescriptor(StatusHandlerDescriptor handlerDescriptor)(Code) | | Adds a new handler descriptor to the prefix tree
Parameters: handlerDescriptor - the handler descriptor to add |
clear | public void clear()(Code) | | |
getHandlerDescriptors | public List getHandlerDescriptors(String pluginId)(Code) | | Returns status handler descriptors whose prefixes are the most specific
for given pluginId.
Parameters: pluginId - handler descriptors list |
|
|
|