Eclipse Platform
2.0

Uses of Package
org.eclipse.jface.action

Packages that use org.eclipse.jface.action
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
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.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
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. 
 

Classes in org.eclipse.jface.action used by org.eclipse.compare
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.action
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 of IContributionManager.
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
          The IMenuManager interface provides protocol for managing contributions to a menu bar and its sub menus.
IStatusLineManager
          The IStatusLineManager interface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line.
IToolBarManager
          The IToolBarManager interface provides protocol for managing contributions to a tool bar.
SubContributionManager
          A SubContributionManager is used to define a set of contribution items within a parent manager.
 

Classes in org.eclipse.jface.action used by org.eclipse.ui.actions
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.
 

Classes in org.eclipse.jface.action used by org.eclipse.ui.dialogs
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
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.
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.texteditor
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.
IMenuListener
          A menu listener that gets informed when a menu is about to show.
 

Classes in org.eclipse.jface.action used by org.eclipse.ui.views.framelist
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
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.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.