Uses of Class
org.eclipse.core.runtime.Plugin
-
Packages that use Plugin 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. -
-
Uses of Plugin in org.eclipse.ant.core
Subclasses of Plugin in org.eclipse.ant.core Modifier and Type Class Description classAntCorePluginThe 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 Modifier and Type Class Description classResourcesPluginThe plug-in runtime class for the Resources plug-in.Methods in org.eclipse.core.resources with parameters of type Plugin Modifier and Type Method Description ISavedStateIWorkspace. addSaveParticipant(Plugin plugin, ISaveParticipant participant)Deprecated.voidIWorkspace. 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 Modifier and Type Method Description static PluginPlatform. getPlugin(String id)Deprecated.Methods in org.eclipse.core.runtime with parameters of type Plugin Modifier and Type Method Description static IPathPlatform. getPluginStateLocation(Plugin plugin)Deprecated.clients should callPlatform.getStateLocation(Bundle)instead -
Uses of Plugin in org.eclipse.core.variables
Subclasses of Plugin in org.eclipse.core.variables Modifier and Type Class Description classVariablesPluginThe 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.core Modifier and Type Class Description classDebugPluginThere is one instance of the debug plug-in available fromDebugPlugin.getDefault(). -
Uses of Plugin in org.eclipse.ui.console
Subclasses of Plugin in org.eclipse.ui.console Modifier and Type Class Description classConsolePluginThe console plug-in class. -
Uses of Plugin in org.eclipse.ui.plugin
Subclasses of Plugin in org.eclipse.ui.plugin Modifier and Type Class Description classAbstractUIPluginAbstract base class for plug-ins that integrate with the Eclipse platform UI.
-