public final class IDEActionFactory extends Object
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);
Modifier and Type | Field and Description |
---|---|
static ActionFactory |
ADD_TASK
IDE-specific workbench action (id: "addTask", commandId: "org.eclipse.ui.edit.addTask"): Add task.
|
static ActionFactory |
BOOKMARK
IDE-specific workbench action (id: "bookmark", commandId: "org.eclipse.ui.edit.addBookmark"): Add bookmark.
|
static ActionFactory |
BUILD
IDE-specific workbench action (id: "build", commandId: "org.eclipse.ui.project.buildAll"):
Incremental build.
|
static ActionFactory |
BUILD_AUTOMATICALLY
IDE-specific workbench action (id: "buildAutomatically"): Build automatically.
|
static ActionFactory |
BUILD_CLEAN
IDE-specific workbench action (id: "buildClean"): Build clean.
|
static ActionFactory |
BUILD_PROJECT
IDE-specific workbench action (id: "buildProject", commandId: "org.eclipse.ui.project.buildProject"):
Incremental build.
|
static ActionFactory |
CLOSE_PROJECT
IDE-specific workbench action (id: "closeProject", commandId: "org.eclipse.ui.project.closeProject"):
Close project.
|
static ActionFactory |
CLOSE_UNRELATED_PROJECTS
IDE-specific workbench action (id: "closeUnrelatedProjects", commandId: "org.eclipse.ui.project.closeUnrelatedProjects"):
Close unrelated projects.
|
static ActionFactory |
NEW_WIZARD_DROP_DOWN
IDE-specific workbench action (id: "newWizardDropDown"): Opens the "new" wizard drop down, including
resource-specific items for Project... and Example...
|
static ActionFactory |
OPEN_PROJECT
IDE-specific workbench action (id: "openProject", commandId: "org.eclipse.ui.project.openProject"):
Open project.
|
static ActionFactory |
OPEN_PROJECT_PROPERTIES
IDE-specific workbench action (id: "projectProperties"): Open project properties.
|
static ActionFactory |
OPEN_WORKSPACE
IDE-specific workbench action (id: "openWorkspace"): 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 (id: "tipsAndTricks", commandId: "org.eclipse.ui.help.tipsAndTricksAction"):
Tips and tricks.
|
public static final ActionFactory ADD_TASK
RetargetAction
. This action maintains its enablement state.public static final ActionFactory BOOKMARK
RetargetAction
. 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
. This action maintains its enablement state.public static final ActionFactory CLOSE_PROJECT
RetargetAction
. This action maintains its enablement state.public static final ActionFactory CLOSE_UNRELATED_PROJECTS
This action closes all projects that are unrelated to the selected projects. A project is unrelated if it is not directly or transitively referenced by one of the selected projects, and does not directly or transitively reference one of the selected projects.
This action is aRetargetAction
with
id "closeUnrelatedProjects". This action maintains its enablement state.public static final ActionFactory NEW_WIZARD_DROP_DOWN
public static final ActionFactory OPEN_PROJECT
RetargetAction
. 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
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.