Class ShowInValuesAction
java.lang.Object
com._1c.g5.v8.dt.internal.debug.ui.actions.AbstractDelegateAction
com._1c.g5.v8.dt.internal.debug.ui.actions.ShowInValuesAction
- All Implemented Interfaces:
org.eclipse.ui.IActionDelegate
,org.eclipse.ui.IActionDelegate2
,org.eclipse.ui.IObjectActionDelegate
Show selected in source view ('Variables' or 'Expressions') value in
'Values' view.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(org.eclipse.jface.action.IAction action) protected void
Make the 'Values' view visible or open one if required.Methods inherited from class com._1c.g5.v8.dt.internal.debug.ui.actions.AbstractDelegateAction
dispose, getCurrentSelection, getPart, getWorkbenchWindow, init, runWithEvent, selectionChanged, setActivePart, showErrorMessage
-
Constructor Details
-
ShowInValuesAction
public ShowInValuesAction()
-
-
Method Details
-
run
public void run(org.eclipse.jface.action.IAction action) -
showValuesView
protected void showValuesView()Make the 'Values' view visible or open one if required.
-