Uses of Package
org.eclipse.jface.action
-
Packages that use org.eclipse.jface.action Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side.org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data.org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view.org.eclipse.help.ui.browser Provides an implementation of IWorkbenchWindowActionDelegate for opening a URL in a browser.org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.org.eclipse.jface.commands Provides JFace-specific support for commands.org.eclipse.jface.dialogs Provides support for dialogs.org.eclipse.jface.preference Provides a framework for preferences.org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.window Provides a general framework for creating and managing windows.org.eclipse.ltk.ui.refactoring Application programming interface to implement a wizard based user interface for refactorings.org.eclipse.ltk.ui.refactoring.actions Application programming interface to actions related to the refactoring history.org.eclipse.ltk.ui.refactoring.model Application programming interface to provide model integration for refactoring histories.org.eclipse.search.ui Classes and interface required to contribute search dialog pages and search result view pages.org.eclipse.search.ui.actions Search actionsorg.eclipse.search.ui.text Provides the base classes to implement a search result view part for searches with textual matches.org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.history Application programming interfaces for working with history.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.org.eclipse.ui.cheatsheets Provides support for working with cheat sheets.org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench.org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console.org.eclipse.ui.console.actions Application programming interfaces for Eclipse console specific actions.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBuffer
and others directly handlingIFile
andIStorage
as editor input.org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts.org.eclipse.ui.help Classes for integration with the help support system in the Eclipse Platform User Interface.org.eclipse.ui.internal.actions org.eclipse.ui.internal.menus org.eclipse.ui.menus Provides the public API and default implementation for contributing menu and toolbars to the menu service.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension.org.eclipse.ui.operations Classes that provide the basic workbench UI support for undo and redo of operations.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferencesorg.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.texteditor.quickdiff Provides interfaces to for theorg.eclipse.ui.editors.quickDiffReferenceProvider
extension point and adds an action to enable quick diff display for an editor.org.eclipse.ui.views.framelist Provides support for a web-browser style of navigation within a view by maintaining a list of frames.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection.org.eclipse.unittest.ui -
Classes in org.eclipse.jface.action used by org.eclipse.compare Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.IAction An action represents the non-UI side of a command which can be triggered by the end user.MenuManager A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu.ToolBarManager A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control. -
Classes in org.eclipse.jface.action used by org.eclipse.compare.contentmergeviewer Class Description IToolBarManager TheIToolBarManager
interface provides protocol for managing contributions to a tool bar.ToolBarManager A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control. -
Classes in org.eclipse.jface.action used by org.eclipse.compare.structuremergeviewer Class Description IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.ToolBarManager A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control. -
Classes in org.eclipse.jface.action used by org.eclipse.debug.ui Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.IToolBarManager TheIToolBarManager
interface provides protocol for managing contributions to a tool bar. -
Classes in org.eclipse.jface.action used by org.eclipse.debug.ui.actions Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.ContributionItem An abstract base implementation for contribution items.IAction An action represents the non-UI side of a command which can be triggered by the end user.IContributionItem A contribution item represents a contribution to a shared UI resource such as a menu or tool bar.IMenuCreator Interface for something that creates and disposes of SWT menus.IMenuListener A menu listener that gets informed when a menu is about to show.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus. -
Classes in org.eclipse.jface.action used by org.eclipse.debug.ui.memory Class Description IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.MenuManager A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu. -
Classes in org.eclipse.jface.action used by org.eclipse.help.ui.browser Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.jface.action Class Description AbstractAction Some common functionality to share between implementations ofIAction
.AbstractGroupMarker Abstract superclass for group marker classes.ContributionItem An abstract base implementation for contribution items.ContributionManager Abstract base class for all contribution managers, and standard implementation ofIContributionManager
.ExternalActionManager A manager for a callback facility which is capable of querying external interfaces for additional information about actions and action contribution items.ExternalActionManager.IActiveChecker Defines a callback mechanism for developer who wish to further control the visibility of legacy action-based contribution items.ExternalActionManager.IBindingManagerCallback A callback which communicates with the applications binding manager.ExternalActionManager.ICallback A callback mechanism for some external tool to communicate extra information to actions and action contribution items.ExternalActionManager.IExecuteApplicable An overridable mechanism to filter certain IActions from the execution bridge.ExternalActionManager.IExecuteCallback A callback for executing execution events.IAction An action represents the non-UI side of a command which can be triggered by the end user.IContributionItem A contribution item represents a contribution to a shared UI resource such as a menu or tool bar.IContributionManager A contribution manager organizes contributions to such UI components as menus, toolbars and status lines.IContributionManagerOverrides This interface is used by instances ofIContributionItem
to determine if the values for certain properties have been overriden by their manager.ICoolBarManager TheICoolBarManager
interface provides protocol for managing contributions to a cool bar.IMenuCreator Interface for something that creates and disposes of SWT menus.IMenuListener A menu listener that gets informed when a menu is about to show.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.IStatusLineManager TheIStatusLineManager
interface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line.IToolBarManager TheIToolBarManager
interface provides protocol for managing contributions to a tool bar.MenuManager A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu.SubContributionItem ASubContributionItem
is a wrapper for anIContributionItem
.SubContributionManager ASubContributionManager
is used to define a set of contribution items within a parent manager.SubMenuManager ASubMenuManager
is used to define a set of contribution items within a parent manager. -
Classes in org.eclipse.jface.action used by org.eclipse.jface.commands Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.jface.dialogs Class Description IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus. -
Classes in org.eclipse.jface.action used by org.eclipse.jface.preference Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.jface.text Class Description ToolBarManager A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control. -
Classes in org.eclipse.jface.action used by org.eclipse.jface.window Class Description CoolBarManager A cool bar manager is a contribution manager which realizes itself and its items in a cool bar control.ICoolBarManager TheICoolBarManager
interface provides protocol for managing contributions to a cool bar.IToolBarManager TheIToolBarManager
interface provides protocol for managing contributions to a tool bar.MenuManager A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu.StatusLineManager A status line manager is a contribution manager which realizes itself and its items in a status line control.ToolBarManager A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control. -
Classes in org.eclipse.jface.action used by org.eclipse.ltk.ui.refactoring Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.ltk.ui.refactoring.actions Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.ltk.ui.refactoring.model Class Description IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus. -
Classes in org.eclipse.jface.action used by org.eclipse.search.ui Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus. -
Classes in org.eclipse.jface.action used by org.eclipse.search.ui.actions Class Description IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus. -
Classes in org.eclipse.jface.action used by org.eclipse.search.ui.text Class Description IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.IToolBarManager TheIToolBarManager
interface provides protocol for managing contributions to a tool bar. -
Classes in org.eclipse.jface.action used by org.eclipse.team.ui Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user.IToolBarManager TheIToolBarManager
interface provides protocol for managing contributions to a tool bar.ToolBarManager A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control. -
Classes in org.eclipse.jface.action used by org.eclipse.team.ui.history Class Description IToolBarManager TheIToolBarManager
interface provides protocol for managing contributions to a tool bar.ToolBarManager A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control. -
Classes in org.eclipse.jface.action used by org.eclipse.team.ui.mapping Class Description IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus. -
Classes in org.eclipse.jface.action used by org.eclipse.team.ui.synchronize Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.IAction An action represents the non-UI side of a command which can be triggered by the end user.IContributionItem A contribution item represents a contribution to a shared UI resource such as a menu or tool bar.IContributionManager A contribution manager organizes contributions to such UI components as menus, toolbars and status lines.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.IToolBarManager TheIToolBarManager
interface provides protocol for managing contributions to a tool bar.MenuManager A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu.ToolBarManager A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control. -
Classes in org.eclipse.jface.action used by org.eclipse.ui Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user.ICoolBarManager TheICoolBarManager
interface provides protocol for managing contributions to a cool bar.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.IStatusLineManager TheIStatusLineManager
interface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line.IToolBarManager TheIToolBarManager
interface provides protocol for managing contributions to a tool bar.MenuManager A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu.SubCoolBarManager ASubCoolBarManager
monitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.SubMenuManager ASubMenuManager
is used to define a set of contribution items within a parent manager.SubToolBarManager ASubToolBarManager
monitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.actions Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.ContributionItem An abstract base implementation for contribution items.IAction An action represents the non-UI side of a command which can be triggered by the end user.IContributionItem A contribution item represents a contribution to a shared UI resource such as a menu or tool bar.IContributionManager A contribution manager organizes contributions to such UI components as menus, toolbars and status lines.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.application Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user.ICoolBarManager TheICoolBarManager
interface provides protocol for managing contributions to a cool bar.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.IStatusLineManager TheIStatusLineManager
interface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.cheatsheets Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.commands Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.console Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.IToolBarManager TheIToolBarManager
interface provides protocol for managing contributions to a tool bar. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.console.actions Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.dialogs Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.IAction An action represents the non-UI side of a command which can be triggered by the end user.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.ToolBarManager A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.editors.text Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.IAction An action represents the non-UI side of a command which can be triggered by the end user.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.forms.widgets Class Description IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.IToolBarManager TheIToolBarManager
interface provides protocol for managing contributions to a tool bar. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.help Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.internal.actions Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.internal.menus Class Description ContributionItem An abstract base implementation for contribution items.ControlContribution An abstract contribution item implementation for adding an arbitrary SWT control to a tool bar.IContributionItem A contribution item represents a contribution to a shared UI resource such as a menu or tool bar. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.menus Class Description ContributionItem An abstract base implementation for contribution items.ContributionManager Abstract base class for all contribution managers, and standard implementation ofIContributionManager
.ControlContribution An abstract contribution item implementation for adding an arbitrary SWT control to a tool bar.IContributionItem A contribution item represents a contribution to a shared UI resource such as a menu or tool bar.IContributionManager A contribution manager organizes contributions to such UI components as menus, toolbars and status lines. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.navigator Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.MenuManager A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.navigator.resources Class Description IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.operations Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.part Class Description AbstractGroupMarker Abstract superclass for group marker classes.ContributionItem An abstract base implementation for contribution items.GroupMarker A group marker is a special kind of contribution item denoting the beginning of a group.IAction An action represents the non-UI side of a command which can be triggered by the end user.IContributionItem A contribution item represents a contribution to a shared UI resource such as a menu or tool bar.ICoolBarManager TheICoolBarManager
interface provides protocol for managing contributions to a cool bar.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.IStatusLineManager TheIStatusLineManager
interface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line.IToolBarManager TheIToolBarManager
interface provides protocol for managing contributions to a tool bar.MenuManager A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.preferences Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.texteditor Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.ContributionItem An abstract base implementation for contribution items.IAction An action represents the non-UI side of a command which can be triggered by the end user.IContributionItem A contribution item represents a contribution to a shared UI resource such as a menu or tool bar.IMenuCreator Interface for something that creates and disposes of SWT menus.IMenuListener A menu listener that gets informed when a menu is about to show.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.IStatusLineManager TheIStatusLineManager
interface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.texteditor.quickdiff Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.views.framelist Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.IAction An action represents the non-UI side of a command which can be triggered by the end user. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.views.navigator Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.IAction An action represents the non-UI side of a command which can be triggered by the end user.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus. -
Classes in org.eclipse.jface.action used by org.eclipse.ui.views.properties Class Description AbstractAction Some common functionality to share between implementations ofIAction
.Action The standard abstract implementation of an action.IAction An action represents the non-UI side of a command which can be triggered by the end user.IMenuManager TheIMenuManager
interface provides protocol for managing contributions to a menu bar and its sub menus.IStatusLineManager TheIStatusLineManager
interface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line.IToolBarManager TheIToolBarManager
interface provides protocol for managing contributions to a tool bar. -
Classes in org.eclipse.jface.action used by org.eclipse.unittest.ui Class Description IAction An action represents the non-UI side of a command which can be triggered by the end user.