public class SwitchToView
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
commandId |
Constructor and Description |
---|
SwitchToView(java.lang.String theView,
boolean changeToConcurrentView,
java.lang.String commandId) |
SwitchToView(java.lang.String theView,
java.lang.String commandId) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute() |
java.lang.Object |
execute(org.eclipse.core.commands.ExecutionEvent event) |
void |
refresh() |
void |
updateElement(org.eclipse.ui.menus.UIElement element,
java.util.Map parameters) |
public SwitchToView(java.lang.String theView, boolean changeToConcurrentView, java.lang.String commandId)
public SwitchToView(java.lang.String theView, java.lang.String commandId)
public void refresh()
public java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
org.eclipse.core.commands.ExecutionException
public java.lang.Object execute() throws org.eclipse.core.commands.ExecutionException
org.eclipse.core.commands.ExecutionException
public void updateElement(org.eclipse.ui.menus.UIElement element, java.util.Map parameters)