Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.ui
Interface IPluginContribution


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. EXPERIMENTAL

Since:
3.0


Method Summary
 String getLocalId()
           
 String getPluginId()
           
 

Method Detail

 

 

getLocalId

public 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

public String getPluginId()

Returns:
the id of the originating plugin. Can be null if this contribution did not originate from a plugin.


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.