Eclipse Platform
2.0

Uses of Class
org.eclipse.ui.actions.WorkspaceAction

Packages that use WorkspaceAction
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.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. 
 

Uses of WorkspaceAction in org.eclipse.ui.actions
 

Subclasses of WorkspaceAction in org.eclipse.ui.actions
 class BuildAction
          Standard actions for full and incremental builds of the selected project(s).
 class CloseResourceAction
          Standard action for closing the currently selected project(s)
 class OpenResourceAction
          Standard action for opening the currently selected project(s).
 class RefreshAction
          Standard action for refreshing the workspace from the local file system for the selected resources and all of their descendents.
 class RenameResourceAction
          Standard action for renaming the selected resources.
 class ScrubLocalAction
          Standard action for scrubbing the local content in the local file system of the selected resources and all of their descendents.
 

Uses of WorkspaceAction in org.eclipse.ui.views.navigator
 

Subclasses of WorkspaceAction in org.eclipse.ui.views.navigator
 class ResourceNavigatorRenameAction
          The ResourceNavigatorRenameAction is the rename action used by the ResourceNavigator that also allows updating after rename.
 


Eclipse Platform
2.0

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