|
Eclipse PDE Release 3.6 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPluginExtensionPoint
Classes that implement this interface model an extension point element specified in the plug-in manifest.
Field Summary | |
---|---|
static java.lang.String |
P_SCHEMA
A property name that will be used to notify about changes to the schema value. |
Fields inherited from interface org.eclipse.pde.core.plugin.IPluginObject |
---|
P_NAME |
Fields inherited from interface org.eclipse.pde.core.IIdentifiable |
---|
P_ID |
Method Summary | |
---|---|
java.lang.String |
getFullId()
Returns the full extension point Id that is composed as "pluginId.pointId". |
java.lang.String |
getSchema()
Returns the name of the extension point XML schema that defines this extension point. |
void |
setSchema(java.lang.String schema)
Sets the plug-in relative name of the extension point schema file that describes this extension point. |
Methods inherited from interface org.eclipse.pde.core.plugin.IPluginObject |
---|
getModel, getName, getParent, getPluginBase, getPluginModel, getResourceString, getTranslatedName, isInTheModel, isValid, setInTheModel, setName |
Methods inherited from interface org.eclipse.pde.core.IWritable |
---|
write |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Methods inherited from interface org.eclipse.pde.core.IIdentifiable |
---|
getId, setId |
Field Detail |
---|
static final java.lang.String P_SCHEMA
Method Detail |
---|
java.lang.String getFullId()
java.lang.String getSchema()
void setSchema(java.lang.String schema) throws CoreException
CoreException
|
Eclipse PDE Release 3.6 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.