| |
|
| java.lang.Object org.eclipse.ui.internal.registry.ViewDescriptor
Constructor Summary | |
public | ViewDescriptor(IConfigurationElement e) Create a new ViewDescriptor for an extension. |
ViewDescriptor | public ViewDescriptor(IConfigurationElement e) throws CoreException(Code) | | Create a new ViewDescriptor for an extension.
Parameters: e - the configuration element throws: CoreException - thrown if there are errors in the configuration |
activateHandler | final public void activateHandler()(Code) | | Activates a show view handler for this descriptor. This handler can later
be deactivated by calling
ViewDescriptor.deactivateHandler .
This method will only activate the handler if it is not currently active.
since: 3.1 |
deactivateHandler | final public void deactivateHandler()(Code) | | Deactivates the show view handler for this descriptor. This handler was
previously activated by calling
ViewDescriptor.activateHandler .
This method will only deactivative the handler if it is currently active.
since: 3.1 |
getAccelerator | public String getAccelerator()(Code) | | Return the accelerator attribute.
the accelerator attribute |
getAllowMultiple | public boolean getAllowMultiple()(Code) | | |
getConfigurationElement | public IConfigurationElement getConfigurationElement()(Code) | | Return the configuration element for this descriptor.
the configuration element |
getFastViewWidthRatio | public float getFastViewWidthRatio()(Code) | | |
getImageDescriptor | public ImageDescriptor getImageDescriptor()(Code) | | |
toString | public String toString()(Code) | | Returns a string representation of this descriptor. For debugging
purposes only.
|
|
|
|