| org.eclipse.ui.actions.OpenPerspectiveAction
OpenPerspectiveAction | final public class OpenPerspectiveAction extends Action implements IPluginContribution(Code) | | Opens a perspective.
since: 3.1 |
OpenPerspectiveAction | public OpenPerspectiveAction(IWorkbenchWindow window, IPerspectiveDescriptor descriptor, PerspectiveMenu callback)(Code) | | Constructs a new instance of OpenPerspectiveAction
Parameters: window - The workbench window in which this action is created; shouldnot be null . Parameters: descriptor - The descriptor for the perspective that this action shouldopen; must not be null . Parameters: callback - The perspective menu who will handle the actual execution ofthis action; should not be null . |
runWithEvent | final public void runWithEvent(Event event)(Code) | | |
|
|