Package | Description |
---|---|
org.eclipse.core.commands |
Application programming interfaces for commands and handlers.
|
org.eclipse.debug.ui.actions |
Provides a set of actions related to running and debugging applications. |
org.eclipse.jface.commands |
Provides JFace-specific support for commands.
|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings.
|
org.eclipse.ui.editors.text |
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.
|
org.eclipse.ui.handlers |
Provides support for integrating handlers into the Eclipse workbench.
|
org.eclipse.ui.views.markers |
Utility classes for working with markers in views
|
org.eclipse.ui.views.properties |
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandler
This class is a partial implementation of
IHandler . |
class |
AbstractHandlerWithState
An abstract implementation of
IObjectWithState . |
Modifier and Type | Class and Description |
---|---|
class |
DebugCommandHandler
Abstract base class for re-targeting command framework handlers, which
delegate execution to
IDebugCommandHandler
handlers. |
Modifier and Type | Class and Description |
---|---|
class |
ActionHandler
This class adapts instances of
IAction to IHandler . |
Modifier and Type | Class and Description |
---|---|
class |
MergeActionHandler
An abstract superclass that enables models to create handlers
for the basic merge operations (merge, overwrite and mark-as-merged).
|
Modifier and Type | Class and Description |
---|---|
class |
FileBufferOperationHandler
Operation handler for a file buffer.
|
Modifier and Type | Class and Description |
---|---|
class |
CollapseAllHandler
Collapse a tree viewer.
|
class |
ExpandAllHandler
Expand a tree viewer.
|
class |
ShowPerspectiveHandler
Shows the given perspective.
|
class |
ShowViewHandler
Shows the given view.
|
Modifier and Type | Class and Description |
---|---|
class |
MarkerViewHandler
MarkerViewHandler is the abstract class of the handlers for the
MarkerSupportView |
Modifier and Type | Class and Description |
---|---|
class |
NewPropertySheetHandler |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.