@Deprecated public class OpenNewPageMenu extends PerspectiveMenu
An OpenNewPageMenu
is used to populate a menu with
"Open Page" actions. One item is added for each shortcut perspective,
as defined by the product ini. If the user selects one of these items a new page is
created in the workbench with the given perspective.
The visible perspectives within the menu may also be updated dynamically to reflect user preference.
The input for the page is determined by the value of pageInput
.
The input should be passed into the constructor of this class or set using
the setPageInput
method.
This class may be instantiated; it is not intended to be subclassed.
SHOW_PERSP_ID
Constructor and Description |
---|
OpenNewPageMenu(IWorkbenchWindow window)
Deprecated.
Constructs a new instance of
OpenNewPageMenu . |
OpenNewPageMenu(IWorkbenchWindow window,
IAdaptable input)
Deprecated.
Constructs a new instance of
OpenNewPageMenu . |
Modifier and Type | Method and Description |
---|---|
protected void |
run(IPerspectiveDescriptor desc)
Deprecated.
Runs an action for a particular perspective.
|
void |
setPageInput(IAdaptable input)
Deprecated.
Sets the page input.
|
dispose, fill, getPerspectiveItems, getShowActive, getWindow, isDirty, isDynamic, run, showActive
fill, fill, fill, getId, getParent, isEnabled, isGroupMarker, isSeparator, isVisible, saveWidgetState, setId, setParent, setVisible, toString, update, update
public OpenNewPageMenu(IWorkbenchWindow window)
OpenNewPageMenu
.
If this method is used be sure to set the page input by invoking
setPageInput
. The page input is required when the user
selects an item in the menu. At that point the menu will attempt to
open a new page with the selected perspective and page input. If there
is no page input an error dialog will be opened.
window
- the window where a new page is created if an item within
the menu is selectedpublic OpenNewPageMenu(IWorkbenchWindow window, IAdaptable input)
OpenNewPageMenu
.window
- the window where a new page is created if an item within
the menu is selectedinput
- the page inputprotected void run(IPerspectiveDescriptor desc)
PerspectiveMenu
run
in class PerspectiveMenu
desc
- the selected perspectivepublic void setPageInput(IAdaptable input)
input
- the page input
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.