Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.ui.actions.ActionFactory.IWorkbenchAction

Packages that use ActionFactory.IWorkbenchAction
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.operations Classes that provide the basic workbench UI support for undo and redo of operations. 
 

Uses of ActionFactory.IWorkbenchAction in org.eclipse.ui.actions
 

Classes in org.eclipse.ui.actions that implement ActionFactory.IWorkbenchAction
 class ExportResourcesAction
          Action representing a generic export operation.
 class GlobalBuildAction
          Standard action for full and incremental builds of all projects within the workspace.
 class ImportResourcesAction
          Action representing a generic import operation.
 class LabelRetargetAction
          A LabelRetargetAction extends the behavior of RetargetAction.
 class NewWizardAction
          Invoke the resource creation wizard selection Wizard.
 class NewWizardDropDownAction
          Action which, when run, will open the new wizard dialog.
 class OpenInNewWindowAction
          Opens a new window.
 class QuickStartAction
          Deprecated. the IDE now uses the new intro mechanism
 class RetargetAction
          A RetargetAction tracks the active part in the workbench.
 

Methods in org.eclipse.ui.actions that return ActionFactory.IWorkbenchAction
abstract   ActionFactory.IWorkbenchAction ActionFactory. create ( IWorkbenchWindow window)
          Creates a new standard action for the given workbench window.
 

Methods in org.eclipse.ui.actions with parameters of type ActionFactory.IWorkbenchAction
static void ActionFactory. linkCycleActionPair ( ActionFactory.IWorkbenchAction next, ActionFactory.IWorkbenchAction previous)
          Establishes bi-direction connections between the forward and backward actions of a cycle pair.
 

Constructors in org.eclipse.ui.actions with parameters of type ActionFactory.IWorkbenchAction
NewWizardDropDownAction ( IWorkbenchWindow window, ActionFactory.IWorkbenchAction showDlgAction, IContributionItem newWizardMenu)
          Create a new NewWizardDropDownAction.
 

Uses of ActionFactory.IWorkbenchAction in org.eclipse.ui.operations
 

Classes in org.eclipse.ui.operations that implement ActionFactory.IWorkbenchAction
 class OperationHistoryActionHandler
           OperationHistoryActionHandler implements common behavior for the undo and redo actions.
 class RedoActionHandler
           RedoActionHandler provides common behavior for redoing an operation, as well as labelling and enabling the menu item.
 class UndoActionHandler
           UndoActionHandler provides common behavior for performing an undo, as well as labelling and enabling the undo menu item.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire