Package | Description |
---|---|
org.eclipse.core.commands |
Application programming interfaces for commands and handlers.
|
org.eclipse.jface.commands |
Provides JFace-specific support for commands.
|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings
Package Specification
This package specifies the API for working with resources mappings.
|
org.eclipse.ui.commands | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandlerWithState
An abstract implementation of
IObjectWithState . |
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 |
AbstractHandler
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
Modifier and Type | Class and Description |
---|---|
class |
FileBufferOperationHandler
Operation handler for a file buffer.
|
Modifier and Type | Class and Description |
---|---|
class |
ShowPerspectiveHandler
Shows the given perspective.
|
class |
ShowViewHandler
Shows the given view.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.