Package | Description |
---|---|
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 support for the runtime platform, core utility methods and the extension registry.
|
org.eclipse.core.variables |
Provides support for defining and contributing variables for the purpose of
string substitution.
|
org.eclipse.debug.core |
Provides support for launching programs, breakpoint management, expression management,
and debug events.
|
org.eclipse.ui.console |
Application programming interfaces for interaction
with the Eclipse console.
|
org.eclipse.ui.plugin |
Class hierarchies for plug-ins that integrate with
the Eclipse Platform UI.
|
Modifier and Type | Class and Description |
---|---|
class |
AntCorePlugin
The plug-in runtime class for the Ant Core plug-in.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourcesPlugin
The plug-in runtime class for the Resources plug-in.
|
Modifier and Type | Method and Description |
---|---|
ISavedState |
IWorkspace.addSaveParticipant(Plugin plugin,
ISaveParticipant participant)
Deprecated.
|
void |
IWorkspace.removeSaveParticipant(Plugin plugin)
Deprecated.
Use
IWorkspace.removeSaveParticipant(String) instead |
Modifier and Type | Method and Description |
---|---|
Plugin |
IPluginDescriptor.getPlugin()
Deprecated.
In Eclipse 3.0 plug-in runtime objects are not globally managed and
so are not generically accessible. Rather, each plug-in is free to declare
API which exposes the plug-in runtime object (e.g.,
MyPlugin.getInstance() ).
If this method is being used to activate a plug-in then the following code is
equivalent:
bundle.start()where bundle is the bundle associated with
the relevant plug-in. |
static Plugin |
Platform.getPlugin(String id)
Deprecated.
This method only works if the compatibility layer is installed and must not be used otherwise.
See the comments on
IPluginDescriptor.getPlugin() for details. |
Modifier and Type | Method and Description |
---|---|
static IPath |
Platform.getPluginStateLocation(Plugin plugin)
Deprecated.
clients should call
Platform.getStateLocation(Bundle) instead |
Modifier and Type | Class and Description |
---|---|
class |
VariablesPlugin
The plug-in runtime class for the Core Variables plug-in.
|
Modifier and Type | Class and Description |
---|---|
class |
DebugPlugin
There is one instance of the debug plug-in available from
DebugPlugin.getDefault() . |
Modifier and Type | Class and Description |
---|---|
class |
ConsolePlugin
The console plug-in class.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUIPlugin
Abstract base class for plug-ins that integrate with the Eclipse platform UI.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.