JavaScript is disabled on your browser.
Eclipse Platform Luna (4.4)
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Known Implementing Classes:
OpenPerspectiveAction
public interface IPluginContribution
An interface that descriptor classes may implement in addition to their
descriptor interface. This indicates that they may or may not originate from
a plugin contribution. This is useful in various activity filtering
scenarios.
Since:
3.0
Method Detail
getLocalId
String getLocalId()
Returns: the local id of the contribution. Must not be null
.
This should correspond to the extension-specific identifier for
a given contribution.
getPluginId
String getPluginId()
Returns: the id of the originating plugin. Can be null
if
this contribution did not originate from a plugin.
Eclipse Platform Luna (4.4)
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved. Guidelines for using Eclipse APIs.