Eclipse Platform
Release 3.0

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

Packages that use ActionFactory
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.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface.  
 

Uses of ActionFactory in org.eclipse.ui.actions
 

Fields in org.eclipse.ui.actions declared as ActionFactory
static ActionFactory ActionFactory.ABOUT
          Workbench action: Displays the About dialog.
static ActionFactory ActionFactory.ACTIVATE_EDITOR
          Workbench action (id "activateEditor"): Activate the most recently used editor.
static ActionFactory ActionFactory.BACK
          Workbench action (id "back"): Back.
static ActionFactory ActionFactory.BACKWARD_HISTORY
          Workbench action (id "backardHistory"): Backward in the navigation history.
static ActionFactory ActionFactory.CLOSE
          Workbench action (id "close"): Close the active editor.
static ActionFactory ActionFactory.CLOSE_ALL
          Workbench action (id "closeAll"): Close all open editors.
static ActionFactory ActionFactory.CLOSE_ALL_PERSPECTIVES
          Workbench action (id "closeAllPerspectives"): Closes all perspectives.
static ActionFactory ActionFactory.CLOSE_ALL_SAVED
          Workbench action (id "closeAllSaved"): Close all open editors except those with unsaved changes.
static ActionFactory ActionFactory.CLOSE_PERSPECTIVE
          Workbench action (id "closePerspective"): Closes the current perspective.
static ActionFactory ActionFactory.INTRO
          Workbench action (id "intro"): Activate the introduction extension.
static ActionFactory ActionFactory.COPY
          Workbench action (id "copy"): Copy.
static ActionFactory ActionFactory.CUT
          Workbench action (id "cut"): Cut.
static ActionFactory ActionFactory.DELETE
          Workbench action (id "delete"): Delete.
static ActionFactory ActionFactory.EDIT_ACTION_SETS
          Workbench action (id "editActionSets"): Edit the action sets.
static ActionFactory ActionFactory.EXPORT
          Workbench action (id "export"): Opens the export wizard.
static ActionFactory ActionFactory.FIND
          Workbench action (id "find"): Find.
static ActionFactory ActionFactory.FORWARD
          Workbench action (id "forward"): Forward.
static ActionFactory ActionFactory.FORWARD_HISTORY
          Workbench action (id "forwardHistory"): Forward in the navigation history.
static ActionFactory ActionFactory.GO_INTO
          Workbench action (id "goInto"): Go Into.
static ActionFactory ActionFactory.IMPORT
          Workbench action (id "import"): Opens the import wizard.
static ActionFactory ActionFactory.LOCK_TOOL_BAR
          Workbench action (id "lockToolBar"): Lock/unlock the workbench window tool bar.
static ActionFactory ActionFactory.MAXIMIZE
          Workbench action (id "maximize"): Maximize/restore the active part.
static ActionFactory ActionFactory.MOVE
          Workbench action (id "move"): Move.
static ActionFactory ActionFactory.NEW
          Workbench action (id "new"): Opens the new wizard.
static ActionFactory ActionFactory.NEXT
          Workbench action (id "next"): Next.
static ActionFactory ActionFactory.NEXT_EDITOR
          Workbench action (id "nextEditor"): Next editor.
static ActionFactory ActionFactory.NEXT_PART
          Workbench action (id "nextPart"): Next part.
static ActionFactory ActionFactory.NEXT_PERSPECTIVE
          Workbench action (id "nextPerspective"): Next perspective.
static ActionFactory ActionFactory.OPEN_NEW_WINDOW
          Workbench action (id "openNewWindow"): Open a new workbench window.
static ActionFactory ActionFactory.PASTE
          Workbench action (id "paste"): Paste.
static ActionFactory ActionFactory.PREFERENCES
          Workbench action (id "preferences"): Displays the Preferences dialog.
static ActionFactory ActionFactory.PREVIOUS
          Workbench action (id "previous"): Previous.
static ActionFactory ActionFactory.PREVIOUS_EDITOR
          Workbench action (id "previousEditor"): Previous editor.
static ActionFactory ActionFactory.PREVIOUS_PART
          Workbench action (id "previousPart"): Previous part.
static ActionFactory ActionFactory.PREVIOUS_PERSPECTIVE
          Workbench action (id "previousPerspective"): Previous perspective.
static ActionFactory ActionFactory.PRINT
          Workbench action (id "print"): Print.
static ActionFactory ActionFactory.PROPERTIES
          Workbench action (id "properties"): Properties.
static ActionFactory ActionFactory.QUIT
          Workbench action (id "quit"): Quit (close the workbench).
static ActionFactory ActionFactory.REDO
          Workbench action (id "redo"): Redo.
static ActionFactory ActionFactory.REFRESH
          Workbench action (id "refresh"): Refresh.
static ActionFactory ActionFactory.RENAME
          Workbench action (id "rename"): Rename.
static ActionFactory ActionFactory.RESET_PERSPECTIVE
          Workbench action (id "resetPerspective"): Resets the current perspective.
static ActionFactory ActionFactory.REVERT
          Workbench action (id "revert"): Revert.
static ActionFactory ActionFactory.SAVE
          Workbench action (id "save"): Save the active editor.
static ActionFactory ActionFactory.SAVE_ALL
          Workbench action (id "saveAll"): Save all open editors with unsaved changes.
static ActionFactory ActionFactory.SAVE_AS
          Workbench action (id "saveAs"): Save As for the active editor.
static ActionFactory ActionFactory.SAVE_PERSPECTIVE
          Workbench action (id "savePerspective"): Save the current perspective.
static ActionFactory ActionFactory.SELECT_ALL
          Workbench action (id "selectAll"): Select All.
static ActionFactory ActionFactory.SHOW_EDITOR
          Workbench action (id "showEditor"): Show/hide the editor area.
static ActionFactory ActionFactory.SHOW_OPEN_EDITORS
          Workbench action (id "showOpenEditors"): Show a list of open (and recently closed) editors.
static ActionFactory ActionFactory.SHOW_WORKBOOK_EDITORS
          Workbench action (id "showWorkbookEditors"): Shows a list of open editors in the current or last active workbook.
static ActionFactory ActionFactory.SHOW_PART_PANE_MENU
          Workbench action (id "showPartPaneMenu"): Show the part pane menu.
static ActionFactory ActionFactory.SHOW_VIEW_MENU
          Workbench action (id "showViewMenu"): Show the view menu.
static ActionFactory ActionFactory.UNDO
          Workbench action (id "undo"): Undo.
static ActionFactory ActionFactory.UP
          Workbench action (id "up"): Up.
static ActionFactory ActionFactory.HELP_CONTENTS
          Workbench action (id "helpContents"): Open the help contents.
 

Uses of ActionFactory in org.eclipse.ui.ide
 

Fields in org.eclipse.ui.ide declared as ActionFactory
static ActionFactory IDEActionFactory.ADD_TASK
          IDE-specific workbench action: Add task.
static ActionFactory IDEActionFactory.BOOKMARK
          IDE-specific workbench action: Add bookmark.
static ActionFactory IDEActionFactory.BUILD
          IDE-specific workbench action: Incremental build.
static ActionFactory IDEActionFactory.BUILD_CLEAN
          IDE-specific workbench action: Build clean This action maintains its enablement state.
static ActionFactory IDEActionFactory.BUILD_AUTOMATICALLY
          IDE-specific workbench action: Build automaticaly This action maintains its enablement state.
static ActionFactory IDEActionFactory.BUILD_PROJECT
          IDE-specific workbench action: Incremental build.
static ActionFactory IDEActionFactory.CLOSE_PROJECT
          IDE-specific workbench action: Close project.
static ActionFactory IDEActionFactory.NEW_WIZARD_DROP_DOWN
          IDE-specific workbench action: Opens the "new" wizard drop down.
static ActionFactory IDEActionFactory.OPEN_PROJECT
          IDE-specific workbench action: Open project.
static ActionFactory IDEActionFactory.OPEN_WORKSPACE
          IDE-specific workbench action: Open workspace.
static ActionFactory IDEActionFactory.OPEN_PROJECT_PROPERTIES
          IDE-specific workbench action: Open project properties.
static ActionFactory IDEActionFactory.QUICK_START
          Deprecated. the IDE now uses the new intro mechanism
static ActionFactory IDEActionFactory.REBUILD_ALL
          IDE-specific workbench action: Full build.
static ActionFactory IDEActionFactory.REBUILD_PROJECT
          IDE-specific workbench action: Rebuild project.
static ActionFactory IDEActionFactory.TIPS_AND_TRICKS
          IDE-specific workbench action: Tips and tricks.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.