Package org.eclipse.ui
Interface IWorkbenchCommandConstants
public interface IWorkbenchCommandConstants
Constants for all commands defined by the Eclipse workbench.
- Since:
- 3.5
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Id for command "Add Bookmark" in category "Edit" (value is"org.eclipse.ui.edit.addBookmark"
).static final String
Id for command "Add Task" in category "Edit".static final String
Id for command "Content Assist" in category "Edit" (value is"org.eclipse.ui.edit.text.contentAssist.proposals"
).static final String
Id for command "Context Information" in category "Edit" (value is"org.eclipse.ui.edit.text.contentAssist.contextInformation"
).static final String
Id for command "Copy" in category "Edit" (value is"org.eclipse.ui.edit.copy"
).static final String
Id for command "Cut" in category "Edit" (value is"org.eclipse.ui.edit.cut"
).static final String
Id for command "Delete" in category "Edit" (value is"org.eclipse.ui.edit.delete"
).static final String
Id for command "Find and Replace" in category "Edit" (value is"org.eclipse.ui.edit.findReplace"
).static final String
Id for command "Paste" in category "Edit" (value is"org.eclipse.ui.edit.paste"
).static final String
Id for command "Redo" in category "Edit" (value is"org.eclipse.ui.edit.redo"
).static final String
Id for command "Select All" in category "Edit" (value is"org.eclipse.ui.edit.selectAll"
).static final String
Id for command "Undo" in category "Edit" (value is"org.eclipse.ui.edit.undo"
).static final String
Id for command "Close" in category "File" (value is"org.eclipse.ui.file.close"
).static final String
Id for command "Close All" in category "File" (value is"org.eclipse.ui.file.closeAll"
).static final String
Id for command "Close Others" in category "File" (value is"org.eclipse.ui.file.closeOthers"
).static final String
Id for command "Exit" in category "File" (value is"org.eclipse.ui.file.exit"
).static final String
Id for command "Export" in category "File" (value is"org.eclipse.ui.file.export"
).static final String
Id for parameter "Export Wizard" in command "Export" in category "File" (value is"exportWizardId"
).static final String
Id for command "Import" in category "File" (value is"org.eclipse.ui.file.import"
).static final String
Id for parameter "Import Wizard" in command "Import" in category "File" (value is"importWizardId"
).static final String
Id for command "Move" in category "File" (value is"org.eclipse.ui.edit.move"
).static final String
Id for command "New" in category "File" (value is"org.eclipse.ui.newWizard"
).static final String
Id for parameter "New Wizard" in command "New" in category "File" (value is"newWizardId"
).static final String
Id for command "Print" in category "File" (value is"org.eclipse.ui.file.print"
).static final String
Id for command "Properties" in category "File" (value is"org.eclipse.ui.file.properties"
).static final String
Id for command "Refresh" in category "File" (value is"org.eclipse.ui.file.refresh"
).static final String
Id for command "Rename" in category "File" (value is"org.eclipse.ui.edit.rename"
).static final String
Id for command "Restart" in category "File" (value is"org.eclipse.ui.file.restartWorkbench"
).static final String
Id for command "Revert" in category "File" (value is"org.eclipse.ui.file.revert"
).static final String
Id for command "Save" in category "File" (value is"org.eclipse.ui.file.save"
).static final String
Id for command "Save All" in category "File" (value is"org.eclipse.ui.file.saveAll"
).static final String
Id for command "Save As" in category "File" (value is"org.eclipse.ui.file.saveAs"
).static final String
Id for command "About" in category "Help" (value is"org.eclipse.ui.help.aboutAction"
).static final String
Id for command "Dynamic Help" in category "Help" (value is"org.eclipse.ui.help.dynamicHelp"
).static final String
Id for command "Help Contents" in category "Help" (value is"org.eclipse.ui.help.helpContents"
).static final String
Id for command "Help Search" in category "Help" (value is"org.eclipse.ui.help.helpSearch"
).static final String
Id for command "Tips and Tricks" in category "Help" (value is"org.eclipse.ui.help.tipsAndTricksAction"
).static final String
Id for command "Welcome" in category "Help" (value is"org.eclipse.ui.help.quickStartAction"
).static final String
Id for command "Back" in category "Navigate" (value is"org.eclipse.ui.navigate.back"
).static final String
Id for command "Backward History" in category "Navigate" (value is"org.eclipse.ui.navigate.backwardHistory"
).static final String
Id for command "Collapse All" in category "Navigate" (value is"org.eclipse.ui.navigate.collapseAll"
).static final String
Id for command "Expand All" in category "Navigate" (value is"org.eclipse.ui.navigate.expandAll"
).static final String
Id for command "Forward" in category "Navigate" (value is"org.eclipse.ui.navigate.forward"
).static final String
Id for command "Forward History" in category "Navigate" (value is"org.eclipse.ui.navigate.forwardHistory"
).static final String
Id for command "Go Into" in category "Navigate" (value is"org.eclipse.ui.navigate.goInto"
).static final String
Id for command "Next" in category "Navigate" (value is"org.eclipse.ui.navigate.next"
).static final String
Id for command "Next Page" in category "Navigate" (value is"org.eclipse.ui.part.nextPage"
).static final String
Id for command "Previous" in category "Navigate" (value is"org.eclipse.ui.navigate.previous"
).static final String
Id for command "Previous Page" in category "Navigate" (value is"org.eclipse.ui.part.previousPage"
).static final String
Id for command "Show In" in category "Navigate" (value is"org.eclipse.ui.navigate.showIn"
).static final String
Id for parameter "Target Id" in command "Show In" in category "Navigate" (value is"org.eclipse.ui.navigate.showIn.targetId"
).static final String
Id for command "Show In" in category "Navigate" (value is"org.eclipse.ui.navigate.showInQuickMenu"
).static final String
Id for command "Toggle Link with Editor " in category "Navigate" (value is"org.eclipse.ui.navigate.linkWithEditor"
).static final String
Id for command "Up" in category "Navigate" (value is"org.eclipse.ui.navigate.up"
).static final String
Id for command "Show Perspective" in category "Perspectives" (value is"org.eclipse.ui.perspectives.showPerspective"
).static final String
Id for parameter "Perspective Id" in command "Show Perspective" in category "Perspectives" (value is"org.eclipse.ui.perspectives.showPerspective.perspectiveId"
).static final String
Id for parameter "In New Window" in command "Show Perspective" in category "Perspectives" (value is"org.eclipse.ui.perspectives.showPerspective.newWindow"
).static final String
Id for command "Build All" in category "Project".static final String
Id for command "Build Project" in category "Project".static final String
Id for command "Close Project" in category "Project".static final String
Id for command "Close Unrelated Projects" in category "Project".static final String
Id for command "Open Project" in category "Project".static final String
Id for command "Show View" in category "Views" (value is"org.eclipse.ui.views.showView"
).static final String
Id for parameter "As Fastview" in command "Show View" in category "Views" (value is"org.eclipse.ui.views.showView.makeFast"
).static final String
Id for parameter "View Id" in command "Show View" in category "Views" (value is"org.eclipse.ui.views.showView.viewId"
).static final String
Id for parameter "Secondary Id" in command "Show View" in category "Views" (value is"org.eclipse.ui.views.showView.secondaryId"
).static final String
Id for command "Activate Editor" in category "Window" (value is"org.eclipse.ui.window.activateEditor"
).static final String
Id for command "Close All Perspectives" in category "Window" (value is"org.eclipse.ui.window.closeAllPerspectives"
).static final String
Id for command "Close Part" in category "Window" (value is"org.eclipse.ui.file.closePart"
).static final String
Id for command "Close Perspective" in category "Window" (value is"org.eclipse.ui.window.closePerspective"
).static final String
Id for parameter "Perspective Id" in command "Close Perspective" in category "Window" (value is"org.eclipse.ui.window.closePerspective.perspectiveId"
).static final String
Id for command "Customize Perspective" in category "Window" (value is"org.eclipse.ui.window.customizePerspective"
).static final String
Id for command "Lock Toolbar" in category "Window" (value is"org.eclipse.ui.window.lockToolbar"
).static final String
Id for command "Maximize Active View or Editor" in category "Window" (value is"org.eclipse.ui.window.maximizePart"
).static final String
Id for command "Minimize Active View or Editor" in category "Window" (value is"org.eclipse.ui.window.minimizePart"
).static final String
Id for command "New Editor" in category "Window" (value is"org.eclipse.ui.window.newEditor"
).static final String
Id for command "New Window" in category "Window" (value is"org.eclipse.ui.window.newWindow"
).static final String
Id for command "Next Editor" in category "Window" (value is"org.eclipse.ui.window.nextEditor"
).static final String
Id for command "Next Perspective" in category "Window" (value is"org.eclipse.ui.window.nextPerspective"
).static final String
Id for command "Next View" in category "Window" (value is"org.eclipse.ui.window.nextView"
).static final String
Id for command "Pin Editor" in category "Window" (value is"org.eclipse.ui.window.pinEditor"
).static final String
Id for command "Preferences" in category "Window" (value is"org.eclipse.ui.window.preferences"
).static final String
Id for parameter "Preference Page Id" in command "Preferences" in category "Window" (value is"preferencePageId"
).static final String
Id for command "Previous Editor" in category "Window" (value is"org.eclipse.ui.window.previousEditor"
).static final String
Id for command "Previous Perspective" in category "Window" (value is"org.eclipse.ui.window.previousPerspective"
).static final String
Id for command "Previous View" in category "Window" (value is"org.eclipse.ui.window.previousView"
).static final String
Id for command "Reset Perspective" in category "Window" (value is"org.eclipse.ui.window.resetPerspective"
).static final String
Id for command "Save Perspective As" in category "Window" (value is"org.eclipse.ui.window.savePerspective"
).static final String
Id for command "Show Key Assist" in category "Window" (value is"org.eclipse.ui.window.showKeyAssist"
).static final String
Id for command "Show View Menu" in category "Window" (value is"org.eclipse.ui.window.showViewMenu"
).
-
Field Details
-
FILE_NEW
Id for command "New" in category "File" (value is"org.eclipse.ui.newWizard"
).- See Also:
-
FILE_NEW_PARM_WIZARDID
Id for parameter "New Wizard" in command "New" in category "File" (value is"newWizardId"
). Optional.- Since:
- 3.6
- See Also:
-
FILE_CLOSE
Id for command "Close" in category "File" (value is"org.eclipse.ui.file.close"
).- See Also:
-
FILE_CLOSE_ALL
Id for command "Close All" in category "File" (value is"org.eclipse.ui.file.closeAll"
).- See Also:
-
FILE_IMPORT
Id for command "Import" in category "File" (value is"org.eclipse.ui.file.import"
).- See Also:
-
FILE_IMPORT_PARM_WIZARDID
Id for parameter "Import Wizard" in command "Import" in category "File" (value is"importWizardId"
). Optional.- Since:
- 3.6
- See Also:
-
FILE_EXPORT
Id for command "Export" in category "File" (value is"org.eclipse.ui.file.export"
).- See Also:
-
FILE_EXPORT_PARM_WIZARDID
Id for parameter "Export Wizard" in command "Export" in category "File" (value is"exportWizardId"
). Optional.- Since:
- 3.6
- See Also:
-
FILE_SAVE
Id for command "Save" in category "File" (value is"org.eclipse.ui.file.save"
).- See Also:
-
FILE_SAVE_AS
Id for command "Save As" in category "File" (value is"org.eclipse.ui.file.saveAs"
).- See Also:
-
FILE_SAVE_ALL
Id for command "Save All" in category "File" (value is"org.eclipse.ui.file.saveAll"
).- See Also:
-
FILE_PRINT
Id for command "Print" in category "File" (value is"org.eclipse.ui.file.print"
).- See Also:
-
FILE_REVERT
Id for command "Revert" in category "File" (value is"org.eclipse.ui.file.revert"
).- See Also:
-
FILE_RESTART
Id for command "Restart" in category "File" (value is"org.eclipse.ui.file.restartWorkbench"
).- See Also:
-
FILE_REFRESH
Id for command "Refresh" in category "File" (value is"org.eclipse.ui.file.refresh"
).- See Also:
-
FILE_PROPERTIES
Id for command "Properties" in category "File" (value is"org.eclipse.ui.file.properties"
).- See Also:
-
FILE_EXIT
Id for command "Exit" in category "File" (value is"org.eclipse.ui.file.exit"
).- See Also:
-
FILE_MOVE
Id for command "Move" in category "File" (value is"org.eclipse.ui.edit.move"
).- See Also:
-
FILE_RENAME
Id for command "Rename" in category "File" (value is"org.eclipse.ui.edit.rename"
).- See Also:
-
FILE_CLOSE_OTHERS
Id for command "Close Others" in category "File" (value is"org.eclipse.ui.file.closeOthers"
).- See Also:
-
EDIT_UNDO
Id for command "Undo" in category "Edit" (value is"org.eclipse.ui.edit.undo"
).- See Also:
-
EDIT_REDO
Id for command "Redo" in category "Edit" (value is"org.eclipse.ui.edit.redo"
).- See Also:
-
EDIT_CUT
Id for command "Cut" in category "Edit" (value is"org.eclipse.ui.edit.cut"
).- See Also:
-
EDIT_COPY
Id for command "Copy" in category "Edit" (value is"org.eclipse.ui.edit.copy"
).- See Also:
-
EDIT_PASTE
Id for command "Paste" in category "Edit" (value is"org.eclipse.ui.edit.paste"
).- See Also:
-
EDIT_DELETE
Id for command "Delete" in category "Edit" (value is"org.eclipse.ui.edit.delete"
).- See Also:
-
EDIT_CONTENT_ASSIST
Id for command "Content Assist" in category "Edit" (value is"org.eclipse.ui.edit.text.contentAssist.proposals"
).- See Also:
-
EDIT_CONTEXT_INFORMATION
Id for command "Context Information" in category "Edit" (value is"org.eclipse.ui.edit.text.contentAssist.contextInformation"
).- See Also:
-
EDIT_SELECT_ALL
Id for command "Select All" in category "Edit" (value is"org.eclipse.ui.edit.selectAll"
).- See Also:
-
EDIT_FIND_AND_REPLACE
Id for command "Find and Replace" in category "Edit" (value is"org.eclipse.ui.edit.findReplace"
).- See Also:
-
EDIT_ADD_TASK
Id for command "Add Task" in category "Edit". (value is"org.eclipse.ui.edit.addTask"
).- See Also:
-
EDIT_ADD_BOOKMARK
Id for command "Add Bookmark" in category "Edit" (value is"org.eclipse.ui.edit.addBookmark"
).- See Also:
-
NAVIGATE_GO_INTO
Id for command "Go Into" in category "Navigate" (value is"org.eclipse.ui.navigate.goInto"
).- See Also:
-
NAVIGATE_BACK
Id for command "Back" in category "Navigate" (value is"org.eclipse.ui.navigate.back"
).- See Also:
-
NAVIGATE_FORWARD
Id for command "Forward" in category "Navigate" (value is"org.eclipse.ui.navigate.forward"
).- See Also:
-
NAVIGATE_UP
Id for command "Up" in category "Navigate" (value is"org.eclipse.ui.navigate.up"
).- See Also:
-
NAVIGATE_NEXT
Id for command "Next" in category "Navigate" (value is"org.eclipse.ui.navigate.next"
).- See Also:
-
NAVIGATE_BACKWARD_HISTORY
Id for command "Backward History" in category "Navigate" (value is"org.eclipse.ui.navigate.backwardHistory"
).- See Also:
-
NAVIGATE_FORWARD_HISTORY
Id for command "Forward History" in category "Navigate" (value is"org.eclipse.ui.navigate.forwardHistory"
).- See Also:
-
NAVIGATE_PREVIOUS
Id for command "Previous" in category "Navigate" (value is"org.eclipse.ui.navigate.previous"
).- See Also:
-
NAVIGATE_TOGGLE_LINK_WITH_EDITOR
Id for command "Toggle Link with Editor " in category "Navigate" (value is"org.eclipse.ui.navigate.linkWithEditor"
).- See Also:
-
NAVIGATE_NEXT_PAGE
Id for command "Next Page" in category "Navigate" (value is"org.eclipse.ui.part.nextPage"
).- See Also:
-
NAVIGATE_PREVIOUS_PAGE
Id for command "Previous Page" in category "Navigate" (value is"org.eclipse.ui.part.previousPage"
).- See Also:
-
NAVIGATE_COLLAPSE_ALL
Id for command "Collapse All" in category "Navigate" (value is"org.eclipse.ui.navigate.collapseAll"
).- See Also:
-
NAVIGATE_EXPAND_ALL
Id for command "Expand All" in category "Navigate" (value is"org.eclipse.ui.navigate.expandAll"
).- Since:
- 3.6
- See Also:
-
NAVIGATE_SHOW_IN
Id for command "Show In" in category "Navigate" (value is"org.eclipse.ui.navigate.showIn"
).- See Also:
-
NAVIGATE_SHOW_IN_PARM_TARGET
Id for parameter "Target Id" in command "Show In" in category "Navigate" (value is"org.eclipse.ui.navigate.showIn.targetId"
). Required.- Since:
- 3.6
- See Also:
-
NAVIGATE_SHOW_IN_QUICK_MENU
Id for command "Show In" in category "Navigate" (value is"org.eclipse.ui.navigate.showInQuickMenu"
).- See Also:
-
PROJECT_BUILD_ALL
Id for command "Build All" in category "Project". (value is"org.eclipse.ui.project.buildAll"
).- See Also:
-
PROJECT_BUILD_PROJECT
Id for command "Build Project" in category "Project". (value is"org.eclipse.ui.project.buildProject"
).- See Also:
-
PROJECT_CLOSE_PROJECT
Id for command "Close Project" in category "Project". (value is"org.eclipse.ui.project.closeProject"
).- See Also:
-
PROJECT_CLOSE_UNRELATED_PROJECTS
Id for command "Close Unrelated Projects" in category "Project". (value is"org.eclipse.ui.project.closeUnrelatedProjects"
).- See Also:
-
PROJECT_OPEN_PROJECT
Id for command "Open Project" in category "Project". (value is"org.eclipse.ui.project.openProject"
).- See Also:
-
WINDOW_NEW_WINDOW
Id for command "New Window" in category "Window" (value is"org.eclipse.ui.window.newWindow"
).- See Also:
-
WINDOW_NEW_EDITOR
Id for command "New Editor" in category "Window" (value is"org.eclipse.ui.window.newEditor"
).- See Also:
-
WINDOW_SHOW_VIEW_MENU
Id for command "Show View Menu" in category "Window" (value is"org.eclipse.ui.window.showViewMenu"
).- See Also:
-
WINDOW_ACTIVATE_EDITOR
Id for command "Activate Editor" in category "Window" (value is"org.eclipse.ui.window.activateEditor"
).- See Also:
-
WINDOW_MAXIMIZE_ACTIVE_VIEW_OR_EDITOR
Id for command "Maximize Active View or Editor" in category "Window" (value is"org.eclipse.ui.window.maximizePart"
).- See Also:
-
WINDOW_MINIMIZE_ACTIVE_VIEW_OR_EDITOR
Id for command "Minimize Active View or Editor" in category "Window" (value is"org.eclipse.ui.window.minimizePart"
).- See Also:
-
WINDOW_NEXT_EDITOR
Id for command "Next Editor" in category "Window" (value is"org.eclipse.ui.window.nextEditor"
).- See Also:
-
WINDOW_PREVIOUS_EDITOR
Id for command "Previous Editor" in category "Window" (value is"org.eclipse.ui.window.previousEditor"
).- See Also:
-
WINDOW_NEXT_VIEW
Id for command "Next View" in category "Window" (value is"org.eclipse.ui.window.nextView"
).- See Also:
-
WINDOW_PREVIOUS_VIEW
Id for command "Previous View" in category "Window" (value is"org.eclipse.ui.window.previousView"
).- See Also:
-
WINDOW_NEXT_PERSPECTIVE
Id for command "Next Perspective" in category "Window" (value is"org.eclipse.ui.window.nextPerspective"
).- See Also:
-
WINDOW_PREVIOUS_PERSPECTIVE
Id for command "Previous Perspective" in category "Window" (value is"org.eclipse.ui.window.previousPerspective"
).- See Also:
-
WINDOW_CLOSE_ALL_PERSPECTIVES
Id for command "Close All Perspectives" in category "Window" (value is"org.eclipse.ui.window.closeAllPerspectives"
).- See Also:
-
WINDOW_CLOSE_PERSPECTIVE
Id for command "Close Perspective" in category "Window" (value is"org.eclipse.ui.window.closePerspective"
).- See Also:
-
WINDOW_CLOSE_PERSPECTIVE_PARM_ID
Id for parameter "Perspective Id" in command "Close Perspective" in category "Window" (value is"org.eclipse.ui.window.closePerspective.perspectiveId"
). Optional.- Since:
- 3.6
- See Also:
-
WINDOW_CLOSE_PART
Id for command "Close Part" in category "Window" (value is"org.eclipse.ui.file.closePart"
).- See Also:
-
WINDOW_CUSTOMIZE_PERSPECTIVE
Id for command "Customize Perspective" in category "Window" (value is"org.eclipse.ui.window.customizePerspective"
).- See Also:
-
WINDOW_PIN_EDITOR
Id for command "Pin Editor" in category "Window" (value is"org.eclipse.ui.window.pinEditor"
).- See Also:
-
WINDOW_PREFERENCES
Id for command "Preferences" in category "Window" (value is"org.eclipse.ui.window.preferences"
).- See Also:
-
WINDOW_PREFERENCES_PARM_PAGEID
Id for parameter "Preference Page Id" in command "Preferences" in category "Window" (value is"preferencePageId"
). Optional.- Since:
- 3.6
- See Also:
-
WINDOW_RESET_PERSPECTIVE
Id for command "Reset Perspective" in category "Window" (value is"org.eclipse.ui.window.resetPerspective"
).- See Also:
-
WINDOW_SAVE_PERSPECTIVE_AS
Id for command "Save Perspective As" in category "Window" (value is"org.eclipse.ui.window.savePerspective"
).- See Also:
-
WINDOW_SHOW_KEY_ASSIST
Id for command "Show Key Assist" in category "Window" (value is"org.eclipse.ui.window.showKeyAssist"
).- See Also:
-
WINDOW_LOCK_TOOLBAR
Id for command "Lock Toolbar" in category "Window" (value is"org.eclipse.ui.window.lockToolbar"
).- Since:
- 3.7
- See Also:
-
HELP_HELP_CONTENTS
Id for command "Help Contents" in category "Help" (value is"org.eclipse.ui.help.helpContents"
).- See Also:
-
HELP_HELP_SEARCH
Id for command "Help Search" in category "Help" (value is"org.eclipse.ui.help.helpSearch"
).- See Also:
-
HELP_DYNAMIC_HELP
Id for command "Dynamic Help" in category "Help" (value is"org.eclipse.ui.help.dynamicHelp"
).- See Also:
-
HELP_WELCOME
Id for command "Welcome" in category "Help" (value is"org.eclipse.ui.help.quickStartAction"
).- See Also:
-
HELP_TIPS_AND_TRICKS
Id for command "Tips and Tricks" in category "Help" (value is"org.eclipse.ui.help.tipsAndTricksAction"
).- See Also:
-
HELP_ABOUT
Id for command "About" in category "Help" (value is"org.eclipse.ui.help.aboutAction"
).- See Also:
-
VIEWS_SHOW_VIEW
Id for command "Show View" in category "Views" (value is"org.eclipse.ui.views.showView"
).- See Also:
-
VIEWS_SHOW_VIEW_PARM_ID
Id for parameter "View Id" in command "Show View" in category "Views" (value is"org.eclipse.ui.views.showView.viewId"
).- Since:
- 3.6
- See Also:
-
VIEWS_SHOW_VIEW_SECONDARY_ID
Id for parameter "Secondary Id" in command "Show View" in category "Views" (value is"org.eclipse.ui.views.showView.secondaryId"
).- Since:
- 3.7
- See Also:
-
VIEWS_SHOW_VIEW_PARM_FASTVIEW
Id for parameter "As Fastview" in command "Show View" in category "Views" (value is"org.eclipse.ui.views.showView.makeFast"
). Optional.- Since:
- 3.6
- See Also:
-
PERSPECTIVES_SHOW_PERSPECTIVE
Id for command "Show Perspective" in category "Perspectives" (value is"org.eclipse.ui.perspectives.showPerspective"
).- See Also:
-
PERSPECTIVES_SHOW_PERSPECTIVE_PARM_ID
Id for parameter "Perspective Id" in command "Show Perspective" in category "Perspectives" (value is"org.eclipse.ui.perspectives.showPerspective.perspectiveId"
).- Since:
- 3.6
- See Also:
-
PERSPECTIVES_SHOW_PERSPECTIVE_PARM_NEWWINDOW
Id for parameter "In New Window" in command "Show Perspective" in category "Perspectives" (value is"org.eclipse.ui.perspectives.showPerspective.newWindow"
). Optional.- Since:
- 3.6
- See Also:
-