Uses of Interface
org.eclipse.core.commands.IHandler
-
Packages that use IHandler 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.jface.text.contentassist Provides a content assist add-on for anITextViewer.org.eclipse.jface.text.quickassist This package provides the quick assist assistant add-on for anISourceViewer.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBufferand others directly handlingIFileandIStorageas editor input.org.eclipse.ui.handlers Provides support for integrating handlers into the Eclipse workbench.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.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. -
-
Uses of IHandler in org.eclipse.core.commands
Subinterfaces of IHandler in org.eclipse.core.commands Modifier and Type Interface Description interfaceIHandler2Extend the IHandler interface to provide some context for isEnabled() requests.Classes in org.eclipse.core.commands that implement IHandler Modifier and Type Class Description classAbstractHandlerThis class is a partial implementation ofIHandler.classAbstractHandlerWithStateAn abstract implementation ofIObjectWithState.Methods in org.eclipse.core.commands that return IHandler Modifier and Type Method Description IHandlerCommand. getHandler()Returns the current handler for this command.IHandlerHandlerEvent. getHandler()Returns the instance of the interface that changed.Methods in org.eclipse.core.commands with parameters of type IHandler Modifier and Type Method Description booleanCommand. setHandler(IHandler handler)Changes the handler for this command.voidCommandManager. setHelpContextId(IHandler handler, String helpContextId)Sets the help context identifier to associate with a particular handler.Constructors in org.eclipse.core.commands with parameters of type IHandler Constructor Description HandlerEvent(IHandler handler, boolean enabledChanged, boolean handledChanged)Creates a new instance of this class. -
Uses of IHandler in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IHandler Modifier and Type Class Description classDebugCommandHandlerAbstract base class for re-targeting command framework handlers, which delegate execution toIDebugCommandHandlerhandlers. -
Uses of IHandler in org.eclipse.jface.commands
Classes in org.eclipse.jface.commands that implement IHandler Modifier and Type Class Description classActionHandlerThis class adapts instances ofIActiontoIHandler. -
Uses of IHandler in org.eclipse.jface.text.contentassist
Methods in org.eclipse.jface.text.contentassist that return IHandler Modifier and Type Method Description IHandlerContentAssistant. getHandler(String commandId)Returns the handler for the given command identifier.IHandlerIContentAssistantExtension4. getHandler(String commandId)Returns the handler for the given command identifier.Methods in org.eclipse.jface.text.contentassist with parameters of type IHandler Modifier and Type Method Description protected voidContentAssistant. registerHandler(String commandId, IHandler handler)Registers the given handler under the given command identifier. -
Uses of IHandler in org.eclipse.jface.text.quickassist
Methods in org.eclipse.jface.text.quickassist that return IHandler Modifier and Type Method Description IHandlerIQuickAssistAssistantExtension. getHandler(String commandId)Returns the handler for the given command identifier.IHandlerQuickAssistAssistant. getHandler(String commandId)Returns the handler for the given command identifier. -
Uses of IHandler in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source that return IHandler Modifier and Type Method Description IHandlerContentAssistantFacade. getHandler(String commandId)Returns the handler for the given command identifier. -
Uses of IHandler in org.eclipse.team.ui.mapping
Classes in org.eclipse.team.ui.mapping that implement IHandler Modifier and Type Class Description classMergeActionHandlerAn abstract superclass that enables models to create handlers for the basic merge operations (merge, overwrite and mark-as-merged).Methods in org.eclipse.team.ui.mapping that return IHandler Modifier and Type Method Description static IHandlerMergeActionHandler. getDefaultHandler(String mergeActionId, ISynchronizePageConfiguration configuration)Return an instance of the default handler for the given merge action id.Methods in org.eclipse.team.ui.mapping with parameters of type IHandler Modifier and Type Method Description protected voidSynchronizationActionProvider. 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. -
Uses of IHandler in org.eclipse.ui.commands
Classes in org.eclipse.ui.commands that implement IHandler Modifier and Type Class Description classAbstractHandlerDeprecated.Please use the "org.eclipse.core.commands" plug-in instead.classActionHandlerDeprecated.Please use the "org.eclipse.core.commands" plug-in instead.Methods in org.eclipse.ui.commands with parameters of type IHandler Modifier and Type Method Description voidICommandService. setHelpContextId(IHandler handler, String helpContextId)Sets the help context identifier to associate with a particular handler. -
Uses of IHandler in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement IHandler Modifier and Type Class Description classFileBufferOperationHandlerOperation handler for a file buffer. -
Uses of IHandler in org.eclipse.ui.handlers
Classes in org.eclipse.ui.handlers that implement IHandler Modifier and Type Class Description classCollapseAllHandlerCollapse a tree viewer.classExpandAllHandlerExpand a tree viewer.classShowPerspectiveHandlerShows the given perspective.classShowViewHandlerShows the given view.Methods in org.eclipse.ui.handlers that return IHandler Modifier and Type Method Description IHandlerIHandlerActivation. getHandler()Returns the handler that should be activated.Methods in org.eclipse.ui.handlers with parameters of type IHandler Modifier and Type Method Description IHandlerActivationIHandlerService. activateHandler(String commandId, IHandler handler)Activates the given handler within the context of this service.IHandlerActivationIHandlerService. activateHandler(String commandId, IHandler handler, Expression expression)Activates the given handler within the context of this service.IHandlerActivationIHandlerService. activateHandler(String commandId, IHandler handler, Expression expression, boolean global)Activates the given handler within the context of this service.IHandlerActivationIHandlerService. activateHandler(String commandId, IHandler handler, Expression expression, int sourcePriorities)Deprecated.voidIHandlerService. setHelpContextId(IHandler handler, String helpContextId)Sets the help context identifier to associate with a particular handler. -
Uses of IHandler in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IHandler Modifier and Type Class Description classTextZoomInHandlerclassTextZoomOutHandler -
Uses of IHandler in org.eclipse.ui.views.markers
Classes in org.eclipse.ui.views.markers that implement IHandler Modifier and Type Class Description classMarkerViewHandlerMarkerViewHandler is the abstract class of the handlers for theMarkerSupportView -
Uses of IHandler in org.eclipse.ui.views.properties
Classes in org.eclipse.ui.views.properties that implement IHandler Modifier and Type Class Description classNewPropertySheetHandler
-