Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse PDE
Release 3.5

org.eclipse.pde.core.plugin
Interface IPluginExtension

All Superinterfaces:
IAdaptable, IIdentifiable, IPluginObject, IPluginParent, IWritable

public interface IPluginExtension
extends IPluginParent, IIdentifiable

Classes that implement this interface model the extension element found in the plug-in or fragment manifest.

Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Field Summary
static  String P_POINT
          A name of the property that will be used to notify about the "point" change
 
Fields inherited from interface org.eclipse.pde.core.plugin. IPluginParent
P_SIBLING_ORDER
 
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
  String getPoint ()
          Returns the full Id of the extension point that this extension is plugged into.
  Object getSchema ()
          Returns the schema for the extension point that this extension is plugged into or null if not found.
 void setPoint ( String point)
          Sets the value of the extension point Id This method will throw a CoreException if this model is not editable.
 
Methods inherited from interface org.eclipse.pde.core.plugin. IPluginParent
add, add, getChildCount, getChildren, getIndexOf, remove, swap
 
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

P_POINT

static final 
String P_POINT
A name of the property that will be used to notify about the "point" change

See Also:
Constant Field Values
Method Detail

getPoint


String getPoint()
Returns the full Id of the extension point that this extension is plugged into.


getSchema


Object getSchema()
Returns the schema for the extension point that this extension is plugged into or null if not found.

This method is an implementation detail - schema object is not needed for clients outside PDE and should not be used.


setPoint

void setPoint(
String point)
              throws 
CoreException
Sets the value of the extension point Id This method will throw a CoreException if this model is not editable.

Parameters:
point - the new extension point Id
Throws:
CoreException

Eclipse PDE
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire