Uses of Interface
org.eclipse.core.runtime.IExecutableExtension
Package
Description
Provides basic support for managing a workspace and
its resources.
Provides core support for content types.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a user interface for debug platform source lookup facilities.
Provides core support for the HttpService Servlet.
Provides an implementation of IWorkbenchWindowActionDelegate
for opening a URL in a browser.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides support for working with cheat sheets.
Provides support for retrieving information on Commands from the workbench.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.Support for forms-based multi-page editors.
Provides support for integrating handlers into the Eclipse workbench.
Provides support for customizing welcome content and presentation.
Provides a mechanism to add a preference page to customize welcome.
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
Provides the Common Navigator framework.
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
Application programming interfaces for interaction
with the Eclipse text editor template support.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
Utility classes for working with markers in views
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
Provides the standard wizards for creating files,
folders, and projects in the workspace.
-
Uses of IExecutableExtension in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
A CompareEditor takes a ICompareEditorInput as input. -
Uses of IExecutableExtension in org.eclipse.core.resources
Modifier and TypeClassDescriptionclass
The abstract base class for all incremental project builders. -
Uses of IExecutableExtension in org.eclipse.core.runtime.content
Modifier and TypeClassDescriptionfinal class
A content describer for binary formats that present some simple signature at a known, fixed offset.final class
Deprecated.final class
A content describer for detecting the name of the top-level element, its namespace and the DTD system identifier in an XML file. -
Uses of IExecutableExtension in org.eclipse.debug.ui
Modifier and TypeClassDescriptionclass
Common function for views related to debugging. -
Uses of IExecutableExtension in org.eclipse.debug.ui.sourcelookup
Modifier and TypeClassDescriptionclass
Default editor displayed when source is not found. -
Uses of IExecutableExtension in org.eclipse.equinox.jsp.jasper.registry
Modifier and TypeClassDescriptionclass
The JSPFactory can be used in conjunction with org.eclipse.equinox.http.registry and the Servlets extension point to allow the use of JSPs declaratively with the extension registry. -
Uses of IExecutableExtension in org.eclipse.help.ui.browser
-
Uses of IExecutableExtension in org.eclipse.team.ui.synchronize
Modifier and TypeInterfaceDescriptioninterface
A synchronize participant is a visual component that can be displayed within any control (e.g. view, editor, dialog).Modifier and TypeClassDescriptionclass
This class is the abstract base class for all synchronize view participants.class
Synchronize participant that obtains it's synchronization state from aISynchronizationContext
.class
A synchronize participant that displays synchronization information for local resources that are managed via aSubscriber
. -
Uses of IExecutableExtension in org.eclipse.ui
Modifier and TypeClassDescriptionfinal class
Basic IWorkingSetElementAdapter implementation that allows plugins to describe simple declarative element adapters.class
Factory for the workbench's public extensions. -
Uses of IExecutableExtension in org.eclipse.ui.activities
Modifier and TypeClassDescriptionfinal class
Preference page that allows configuration of the activity set.final class
Activities preference page that primarily shows categories and can optionally show an advanced dialog that allows fine-tune adjustmenet of activities.class
Workbench implementation prompts the user with a dialog unless they've said that they don't want to be prompted. -
Uses of IExecutableExtension in org.eclipse.ui.cheatsheets
Modifier and TypeClassDescriptionclass
Factory for the cheat sheet's public extensions. -
Uses of IExecutableExtension in org.eclipse.ui.commands
Modifier and TypeClassDescriptionfinal class
A generic implementation ofIParameterValues
that takes advantage of theIExecutableExtension
mechanism. -
Uses of IExecutableExtension in org.eclipse.ui.editors.text
-
Uses of IExecutableExtension in org.eclipse.ui.forms.editor
Modifier and TypeClassDescriptionclass
This class forms a base of multi-page form editors that typically use one or more pages with forms and one page for raw source of the editor input.class
A base class that all pages that should be added to FormEditor must subclass.class
A variation ofFormEditor
, this editor has a stable header that does not change when pages are switched. -
Uses of IExecutableExtension in org.eclipse.ui.handlers
Modifier and TypeClassDescriptionfinal class
This state supports a radio-button like command, where the value of the parameterized command is stored as state.final class
A radio state that can be read from the registry.final class
A toggle state that can be read from the registry. -
Uses of IExecutableExtension in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
This is the handler for NextEditor and PrevEditor commands.class
This handler is used to switch between perspectives using the keyboard.class
This handler is used to switch between parts using the keyboard.class
class
This part is shown instead the editors with errors.class
This part is shown instead the views with errors.class
Base class to open a dialog to filter and select elements of aTable
.final class
Simple view that will wrap anIIntroPart
.class
Shows a list of open editor and parts in the current or last active workbook. -
Uses of IExecutableExtension in org.eclipse.ui.internal.views.markers
Modifier and TypeClassDescriptionclass
org.eclipse.ui.internal.views.markers.ExtendedMarkersView
The ExtendedMarkersView is the internal implementation of the view that shows markers using the markerGenerators extension point. -
Uses of IExecutableExtension in org.eclipse.ui.intro.config
Modifier and TypeClassDescriptionfinal class
A re-usable intro part that the Eclipse platform uses for its Out of the Box Experience. -
Uses of IExecutableExtension in org.eclipse.ui.intro.universal
Modifier and TypeClassDescriptionclass
Factory for the intro's public extensions. -
Uses of IExecutableExtension in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
A AbstractMultiEditor is a composite of editors.class
Abstract base implementation of all workbench editors.class
Abstract base implementation of an intro part.class
A MultiEditor is a composite of editors.class
A multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.class
Abstract superclass of all multi-page workbench views.class
Abstract base implementation of all workbench views.class
Abstract base implementation of all workbench parts. -
Uses of IExecutableExtension in org.eclipse.ui.texteditor
Modifier and TypeClassDescriptionclass
An intermediate editor comprising functionality not present in the leanerAbstractTextEditor
, but used in many heavy weight (and especially source editing) editors, such as line numbers, change ruler, overview ruler, print margins, current line highlighting, etc.class
Abstract base implementation of a text editor.class
Capable of handling input elements that have an associated status with them. -
Uses of IExecutableExtension in org.eclipse.ui.texteditor.templates
Modifier and TypeClassDescriptionfinal class
The Templates view.hostsITemplatesPage
s that shows the templates for the currently active editor part. -
Uses of IExecutableExtension in org.eclipse.ui.themes
Modifier and TypeClassDescriptionclass
A reusableIColorFactory
that may be used to blend two colors. -
Uses of IExecutableExtension in org.eclipse.ui.views.contentoutline
-
Uses of IExecutableExtension in org.eclipse.ui.views.markers
Modifier and TypeClassDescriptionclass
The MarkerSupportView is a view that supports the extensions in the markerSupport extension point. -
Uses of IExecutableExtension in org.eclipse.ui.views.properties
-
Uses of IExecutableExtension in org.eclipse.ui.wizards.newresource
Modifier and TypeClassDescriptionclass
Standard workbench wizard that creates a new project resource in the workspace.
XMLRootElementContentDescriber2
instead