Uses of Class
org.eclipse.core.commands.common.EventManager
Packages that use EventManager
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Application programming interfaces for commands and handlers.
Application programming interfaces for common base classes.
Application programming interfaces for contexts.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a set of actions related to running and debugging applications.
Provides a user interface for debug platform source lookup facilities.
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides support for bindings between commands and various user input events
(e.g., keyboard shortcuts).
Provides JFace-specific support for commands.
Provides classes that can be used to observe the JFace Viewer framework.
Provides support for trim specification.
Provides a framework for preferences.
Provides support for managing resources such as SWT
fonts and images.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Application programming interface to display and preview refactoring history information.
Application programming interfaces for working with resource mappings.
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.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Provides support for working with cheat sheets.
Application programming interfaces for Eclipse console specific
actions.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
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.
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
Provides support for customizing welcome content and presentation.
Application programming interfaces for the Quicklinks
Viewer, a component for the Welcome/Intro.
Provides a workbench adapter for displaying workbench elements in the UI without
having to know the concrete type of the element, and various label providers for
workbench-specific objects like editors, views, and perspectives.
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 that provide the basic workbench UI support for undo and redo of
operations.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Provides a framework for text editors obeying to the
desktop rules.
Application programming interfaces for interaction
with the Eclipse text editor template support.
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
Provides support for a web-browser style of navigation within a view by maintaining a list
of frames.
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.
-
Uses of EventManager in org.eclipse.compare
Subclasses of EventManager in org.eclipse.compareModifier and TypeClassDescriptionclassANavigationActionis used to navigate through the individual differences of aCompareEditorInput. -
Uses of EventManager in org.eclipse.compare.internal
Subclasses of EventManager in org.eclipse.compare.internalModifier and TypeClassDescriptionclassToggles the activation of a compare filterclassToggles a boolean property of anCompareConfiguration.classA CompareEditor takes a ICompareEditorInput as input.classThis is a temporary replacement for CompareWithOtherResourceAction which was available from "Compare With > Other Resource...".classclassclass -
Uses of EventManager in org.eclipse.core.commands
Subclasses of EventManager in org.eclipse.core.commandsModifier and TypeClassDescriptionclassThis class is a partial implementation ofIHandler.classAn abstract implementation ofIObjectWithState.final classA logical group for a set of commands.final classA command is an abstract representation for some semantic behaviour.final classA central repository for commands -- both in the defined and undefined states.final classProvides information about the type of a command parameter.classA piece of state information that can be shared between objects, and might be persisted between sessions. -
Uses of EventManager in org.eclipse.core.commands.common
Subclasses of EventManager in org.eclipse.core.commands.commonModifier and TypeClassDescriptionclassAn object that can exist in one of two states: defined and undefined.classHandleObjectManager<T extends NamedHandleObject>A manager ofHandleObjectinstances.classA handle object that carries with it a name and a description. -
Uses of EventManager in org.eclipse.core.commands.contexts
Subclasses of EventManager in org.eclipse.core.commands.contextsModifier and TypeClassDescriptionfinal classA context is an answer to the question "when".final classA context manager tracks the sets of defined and enabled contexts within the application. -
Uses of EventManager in org.eclipse.debug.ui
Subclasses of EventManager in org.eclipse.debug.uiModifier and TypeClassDescriptionclassCommon function for views related to debugging.classLabel provider for the environment table -
Uses of EventManager in org.eclipse.debug.ui.actions
Subclasses of EventManager in org.eclipse.debug.ui.actionsModifier and TypeClassDescriptionclassA cascade menu to add a memory rendering to the memory view.classAbstract base class for re-targeting actions which delegate execution toIDebugCommandHandlerhandlers.classAbstract base class for re-targeting command framework handlers, which delegate execution toIDebugCommandHandlerhandlers.classLaunches a launch configuration in a specific mode.classDeprecated.The use of perspective based launch shortcuts has been deprecated in the 3.1 release.classA cascading sub-menu that shows all launch shortcuts pertinent to a selection.classOpens the launch configuration dialog in the context of a launch group.classAbstract action that works on breakpoints in the vertical ruler.classAction to run to line in a vertical ruler of a workbench part containing a document.classAction to toggle a breakpoint in a vertical ruler of a workbench part containing a document. -
Uses of EventManager in org.eclipse.debug.ui.sourcelookup
Subclasses of EventManager in org.eclipse.debug.ui.sourcelookupModifier and TypeClassDescriptionclassDefault editor displayed when source is not found. -
Uses of EventManager in org.eclipse.e4.core.commands.internal
Subclasses of EventManager in org.eclipse.e4.core.commands.internalModifier and TypeClassDescriptionclassProvide an IHandler to delegate calls to. -
Uses of EventManager in org.eclipse.help.ui.internal
Subclasses of EventManager in org.eclipse.help.ui.internalModifier and TypeClassDescriptionclassThe command handler that gets invoked when the "Close User Assistance Tray" command is invoked. -
Uses of EventManager in org.eclipse.jface.action
Subclasses of EventManager in org.eclipse.jface.actionModifier and TypeClassDescriptionclassSome common functionality to share between implementations ofIAction.classThe standard abstract implementation of an action. -
Uses of EventManager in org.eclipse.jface.bindings
Subclasses of EventManager in org.eclipse.jface.bindingsModifier and TypeClassDescriptionfinal classA central repository for bindings -- both in the defined and undefined states.final classAn instance ofISchemeis a handle representing a binding scheme as defined by the extension pointorg.eclipse.ui.bindings. -
Uses of EventManager in org.eclipse.jface.commands
Subclasses of EventManager in org.eclipse.jface.commandsModifier and TypeClassDescriptionfinal classThis class adapts instances ofIActiontoIHandler.classThis is a state that can be made persistent.classA piece of boolean state grouped with other boolean states.classA piece of state storing aBoolean. -
Uses of EventManager in org.eclipse.jface.databinding.viewers
Subclasses of EventManager in org.eclipse.jface.databinding.viewersModifier and TypeClassDescriptionclassA label provider based on one or more observable maps that track attributes that this label provider uses for display.classA label provider based on one or more observable maps that track attributes that this label provider uses for display. -
Uses of EventManager in org.eclipse.jface.preference
Subclasses of EventManager in org.eclipse.jface.preferenceModifier and TypeClassDescriptionclassThe BooleanPropertyAction is an action that set the values of a boolean property in the preference store.classTheColorSelectoris a wrapper for a button that displays a swatch of the selected color and allows the user to change the selection using the operating system's native color chooser dialog.classProvides labels forIPreferenceNodeobjects.classA concrete preference store implementation based on an internaljava.util.Propertiesobject, with support for persisting the non-default preference values to files or streams. -
Uses of EventManager in org.eclipse.jface.resource
Subclasses of EventManager in org.eclipse.jface.resourceModifier and TypeClassDescriptionclassA color registry maintains a mapping between symbolic color names and SWTColors.classA font registry maintains a mapping between symbolic font names and SWT fonts.classAbstract base class for various JFace registries. -
Uses of EventManager in org.eclipse.jface.viewers
Subclasses of EventManager in org.eclipse.jface.viewersModifier and TypeClassDescriptionclassBaseLabelProvider is a default concrete implementation ofIBaseLabelProviderclassThe CellLabelProvider is an abstract implementation of a label provider for structured viewers.classThe ColumnLabelProvider is the label provider for viewers that have column support such asTreeViewerandTableViewerclassA decorating label provider is a label provider which combines a nested label provider and an optional decorator.classADecoratingStyledCellLabelProvideris aDelegatingStyledCellLabelProviderthat uses a nestedDelegatingStyledCellLabelProvider.IStyledLabelProviderto compute styled text label and image and takes aILabelDecoratorto decorate the label.classADelegatingStyledCellLabelProvideris aStyledCellLabelProviderthat delegates requests for the styled string and the image to aDelegatingStyledCellLabelProvider.IStyledLabelProvider.classA label provider implementation which, by default, uses an element'stoStringvalue for its text andnullfor its image.final classA label provider for instances ofNamedHandlerObject, which exposes the name as the label.classOwnerDrawLabelProvider is an abstract implementation of a label provider that handles custom draw.classAStyledCellLabelProvidersupports styled labels by using owner draw.classTableColumnViewerLabelProvider is the mapping from the table based providers to the ViewerLabelProvider.classTreeViewerLabelProvider is the ViewerLabelProvider that handles TreePaths. -
Uses of EventManager in org.eclipse.ltk.ui.refactoring.history
Subclasses of EventManager in org.eclipse.ltk.ui.refactoring.historyModifier and TypeClassDescriptionclassLabel provider to display a refactoring history. -
Uses of EventManager in org.eclipse.team.ui.mapping
Subclasses of EventManager in org.eclipse.team.ui.mappingModifier and TypeClassDescriptionclassAn abstract superclass that enables models to create handlers for the basic merge operations (merge, overwrite and mark-as-merged). -
Uses of EventManager in org.eclipse.team.ui.synchronize
Subclasses of EventManager in org.eclipse.team.ui.synchronizeModifier and TypeClassDescriptionclassModel provider actions for use with aModelSynchronizeParticipant.classThis action provides utilities for performing operations on selections that containISynchronizeModelElementinstances. -
Uses of EventManager in org.eclipse.ui
Subclasses of EventManager in org.eclipse.uiModifier and TypeClassDescriptionclassGeneric implementation of theIActionBarsinterface.classA implementation of the extendedIActionBars2interface. -
Uses of EventManager in org.eclipse.ui.actions
Subclasses of EventManager in org.eclipse.ui.actionsModifier and TypeClassDescriptionclassStandard action for adding a bookmark to the currently selected file resource(s).classStandard action for adding a task to the currently selected file resource(s).classThe abstract superclass for actions that listen to selection change events.classStandard actions for full and incremental builds of the selected project(s) and their references project build configurations.classStandard action for closing the currently selected project(s).classThis action closes all projects that are unrelated to the selected projects.final classFor a declarative editor action, see if we can link it to a command.classThe CopyProjectAction is the action designed to copy projects specifically as they have different semantics from other resources.classStandard action for copying the currently selected resources elsewhere in the workspace.classDeprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)classDeprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)classStandard action for deleting the currently selected resources.classAction representing a generic export operation.classStandard action for full and incremental builds of all projects within the workspace.classAction representing a generic import operation.classALabelRetargetActionextends the behavior of RetargetAction.classThe MoveProjectAction is the action designed to move projects specifically as they have different semantics from other resources.classStandard action for moving the currently selected resources elsewhere in the workspace.classStandard action for launching the create project selection wizard.classStandard action for launching the create project selection wizard.classInvoke the resource creation wizard selection Wizard.classAction which, when run, will open the new wizard dialog.classStandard action for opening an editor on the currently selected file resource(s).classOpens a new window.final classOpens a perspective.classStandard action for opening the currently selected project(s).classStandard action for opening a system editor on the currently selected file resource.classThe abstract superclass for actions that listen to part activation and open/close events.classDeprecated.the IDE now uses the new intro mechanismclassStandard action for refreshing the workspace from the local file system for the selected resources and all of their descendants.classStandard action for renaming the selected resources.classARetargetActiontracks the active part in the workbench.classDeprecated.This class is obsolete; there is no support in the workspace for scrubbing local content.classThe abstract superclass for resource-based actions that listen to selection change events.classThe abstract superclass for actions that listen to selection changes from a particular selection provider.classThe abstract superclass for actions which invoke commands implemented in org.eclipse.core.* on a set of selected resources. -
Uses of EventManager in org.eclipse.ui.cheatsheets
Subclasses of EventManager in org.eclipse.ui.cheatsheetsModifier and TypeClassDescriptionfinal classAction for opening a cheat sheet. -
Uses of EventManager in org.eclipse.ui.console.actions
Subclasses of EventManager in org.eclipse.ui.console.actionsModifier and TypeClassDescriptionclassClears the output in a text console.classRemoves a console from the console manager.classCommon function for actions that operate on a text viewer.classAction to position a text viewer to a specific line. -
Uses of EventManager in org.eclipse.ui.dialogs
Subclasses of EventManager in org.eclipse.ui.dialogsModifier and TypeClassDescriptionclassA label provider for displaying ofIFileEditorMappingobjects in viewers.classStandard action for opening a Property Pages Dialog on the currently selected element. -
Uses of EventManager in org.eclipse.ui.editors.text
Subclasses of EventManager in org.eclipse.ui.editors.textModifier and TypeClassDescriptionclassFile buffer operation action.classOperation handler for a file buffer.classThe standard/default text editor. -
Uses of EventManager in org.eclipse.ui.forms.editor
Subclasses of EventManager in org.eclipse.ui.forms.editorModifier and TypeClassDescriptionclassThis 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.classA base class that all pages that should be added to FormEditor must subclass.classA variation ofFormEditor, this editor has a stable header that does not change when pages are switched. -
Uses of EventManager in org.eclipse.ui.handlers
Subclasses of EventManager in org.eclipse.ui.handlersModifier and TypeClassDescriptionclassCollapse a tree viewer.classExpand a tree viewer.final classThis state supports a radio-button like command, where the value of the parameterized command is stored as state.final classA radio state that can be read from the registry.final classA toggle state that can be read from the registry.final classShows the given perspective.final classShows the given view. -
Uses of EventManager in org.eclipse.ui.ide.dialogs
Subclasses of EventManager in org.eclipse.ui.ide.dialogsModifier and TypeClassDescriptionclassWorkbench-level composite that combines a CheckboxTreeViewer and CheckboxListViewer. -
Uses of EventManager in org.eclipse.ui.internal
Subclasses of EventManager in org.eclipse.ui.internalModifier and TypeClassDescriptionclassAbstract base class that provides the enabled state, where changing the state fires the HandlerEvent.classThis internal class serves as a foundation for any handler that would like its enabled state controlled by core expressions and the IEvaluationService.classAbstract implementation ofIWorkingSetManager.classThis class represents the action bars for an action set.classActivates the most recently used editor in the current window.classCloses all active editorsclassCloses all editors except ones with unsaved changes.classCloses the active editor.classCloses all editors except the one that is active.classThis is the handler for NextEditor and PrevEditor commands.classThis handler is used to switch between perspectives using the keyboard.classThis handler is used to switch between parts using the keyboard.classclassThe action bars for an editor.final classExtends PartPluginAction for usage in editor parts.classThis part is shown instead the editors with errors.classThis part is shown instead the views with errors.classBase class to open a dialog to filter and select elements of aTable.classclassTheNavigationHistoryActionmoves navigation history back and forward.classAn object action extension in a popup menu.classOpen the preferences dialogclassThe abstract superclass for actions that listen to page activation and open/close events.classPart listener list.classThis class adds to the PluginAction support by setting itself up for work within a WorkbenchPart.classAbstract superclass of actions which are enabled iff there is an active perspective in the window.classPerspective listener list.classA PluginAction is a proxy for an action extension.classThe show in command, which only needs a target id.classShow the menu on top of the icon in the view or editor label.classShows the View MenuclassOur sample handler extends AbstractHandler, an IHandler base class.classHides or shows the editor area within the current perspective of the workbench page.final classSimple view that will wrap anIIntroPart.final classThis class extends regular plugin action with the additional requirement that the delegate has to implement interface IViewActionDeelgate.final classThe workbench class represents the top of the Eclipse user interface.classOpens a dialog showing all open editors and the recently closed editors.classclassShows a list of open editor and parts in the current or last active workbook.classA working set manager stores working sets and provides property change notification when a working set is added or removed.classThis class extends regular plugin action with the additional requirement that the delegate has to implement interfaceIWorkbenchWindowActionDelegate.classA workbench window pulldown action. -
Uses of EventManager in org.eclipse.ui.internal.actions
Subclasses of EventManager in org.eclipse.ui.internal.actionsModifier and TypeClassDescriptionclassorg.eclipse.ui.internal.actions.CommandActionInstantiate an action that will execute the command. -
Uses of EventManager in org.eclipse.ui.internal.views.markers
Subclasses of EventManager in org.eclipse.ui.internal.views.markersModifier and TypeClassDescriptionclassorg.eclipse.ui.internal.views.markers.ExtendedMarkersViewThe ExtendedMarkersView is the internal implementation of the view that shows markers using the markerGenerators extension point. -
Uses of EventManager in org.eclipse.ui.intro.config
Subclasses of EventManager in org.eclipse.ui.intro.configModifier and TypeClassDescriptionfinal classA re-usable intro part that the Eclipse platform uses for its Out of the Box Experience. -
Uses of EventManager in org.eclipse.ui.intro.quicklinks
Subclasses of EventManager in org.eclipse.ui.intro.quicklinksModifier and TypeClassDescriptionclassSimple label provider that knows how to load images from a URL. -
Uses of EventManager in org.eclipse.ui.model
Subclasses of EventManager in org.eclipse.ui.modelModifier and TypeClassDescriptionfinal classA table label provider implementation for showing workbench perspectives (objects of typeIPerspectiveDescriptor) in table- and tree-structured viewers.classProvides basic labels for adaptable objects that have theIWorkbenchAdapteradapter associated with them.final classA table label provider implementation for showing workbench views and editors (objects of typeIWorkbenchPart) in tree- and table-structured viewers. -
Uses of EventManager in org.eclipse.ui.operations
Subclasses of EventManager in org.eclipse.ui.operationsModifier and TypeClassDescriptionclassOperationHistoryActionHandler implements common behavior for the undo and redo actions.final classRedoActionHandler provides common behavior for redoing an operation, as well as labelling and enabling the menu item.final classUndoActionHandler provides common behavior for performing an undo, as well as labelling and enabling the undo menu item. -
Uses of EventManager in org.eclipse.ui.part
Subclasses of EventManager in org.eclipse.ui.partModifier and TypeClassDescriptionclassA AbstractMultiEditor is a composite of editors.classAbstract base implementation of all workbench editors.classAbstract base implementation of an intro part.classA MultiEditor is a composite of editors.classA multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.classAbstract superclass of all multi-page workbench views.classAbstract base implementation of all workbench views.classAbstract base implementation of all workbench parts. -
Uses of EventManager in org.eclipse.ui.preferences
Subclasses of EventManager in org.eclipse.ui.preferencesModifier and TypeClassDescriptionclassThe ScopedPreferenceStore is an IPreferenceStore that uses the scopes provided in org.eclipse.core.runtime.preferences.classThe ViewPreferencesAction is the action for opening a view preferences dialog on a class. -
Uses of EventManager in org.eclipse.ui.texteditor
Subclasses of EventManager in org.eclipse.ui.texteditorModifier and TypeClassDescriptionclassAn 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.classAbstract base implementation of a text editor.protected classThis action implements smart end.protected classThis action implements smart home.classAction for creating a marker of a specified type for the editor's input element based on the editor's selection.classCreates a new task marker.classAction that converts the current selection to lower case or upper case.classAction for changing the encoding of the editor's input element.final classA content assist action which gets its target from its text editor.classDeprecated.since 3.1.classAn action to delete a whole line, the fraction of the line that is left from the cursor or the fraction that is right from the cursor.classAn action which finds the next/previous occurrence of the last search or the current selection if present.classAn action which opens a Find/Replace dialog.classAction for jumping to a particular annotation in the editor's text viewer.classGoes to last edit position.classAction for jumping to a particular line in the editor's text viewer.classGoes to next edit position, ie travels forward in the edit position history Acts as a complement to GotoLastEditPositionAction which travels backward in the history.classAn action which enters the incremental find mode like in emacs.classThis action implements smart return.classAction for joining two or more lines together by deleting the line delimiters and trimming the whitespace between them.classAn action to handle emacs-like marked regions.classA ruler action which can add and remove markers which have a visual representation in the ruler.classDeprecated.useMarkerRulerActioninsteadclassAction for moving selected lines in an editor.classAn action to handle emacs-like recenter.classAn action which configures its label, image, tooltip, and description from a resource bundle using known keys.final classAction used by an editor action bar contributor to establish placeholders in menus or action bars which can be retargeted to dynamically changing actions, for example, those which come from the active editor.classAction for abandoning changes made in the text editor since the last save operation.classDeprecated.As of 3.5, replaced byActionFactory.SAVEclassA ruler action which can select the textual range of an annotation that has a visual representation in a vertical ruler.classA ruler action which can select the textual range of a marker that has a visual representation in a vertical ruler.classDeprecated.As of 2.1, replaced bySelectMarkerRulerActionclassAction for shifting code to the right or left by one indentation level.classThis action toggles the display of whitespace characters by attaching/detaching anWhitespaceCharacterPainterto the associated text editor.classCapable of handling input elements that have an associated status with them.classSkeleton of a standard text editor action.classAnActionwrapper for text widget navigation and selection actions.final classAn action which gets a text operation target from its text editor.final classfinal class -
Uses of EventManager in org.eclipse.ui.texteditor.templates
Subclasses of EventManager in org.eclipse.ui.texteditor.templatesModifier and TypeClassDescriptionfinal classThe Templates view.hostsITemplatesPages that shows the templates for the currently active editor part. -
Uses of EventManager in org.eclipse.ui.views.contentoutline
Subclasses of EventManager in org.eclipse.ui.views.contentoutline -
Uses of EventManager in org.eclipse.ui.views.framelist
Subclasses of EventManager in org.eclipse.ui.views.framelistModifier and TypeClassDescriptionclassGeneric "Back" action which goes back one frame,classGeneric "Forward" action which goes forward one frame.classAbstract superclass for actions dealing with frames or a frame list.classSupports a web-browser style of navigation by maintaining a list of frames.classGeneric "Go Into" action which goes to the frame for the current selection.classGeneric "Up" action which goes to the parent frame for the current frame. -
Uses of EventManager in org.eclipse.ui.views.markers
Subclasses of EventManager in org.eclipse.ui.views.markersModifier and TypeClassDescriptionclassThe MarkerSupportView is a view that supports the extensions in the markerSupport extension point.classMarkerViewHandler is the abstract class of the handlers for theMarkerSupportView -
Uses of EventManager in org.eclipse.ui.views.properties
Subclasses of EventManager in org.eclipse.ui.views.propertiesModifier and TypeClassDescriptionclassAnILabelProviderthat assists in rendering labels forComboBoxPropertyDescriptors.classclassPins the properties view instance to the current selection.classA column label provider that returns label text and images based on aIPropertySourceProvider, forwarding requests for text and image to the label provider returned from the property descriptor for the given property id.classMain class for the Property Sheet View.classPropertySheetEntryis an implementation ofIPropertySheetEntrywhich usesIPropertySourceandIPropertyDescriptorto interact with domain model objects.