Uses of Class
org.eclipse.core.runtime.Plugin
Packages that use Plugin
Package
Description
Provides support for running the Ant build tool in the platform.
Provides basic support for managing a workspace and
its resources.
Provides support for the runtime platform, core utility methods and the extension registry.
Provides support for defining and contributing variables for the purpose of
string substitution.
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Application programming interfaces for interaction
with the Eclipse console.
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.coreModifier and TypeClassDescriptionclass
The plug-in runtime class for the Ant Core plug-in. -
Uses of Plugin in org.eclipse.compare.internal
Subclasses of Plugin in org.eclipse.compare.internalModifier and TypeClassDescriptionfinal class
The Compare UI plug-in defines the entry point to initiate a configurable compare operation on arbitrary resources. -
Uses of Plugin in org.eclipse.core.resources
Subclasses of Plugin in org.eclipse.core.resourcesModifier and TypeClassDescriptionfinal class
The plug-in runtime class for the Resources plug-in.Methods in org.eclipse.core.resources with parameters of type PluginModifier and TypeMethodDescriptionIWorkspace.addSaveParticipant
(Plugin plugin, ISaveParticipant participant) Deprecated.void
IWorkspace.removeSaveParticipant
(Plugin plugin) Deprecated.UseIWorkspace.removeSaveParticipant(String)
instead -
Uses of Plugin in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime that return Plugin -
Uses of Plugin in org.eclipse.core.variables
Subclasses of Plugin in org.eclipse.core.variablesModifier and TypeClassDescriptionclass
The plug-in runtime class for the Core Variables plug-in. -
Uses of Plugin in org.eclipse.debug.core
Subclasses of Plugin in org.eclipse.debug.coreModifier and TypeClassDescriptionclass
There is one instance of the debug plug-in available fromDebugPlugin.getDefault()
. -
Uses of Plugin in org.eclipse.help.internal
Subclasses of Plugin in org.eclipse.help.internal -
Uses of Plugin in org.eclipse.help.ui.internal
Subclasses of Plugin in org.eclipse.help.ui.internal -
Uses of Plugin in org.eclipse.ui.console
Subclasses of Plugin in org.eclipse.ui.console -
Uses of Plugin in org.eclipse.ui.internal
Subclasses of Plugin in org.eclipse.ui.internalModifier and TypeClassDescriptionfinal class
The plug-in class for the org.eclipse.ui plug-in.class
This class represents the TOP of the workbench UI world A plugin class is effectively an application wrapper for a plugin & its classes. -
Uses of Plugin in org.eclipse.ui.plugin
Subclasses of Plugin in org.eclipse.ui.pluginModifier and TypeClassDescriptionclass
Abstract base class for plug-ins that integrate with the Eclipse platform UI. -
Uses of Plugin in org.eclipse.unittest.internal
Subclasses of Plugin in org.eclipse.unittest.internalModifier and TypeClassDescriptionclass
The plug-in runtime class for the Unit Test plug-in.
IWorkspace.addSaveParticipant(String, ISaveParticipant)
instead