public class SwitchToDependabilityCommand
extends org.eclipse.core.commands.AbstractHandler
implements org.eclipse.ui.commands.IElementUpdater
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMMAND_ID |
static java.lang.String |
theView |
Constructor and Description |
---|
SwitchToDependabilityCommand() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(org.eclipse.core.commands.ExecutionEvent event) |
static void |
refresh() |
void |
updateElement(org.eclipse.ui.menus.UIElement element,
java.util.Map parameters) |
public static java.lang.String COMMAND_ID
public static java.lang.String theView
public java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
execute
in interface org.eclipse.core.commands.IHandler
org.eclipse.core.commands.ExecutionException
public void updateElement(org.eclipse.ui.menus.UIElement element, java.util.Map parameters)
updateElement
in interface org.eclipse.ui.commands.IElementUpdater
public static void refresh()