|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.ide.IDEActionFactory
Access to standard actions provided by the IDE workbench (including those of the generic workbench).
The functionality of this class is provided by static fields. Example usage:
MenuManager menu = ...; ActionFactory.IWorkbenchAction closeProjectAction = IDEActionFactory.CLOSE_PROJECT.create(window); menu.add(closeProjectAction);
Field Summary | |
---|---|
static ActionFactory |
ADD_TASK
IDE-specific workbench action: Add task. |
static ActionFactory |
BOOKMARK
IDE-specific workbench action: Add bookmark. |
static ActionFactory |
BUILD
IDE-specific workbench action: Incremental build. |
static ActionFactory |
BUILD_AUTOMATICALLY
IDE-specific workbench action: Build automaticaly This action maintains its enablement state. |
static ActionFactory |
BUILD_CLEAN
IDE-specific workbench action: Build clean This action maintains its enablement state. |
static ActionFactory |
BUILD_PROJECT
IDE-specific workbench action: Incremental build. |
static ActionFactory |
CLOSE_PROJECT
IDE-specific workbench action: Close project. |
static ActionFactory |
NEW_WIZARD_DROP_DOWN
IDE-specific workbench action: Opens the "new" wizard drop down, including resource-specific items for Project... and Example... |
static ActionFactory |
OPEN_PROJECT
IDE-specific workbench action: Open project. |
static ActionFactory |
OPEN_PROJECT_PROPERTIES
IDE-specific workbench action: Open project properties. |
static ActionFactory |
OPEN_WORKSPACE
IDE-specific workbench action: Open workspace. |
static ActionFactory |
QUICK_START
Deprecated. the IDE now uses the new intro mechanism |
static ActionFactory |
REBUILD_ALL
Deprecated. as of 3.0, this action no longer appears in the UI (was deprecated in 3.1) |
static ActionFactory |
REBUILD_PROJECT
Deprecated. as of 3.0, this action no longer appears in the UI (was deprecated in 3.1) |
static ActionFactory |
TIPS_AND_TRICKS
IDE-specific workbench action: Tips and tricks. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final ActionFactory ADD_TASK
RetargetAction
with
id "addTask". This action maintains its enablement state.
public static final ActionFactory BOOKMARK
RetargetAction
with
id "bookmark". This action maintains its enablement state.
public static final ActionFactory BUILD
public static final ActionFactory BUILD_CLEAN
public static final ActionFactory BUILD_AUTOMATICALLY
public static final ActionFactory BUILD_PROJECT
RetargetAction
with
id "buildProject". This action maintains its enablement state.
public static final ActionFactory CLOSE_PROJECT
RetargetAction
with
id "closeProject". This action maintains its enablement state.
public static final ActionFactory NEW_WIZARD_DROP_DOWN
public static final ActionFactory OPEN_PROJECT
RetargetAction
with
id "openProject". This action maintains its enablement state.
public static final ActionFactory OPEN_WORKSPACE
public static final ActionFactory OPEN_PROJECT_PROPERTIES
public static final ActionFactory QUICK_START
public static final ActionFactory REBUILD_ALL
public static final ActionFactory REBUILD_PROJECT
RetargetAction
with
id "rebuildProject". This action maintains its enablement state.
public static final ActionFactory TIPS_AND_TRICKS
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.