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 |
AbstractHandler
This class is a partial implementation of
IHandler . |
class |
AbstractHandlerWithState
An abstract implementation of
IObjectWithState . |
Modifier and Type | Method and Description |
---|---|
IHandler |
HandlerEvent.getHandler()
Returns the instance of the interface that changed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Command.setHandler(IHandler handler)
Changes the handler for this command.
|
void |
CommandManager.setHelpContextId(IHandler handler,
String helpContextId)
Sets the help context identifier to associate with a particular handler.
|
Constructor and Description |
---|
HandlerEvent(IHandler handler,
boolean enabledChanged,
boolean handledChanged)
Creates a new instance of this class.
|
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 | Method and Description |
---|---|
static IHandler |
MergeActionHandler.getDefaultHandler(String mergeActionId,
ISynchronizePageConfiguration configuration)
Return an instance of the default handler for the given merge action id.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SynchronizationActionProvider.registerHandler(String actionId,
IHandler handler)
Register the handler as the handler for the given action id when
a merge action is performed on elements that match this groups
enablement.
|
Modifier and Type | Method and Description |
---|---|
void |
ICommandService.setHelpContextId(IHandler handler,
String helpContextId)
Sets the help context identifier to associate with a particular handler.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IHandler |
IHandlerActivation.getHandler()
Returns the handler that should be activated.
|
Modifier and Type | Method and Description |
---|---|
IHandlerActivation |
IHandlerService.activateHandler(String commandId,
IHandler handler)
Activates the given handler within the context of this service.
|
IHandlerActivation |
IHandlerService.activateHandler(String commandId,
IHandler handler,
Expression expression)
Activates the given handler within the context of this service.
|
IHandlerActivation |
IHandlerService.activateHandler(String commandId,
IHandler handler,
Expression expression,
boolean global)
Activates the given handler within the context of this service.
|
IHandlerActivation |
IHandlerService.activateHandler(String commandId,
IHandler handler,
Expression expression,
int sourcePriorities)
Deprecated.
|
void |
IHandlerService.setHelpContextId(IHandler handler,
String helpContextId)
Sets the help context identifier to associate with a particular handler.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.