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 Platform
Release 3.5

org.eclipse.core.runtime
Interface IExtensionDelta


public interface IExtensionDelta

An extension delta represents changes to the extension registry.

This interface can be used without OSGi running.

This interface is not intended to be implemented by clients.

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

Field Summary
static int ADDED
          Delta kind constant indicating that an extension has been added to an extension point.
static int REMOVED
          Delta kind constant indicating that an extension has been removed from an extension point.
 
Method Summary
  IExtension getExtension ()
          Returns the affected extension.
  IExtensionPoint getExtensionPoint ()
          Returns the affected extension point.
 int getKind ()
          The kind of this extension delta.
 

Field Detail

ADDED

static final int ADDED
Delta kind constant indicating that an extension has been added to an extension point.

See Also:
getKind(), Constant Field Values

REMOVED

static final int REMOVED
Delta kind constant indicating that an extension has been removed from an extension point.

See Also:
getKind(), Constant Field Values
Method Detail

getKind

int getKind()
The kind of this extension delta.

Returns:
the kind of change this delta represents
See Also:
ADDED, REMOVED

getExtension


IExtension getExtension()
Returns the affected extension.

Returns:
the affected extension

getExtensionPoint


IExtensionPoint getExtensionPoint()
Returns the affected extension point.

Returns:
the affected extension point

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


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