| |
|
| java.lang.Object org.eclipse.ui.internal.statushandlers.StatusHandlerDescriptor
StatusHandlerDescriptor | public class StatusHandlerDescriptor implements IPluginContribution(Code) | | The status handler descriptor.
since: 3.3 |
StatusHandlerDescriptor | public StatusHandlerDescriptor(IConfigurationElement configElement)(Code) | | Parameters: configElement - |
getId | public String getId()(Code) | | Returns the id of the status handler.
the id |
getPrefix | public String getPrefix()(Code) | | Gets prefix parameter for the status handler defined in the descriptor.
prefix parameter |
getStatusHandler | public synchronized AbstractStatusHandler getStatusHandler() throws CoreException(Code) | | Gets an instance of the status handler defined in the descriptor.
the status handler throws: CoreException - thrown if there is a problem creating the handler |
|
|
|