Uses of Interface
org.eclipse.ui.IWorkbenchWindowActionDelegate
Packages that use IWorkbenchWindowActionDelegate
Package
Description
Provides a set of actions related to running and debugging applications.
Provides an implementation of IWorkbenchWindowActionDelegate
for opening a URL in a browser.
Application programming interface to implement a wizard based user interface for refactorings.
Application programming interface to actions related to the refactoring history.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IWorkbenchWindowActionDelegate in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IWorkbenchWindowActionDelegateModifier and TypeClassDescriptionclass
Abstract implementation of an action that displays a drop-down launch history for a specific launch group.class
A launch history action that also includes launch shortcut actions (run/debug as), and an action to open the launch configuration dialog.class
Deprecated.The use of perspective based launch shortcuts has been deprecated in the 3.1 release.class
A cascading sub-menu that shows all launch shortcuts pertinent to a selection.class
Opens the launch configuration dialog in the context of a launch group.class
Re-launches the last launch. -
Uses of IWorkbenchWindowActionDelegate in org.eclipse.help.ui.browser
Classes in org.eclipse.help.ui.browser that implement IWorkbenchWindowActionDelegate -
Uses of IWorkbenchWindowActionDelegate in org.eclipse.help.ui.internal
Classes in org.eclipse.help.ui.internal that implement IWorkbenchWindowActionDelegate -
Uses of IWorkbenchWindowActionDelegate in org.eclipse.ltk.internal.ui.refactoring
Classes in org.eclipse.ltk.internal.ui.refactoring that implement IWorkbenchWindowActionDelegateModifier and TypeClassDescriptionclass
org.eclipse.ltk.internal.ui.refactoring.UndoManagerAction
-
Uses of IWorkbenchWindowActionDelegate in org.eclipse.ltk.ui.refactoring
Classes in org.eclipse.ltk.ui.refactoring that implement IWorkbenchWindowActionDelegateModifier and TypeClassDescriptionclass
Deprecated.This action is now longer needed.class
Deprecated.This action is now longer needed. -
Uses of IWorkbenchWindowActionDelegate in org.eclipse.ltk.ui.refactoring.actions
Classes in org.eclipse.ltk.ui.refactoring.actions that implement IWorkbenchWindowActionDelegateModifier and TypeClassDescriptionfinal class
Action to apply a refactoring script to the workspace.final class
Action to open the dialog to create a refactoring script from the refactoring history.final class
Action to show the global refactoring history. -
Uses of IWorkbenchWindowActionDelegate in org.eclipse.ui
Subinterfaces of IWorkbenchWindowActionDelegate in org.eclipse.uiModifier and TypeInterfaceDescriptioninterface
Interface for a pulldown action that is contributed into the workbench window tool bar.interface
Extension of IWorkbenchWindowPulldownDelegate that allows the delegate dropdown menu to be a child of a Menu item. -
Uses of IWorkbenchWindowActionDelegate in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement IWorkbenchWindowActionDelegate -
Uses of IWorkbenchWindowActionDelegate in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IWorkbenchWindowActionDelegateModifier and TypeClassDescriptionclass
Goes to last edit position.class
Goes to next edit position, ie travels forward in the edit position history Acts as a complement to GotoLastEditPositionAction which travels backward in the history.