|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Plugin | |
org.eclipse.ant.core | Provides support for running the Ant build tool in the platform. |
org.eclipse.core.resources | Provides basic support for managing a workspace and its resources. |
org.eclipse.core.runtime | Provides core support for plug-ins and the plug-in registry. |
org.eclipse.debug.core | Provides support for launching programs, breakpoint management, expression management, and debug events. |
org.eclipse.ui.plugin | Class hierarchies for plug-ins that integrate with the Eclipse Platform UI. |
Uses of Plugin in org.eclipse.ant.core |
Subclasses of Plugin in org.eclipse.ant.core | |
class |
AntCorePlugin
The plug-in runtime class for the Ant Core plug-in. |
Uses of Plugin in org.eclipse.core.resources |
Subclasses of Plugin in org.eclipse.core.resources | |
class |
ResourcesPlugin
The plug-in runtime class for the Resources plug-in. |
Methods in org.eclipse.core.resources with parameters of type Plugin | |
ISavedState |
IWorkspace.addSaveParticipant(Plugin plugin,
ISaveParticipant participant)
Registers the given plug-in's workspace save participant, and returns an object describing the workspace state at the time of the last save in which the plug-in participated. |
void |
IWorkspace.removeSaveParticipant(Plugin plugin)
Removes the workspace save participant for the given plug-in from this workspace. |
Uses of Plugin in org.eclipse.core.runtime |
Methods in org.eclipse.core.runtime that return Plugin | |
static Plugin |
Platform.getPlugin(String id)
Returns the plug-in runtime object for the identified plug-in or null if no such plug-in can be found. |
Plugin |
ILog.getPlugin()
Returns the plug-in with which this log is associated. |
Plugin |
IPluginDescriptor.getPlugin()
Returns the plug-in runtime object corresponding to this plug-in descriptor. |
Methods in org.eclipse.core.runtime with parameters of type Plugin | |
static IPath |
Platform.getPluginStateLocation(Plugin plugin)
Returns the location in the local file system of the plug-in state area for the given plug-in. |
Uses of Plugin in org.eclipse.debug.core |
Subclasses of Plugin in org.eclipse.debug.core | |
class |
DebugPlugin
There is one instance of the debug plug-in available from DebugPlugin.getDefault() . |
Uses of Plugin in org.eclipse.ui.plugin |
Subclasses of Plugin in org.eclipse.ui.plugin | |
class |
AbstractUIPlugin
Abstract base class for plug-ins that integrate with the Eclipse platform UI. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |