Uses of Class
org.eclipse.core.commands.common.EventManager
-
Packages that use EventManager Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.core.commands Application programming interfaces for commands and handlers.org.eclipse.core.commands.common Application programming interfaces for common base classes.org.eclipse.core.commands.contexts Application programming interfaces for contexts.org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities.org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.org.eclipse.jface.bindings Provides support for bindings between commands and various user input events (e.g., keyboard shortcuts).org.eclipse.jface.commands Provides JFace-specific support for commands.org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework.org.eclipse.jface.menus Provides support for trim specification.org.eclipse.jface.preference Provides a framework for preferences.org.eclipse.jface.resource Provides support for managing resources such as SWT fonts and images.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.ltk.ui.refactoring.history Application programming interface to display and preview refactoring history information.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.cheatsheets Provides support for working with cheat sheets.org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench.org.eclipse.ui.console.actions Application programming interfaces for Eclipse console specific actions.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBuffer
and others directly handlingIFile
andIStorage
as editor input.org.eclipse.ui.forms.editor Support for forms-based multi-page editors.org.eclipse.ui.handlers Provides support for integrating handlers into the Eclipse workbench.org.eclipse.ui.ide.dialogs APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.org.eclipse.ui.internal.actions org.eclipse.ui.internal.views.markers org.eclipse.ui.intro.config Provides support for customizing welcome content and presentation.org.eclipse.ui.intro.quicklinks Application programming interfaces for the Quicklinks Viewer, a component for the Welcome/Intro.org.eclipse.ui.model 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.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension.org.eclipse.ui.operations Classes that provide the basic workbench UI support for undo and redo of operations.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferencesorg.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support.org.eclipse.ui.views.bookmarkexplorer Provides the standard Bookmarks view which displays bookmarks on resources.org.eclipse.ui.views.contentoutline Provides the standard Content Outline view which can show the active editor's custom outline for the document being edited.org.eclipse.ui.views.framelist Provides support for a web-browser style of navigation within a view by maintaining a list of frames.org.eclipse.ui.views.markers Utility classes for working with markers in views
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.org.eclipse.ui.views.properties 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.compare Modifier and Type Class Description class
NavigationAction
ANavigationAction
is used to navigate through the individual differences of aCompareEditorInput
. -
Uses of EventManager in org.eclipse.core.commands
Subclasses of EventManager in org.eclipse.core.commands Modifier and Type Class Description class
AbstractHandler
This class is a partial implementation ofIHandler
.class
AbstractHandlerWithState
An abstract implementation ofIObjectWithState
.class
Category
A logical group for a set of commands.class
Command
A command is an abstract representation for some semantic behaviour.class
CommandManager
A central repository for commands -- both in the defined and undefined states.class
ParameterType
Provides information about the type of a command parameter.class
State
A 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.common Modifier and Type Class Description class
HandleObject
An object that can exist in one of two states: defined and undefined.class
HandleObjectManager
A manager ofHandleObject
instances.class
NamedHandleObject
A 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.contexts Modifier and Type Class Description class
Context
A context is an answer to the question "when".class
ContextManager
A 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.ui Modifier and Type Class Description class
AbstractDebugView
Common function for views related to debugging.class
EnvironmentTab.EnvironmentVariableLabelProvider
Label provider for the environment table -
Uses of EventManager in org.eclipse.debug.ui.actions
Subclasses of EventManager in org.eclipse.debug.ui.actions Modifier and Type Class Description class
AddMemoryRenderingActionDelegate
A cascade menu to add a memory rendering to the memory view.class
DebugCommandAction
Abstract base class for re-targeting actions which delegate execution toIDebugCommandHandler
handlers.class
DebugCommandHandler
Abstract base class for re-targeting command framework handlers, which delegate execution toIDebugCommandHandler
handlers.class
LaunchAction
Launches a launch configuration in a specific mode.class
LaunchAsAction
Deprecated.The use of perspective based launch shortcuts has been deprecated in the 3.1 release.class
LaunchShortcutsAction
A cascading sub-menu that shows all launch shortcuts pertinent to a selection.class
OpenLaunchDialogAction
Opens the launch configuration dialog in the context of a launch group.class
RulerBreakpointAction
Abstract action that works on breakpoints in the vertical ruler.class
RunToLineAction
Action to run to line in a vertical ruler of a workbench part containing a document.class
ToggleBreakpointAction
Action 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.sourcelookup Modifier and Type Class Description class
CommonSourceNotFoundEditor
Default editor displayed when source is not found. -
Uses of EventManager in org.eclipse.jface.action
Subclasses of EventManager in org.eclipse.jface.action Modifier and Type Class Description class
AbstractAction
Some common functionality to share between implementations ofIAction
.class
Action
The standard abstract implementation of an action. -
Uses of EventManager in org.eclipse.jface.bindings
Subclasses of EventManager in org.eclipse.jface.bindings Modifier and Type Class Description class
BindingManager
A central repository for bindings -- both in the defined and undefined states.class
Scheme
An instance ofIScheme
is 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.commands Modifier and Type Class Description class
ActionHandler
This class adapts instances ofIAction
toIHandler
.class
PersistentState
This is a state that can be made persistent.class
RadioState
A piece of boolean state grouped with other boolean states.class
ToggleState
A piece of state storing aBoolean
. -
Uses of EventManager in org.eclipse.jface.databinding.viewers
Subclasses of EventManager in org.eclipse.jface.databinding.viewers Modifier and Type Class Description class
ObservableMapCellLabelProvider
A label provider based on one or more observable maps that track attributes that this label provider uses for display.class
ObservableMapLabelProvider
A 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.menus
Subclasses of EventManager in org.eclipse.jface.menus Modifier and Type Class Description class
TextState
A piece of state carrying a singleString
. -
Uses of EventManager in org.eclipse.jface.preference
Subclasses of EventManager in org.eclipse.jface.preference Modifier and Type Class Description class
BooleanPropertyAction
The BooleanPropertyAction is an action that set the values of a boolean property in the preference store.class
ColorSelector
TheColorSelector
is a wrapper for a button that displays a selectedColor
and allows the user to change the selection.class
PreferenceLabelProvider
Provides labels forIPreferenceNode
objects.class
PreferenceStore
A concrete preference store implementation based on an internaljava.util.Properties
object, 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.resource Modifier and Type Class Description class
ColorRegistry
A color registry maintains a mapping between symbolic color names and SWTColor
s.class
FontRegistry
A font registry maintains a mapping between symbolic font names and SWT fonts.class
ResourceRegistry
Abstract base class for various JFace registries. -
Uses of EventManager in org.eclipse.jface.viewers
Subclasses of EventManager in org.eclipse.jface.viewers Modifier and Type Class Description class
BaseLabelProvider
BaseLabelProvider is a default concrete implementation ofIBaseLabelProvider
class
CellLabelProvider
The CellLabelProvider is an abstract implementation of a label provider for structured viewers.class
ColumnLabelProvider
The ColumnLabelProvider is the label provider for viewers that have column support such asTreeViewer
andTableViewer
class
DecoratingLabelProvider
A decorating label provider is a label provider which combines a nested label provider and an optional decorator.class
DecoratingStyledCellLabelProvider
ADecoratingStyledCellLabelProvider
is aDelegatingStyledCellLabelProvider
that uses a nestedDelegatingStyledCellLabelProvider.IStyledLabelProvider
to compute styled text label and image and takes aILabelDecorator
to decorate the label.class
DelegatingStyledCellLabelProvider
ADelegatingStyledCellLabelProvider
is aStyledCellLabelProvider
that delegates requests for the styled string and the image to aDelegatingStyledCellLabelProvider.IStyledLabelProvider
.class
LabelProvider
A label provider implementation which, by default, uses an element'stoString
value for its text andnull
for its image.class
NamedHandleObjectLabelProvider
A label provider for instances ofNamedHandlerObject
, which exposes the name as the label.class
OwnerDrawLabelProvider
OwnerDrawLabelProvider is an abstract implementation of a label provider that handles custom draw.class
StyledCellLabelProvider
AStyledCellLabelProvider
supports styled labels by using owner draw.class
TreeColumnViewerLabelProvider
TreeViewerLabelProvider 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.history Modifier and Type Class Description class
RefactoringHistoryLabelProvider
Label provider to display a refactoring history. -
Uses of EventManager in org.eclipse.team.ui.mapping
Subclasses of EventManager in org.eclipse.team.ui.mapping Modifier and Type Class Description class
MergeActionHandler
An 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.synchronize Modifier and Type Class Description class
ModelParticipantAction
Model provider actions for use with aModelSynchronizeParticipant
.class
SynchronizeModelAction
This action provides utilities for performing operations on selections that containISynchronizeModelElement
instances. -
Uses of EventManager in org.eclipse.ui
Subclasses of EventManager in org.eclipse.ui Modifier and Type Class Description class
SubActionBars
Generic implementation of theIActionBars
interface.class
SubActionBars2
A implementation of the extendedIActionBars2
interface. -
Uses of EventManager in org.eclipse.ui.actions
Subclasses of EventManager in org.eclipse.ui.actions Modifier and Type Class Description class
AddBookmarkAction
Standard action for adding a bookmark to the currently selected file resource(s).class
AddTaskAction
Standard action for adding a task to the currently selected file resource(s).class
BaseSelectionListenerAction
The abstract superclass for actions that listen to selection change events.class
BuildAction
Standard actions for full and incremental builds of the selected project(s) and their references project build configurations.class
CloseResourceAction
Standard action for closing the currently selected project(s).class
CloseUnrelatedProjectsAction
This action closes all projects that are unrelated to the selected projects.class
ContributedAction
For a declarative editor action, see if we can link it to a command.class
CopyProjectAction
The CopyProjectAction is the action designed to copy projects specifically as they have different semantics from other resources.class
CopyResourceAction
Standard action for copying the currently selected resources elsewhere in the workspace.class
CreateFileAction
Deprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)class
CreateFolderAction
Deprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)class
DeleteResourceAction
Standard action for deleting the currently selected resources.class
ExportResourcesAction
Action representing a generic export operation.class
GlobalBuildAction
Standard action for full and incremental builds of all projects within the workspace.class
ImportResourcesAction
Action representing a generic import operation.class
LabelRetargetAction
ALabelRetargetAction
extends the behavior of RetargetAction.class
MoveProjectAction
The MoveProjectAction is the action designed to move projects specifically as they have different semantics from other resources.class
MoveResourceAction
Standard action for moving the currently selected resources elsewhere in the workspace.class
NewExampleAction
Standard action for launching the create project selection wizard.class
NewProjectAction
Standard action for launching the create project selection wizard.class
NewWizardAction
Invoke the resource creation wizard selection Wizard.class
NewWizardDropDownAction
Action which, when run, will open the new wizard dialog.class
OpenFileAction
Standard action for opening an editor on the currently selected file resource(s).class
OpenInNewWindowAction
Opens a new window.class
OpenPerspectiveAction
Opens a perspective.class
OpenResourceAction
Standard action for opening the currently selected project(s).class
OpenSystemEditorAction
Standard action for opening a system editor on the currently selected file resource.class
PartEventAction
The abstract superclass for actions that listen to part activation and open/close events.class
QuickStartAction
Deprecated.the IDE now uses the new intro mechanismclass
RefreshAction
Standard action for refreshing the workspace from the local file system for the selected resources and all of their descendants.class
RenameResourceAction
Standard action for renaming the selected resources.class
RetargetAction
ARetargetAction
tracks the active part in the workbench.class
ScrubLocalAction
Deprecated.This class is obsolete; there is no support in the workspace for scrubbing local content.class
SelectionListenerAction
The abstract superclass for resource-based actions that listen to selection change events.class
SelectionProviderAction
The abstract superclass for actions that listen to selection changes from a particular selection provider.class
WorkspaceAction
The 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.cheatsheets Modifier and Type Class Description class
OpenCheatSheetAction
Action for opening a cheat sheet. -
Uses of EventManager in org.eclipse.ui.commands
Subclasses of EventManager in org.eclipse.ui.commands Modifier and Type Class Description class
AbstractHandler
Deprecated.Please use the "org.eclipse.core.commands" plug-in instead.class
ActionHandler
Deprecated.Please use the "org.eclipse.core.commands" plug-in instead. -
Uses of EventManager in org.eclipse.ui.console.actions
Subclasses of EventManager in org.eclipse.ui.console.actions Modifier and Type Class Description class
ClearOutputAction
Clears the output in a text console.class
CloseConsoleAction
Removes a console from the console manager.class
TextViewerAction
Common function for actions that operate on a text viewer.class
TextViewerGotoLineAction
Action to position a text viewer to a specific line. -
Uses of EventManager in org.eclipse.ui.dialogs
Subclasses of EventManager in org.eclipse.ui.dialogs Modifier and Type Class Description class
FileEditorMappingLabelProvider
A label provider for displaying ofIFileEditorMapping
objects in viewers.class
PropertyDialogAction
Standard 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.text Modifier and Type Class Description class
FileBufferOperationAction
File buffer operation action.class
FileBufferOperationHandler
Operation handler for a file buffer.class
TextEditor
The standard/default text editor. -
Uses of EventManager in org.eclipse.ui.forms.editor
Subclasses of EventManager in org.eclipse.ui.forms.editor Modifier and Type Class Description class
FormEditor
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
FormPage
A base class that all pages that should be added to FormEditor must subclass.class
SharedHeaderFormEditor
A 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.handlers Modifier and Type Class Description class
CollapseAllHandler
Collapse a tree viewer.class
ExpandAllHandler
Expand a tree viewer.class
RadioState
This state supports a radio-button like command, where the value of the parameterized command is stored as state.class
RegistryRadioState
A radio state that can be read from the registry.class
RegistryToggleState
A toggle state that can be read from the registry.class
ShowPerspectiveHandler
Shows the given perspective.class
ShowViewHandler
Shows the given view. -
Uses of EventManager in org.eclipse.ui.ide.dialogs
Subclasses of EventManager in org.eclipse.ui.ide.dialogs Modifier and Type Class Description class
ResourceTreeAndListGroup
Workbench-level composite that combines a CheckboxTreeViewer and CheckboxListViewer. -
Uses of EventManager in org.eclipse.ui.internal.actions
Subclasses of EventManager in org.eclipse.ui.internal.actions with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
org.eclipse.ui.internal.actions.CommandAction
Instantiate 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.markers with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
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 EventManager in org.eclipse.ui.intro.config
Subclasses of EventManager in org.eclipse.ui.intro.config Modifier and Type Class Description class
CustomizableIntroPart
A 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.quicklinks Modifier and Type Class Description class
URLLabelProvider
Simple 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.model Modifier and Type Class Description class
PerspectiveLabelProvider
A table label provider implementation for showing workbench perspectives (objects of typeIPerspectiveDescriptor
) in table- and tree-structured viewers.class
WorkbenchLabelProvider
Provides basic labels for adaptable objects that have theIWorkbenchAdapter
adapter associated with them.class
WorkbenchPartLabelProvider
A 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.navigator
Subclasses of EventManager in org.eclipse.ui.navigator Modifier and Type Class Description class
CommonNavigator
This class provides the IViewPart for the Common Navigator framework in the Eclipse workbench. -
Uses of EventManager in org.eclipse.ui.navigator.resources
Subclasses of EventManager in org.eclipse.ui.navigator.resources Modifier and Type Class Description class
ProjectExplorer
-
Uses of EventManager in org.eclipse.ui.operations
Subclasses of EventManager in org.eclipse.ui.operations Modifier and Type Class Description class
OperationHistoryActionHandler
OperationHistoryActionHandler implements common behavior for the undo and redo actions.class
RedoActionHandler
RedoActionHandler provides common behavior for redoing an operation, as well as labelling and enabling the menu item.class
UndoActionHandler
UndoActionHandler 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.part Modifier and Type Class Description class
AbstractMultiEditor
A AbstractMultiEditor is a composite of editors.class
EditorPart
Abstract base implementation of all workbench editors.class
IntroPart
Abstract base implementation of an intro part.class
MultiEditor
A MultiEditor is a composite of editors.class
MultiPageEditor
Deprecated.Use the classMultiPageEditorPart
insteadclass
MultiPageEditorPart
A multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.class
PageBookView
Abstract superclass of all multi-page workbench views.class
ViewPart
Abstract base implementation of all workbench views.class
WorkbenchPart
Abstract base implementation of all workbench parts. -
Uses of EventManager in org.eclipse.ui.preferences
Subclasses of EventManager in org.eclipse.ui.preferences Modifier and Type Class Description class
ScopedPreferenceStore
The ScopedPreferenceStore is an IPreferenceStore that uses the scopes provided in org.eclipse.core.runtime.preferences.class
ViewPreferencesAction
The 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.texteditor Modifier and Type Class Description class
AbstractDecoratedTextEditor
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
AbstractTextEditor
Abstract base implementation of a text editor.protected class
AbstractTextEditor.LineEndAction
This action implements smart end.protected class
AbstractTextEditor.LineStartAction
This action implements smart home.class
AddMarkerAction
Action for creating a marker of a specified type for the editor's input element based on the editor's selection.class
AddTaskAction
Creates a new task marker.class
CaseAction
Action that converts the current selection to lower case or upper case.class
ChangeEncodingAction
Action for changing the encoding of the editor's input element.class
ContentAssistAction
A content assist action which gets its target from its text editor.class
ConvertLineDelimitersAction
Deprecated.since 3.1.class
DeleteLineAction
An 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.class
FindNextAction
An action which finds the next/previous occurrence of the last search or the current selection if present.class
FindReplaceAction
An action which opens a Find/Replace dialog.class
GotoAnnotationAction
Action for jumping to a particular annotation in the editor's text viewer.class
GotoLastEditPositionAction
Goes to last edit position.class
GotoLineAction
Action for jumping to a particular line in the editor's text viewer.class
IncrementalFindAction
An action which enters the incremental find mode like in emacs.class
InsertLineAction
This action implements smart return.class
JoinLinesAction
Action for joining two or more lines together by deleting the line delimiters and trimming the whitespace between them.class
MarkAction
An action to handle emacs-like marked regions.class
MarkerRulerAction
A ruler action which can add and remove markers which have a visual representation in the ruler.class
MarkerRulerInfoAction
Deprecated.useMarkerRulerAction
insteadclass
MoveLinesAction
Action for moving selected lines in an editor.class
RecenterAction
An action to handle emacs-like recenter.class
ResourceAction
An action which configures its label, image, tooltip, and description from a resource bundle using known keys.class
RetargetTextEditorAction
Action 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.class
RevertToSavedAction
Action for abandoning changes made in the text editor since the last save operation.class
SaveAction
Deprecated.As of 3.5, replaced byActionFactory.SAVE
class
SelectAnnotationRulerAction
A ruler action which can select the textual range of an annotation that has a visual representation in a vertical ruler.class
SelectMarkerRulerAction
A ruler action which can select the textual range of a marker that has a visual representation in a vertical ruler.class
SelectMarkerRulerInfoAction
Deprecated.As of 2.1, replaced bySelectMarkerRulerAction
class
ShiftAction
Action for shifting code to the right or left by one indentation level.class
ShowWhitespaceCharactersAction
This action toggles the display of whitespace characters by attaching/detaching anWhitespaceCharacterPainter
to the associated text editor.class
StatusTextEditor
Capable of handling input elements that have an associated status with them.class
TextEditorAction
Skeleton of a standard text editor action.class
TextNavigationAction
AnAction
wrapper for text widget navigation and selection actions.class
TextOperationAction
An action which gets a text operation target from its text editor.class
TextZoomInHandler
class
TextZoomOutHandler
-
Uses of EventManager in org.eclipse.ui.texteditor.templates
Subclasses of EventManager in org.eclipse.ui.texteditor.templates Modifier and Type Class Description class
TemplatesView
The Templates view.hostsITemplatesPage
s that shows the templates for the currently active editor part. -
Uses of EventManager in org.eclipse.ui.views.bookmarkexplorer
Subclasses of EventManager in org.eclipse.ui.views.bookmarkexplorer Modifier and Type Class Description class
BookmarkNavigator
Deprecated.This view is no longer in use as of Eclipse 3.4. -
Uses of EventManager in org.eclipse.ui.views.contentoutline
Subclasses of EventManager in org.eclipse.ui.views.contentoutline Modifier and Type Class Description class
ContentOutline
Main class for the Content Outline View. -
Uses of EventManager in org.eclipse.ui.views.framelist
Subclasses of EventManager in org.eclipse.ui.views.framelist Modifier and Type Class Description class
BackAction
Generic "Back" action which goes back one frame,class
ForwardAction
Generic "Forward" action which goes forward one frame.class
FrameAction
Abstract superclass for actions dealing with frames or a frame list.class
FrameList
Supports a web-browser style of navigation by maintaining a list of frames.class
GoIntoAction
Generic "Go Into" action which goes to the frame for the current selection.class
UpAction
Generic "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.markers Modifier and Type Class Description class
MarkerSupportView
The MarkerSupportView is a view that supports the extensions in the markerSupport extension point.class
MarkerViewHandler
MarkerViewHandler is the abstract class of the handlers for theMarkerSupportView
-
Uses of EventManager in org.eclipse.ui.views.navigator
Subclasses of EventManager in org.eclipse.ui.views.navigator Modifier and Type Class Description class
CollapseAllAction
Deprecated.as of 3.5, use the Common Navigator Framework classes insteadclass
FilterSelectionAction
Deprecated.as of 3.5, use the Common Navigator Framework classes insteadclass
GotoResourceAction
Deprecated.as of 3.5, use the Common Navigator Framework classes insteadclass
ResourceNavigator
Deprecated.as of 3.5, use the Common Navigator Framework classes insteadclass
ResourceNavigatorAction
Deprecated.as of 3.5, use the Common Navigator Framework classes insteadclass
ResourceNavigatorMoveAction
Deprecated.as of 3.5, use the Common Navigator Framework classes insteadclass
ResourceNavigatorRenameAction
Deprecated.as of 3.5, use the Common Navigator Framework classes insteadclass
ShowInNavigatorAction
Deprecated.as of 3.5, use the Common Navigator Framework classes insteadclass
SortViewAction
Deprecated.as of 3.5, use the Common Navigator Framework classes insteadclass
ToggleLinkingAction
Deprecated.as of 3.5, use the Common Navigator Framework classes instead -
Uses of EventManager in org.eclipse.ui.views.properties
Subclasses of EventManager in org.eclipse.ui.views.properties Modifier and Type Class Description class
ComboBoxLabelProvider
AnILabelProvider
that assists in rendering labels forComboBoxPropertyDescriptors
.class
NewPropertySheetHandler
class
PinPropertySheetAction
Pins the properties view instance to the current selection.class
PropertyColumnLabelProvider
A 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.class
PropertySheet
Main class for the Property Sheet View.class
PropertySheetEntry
PropertySheetEntry
is an implementation ofIPropertySheetEntry
which usesIPropertySource
andIPropertyDescriptor
to interact with domain model objects.
-