Class WatchActionDelegate
java.lang.Object
com._1c.g5.v8.dt.internal.debug.ui.actions.AbstractDelegateAction
com._1c.g5.v8.dt.internal.debug.ui.actions.InspectActionDelegate
com._1c.g5.v8.dt.internal.debug.ui.actions.WatchActionDelegate
- All Implemented Interfaces:
org.eclipse.debug.ui.contexts.IDebugContextListener
,org.eclipse.ui.IActionDelegate
,org.eclipse.ui.IActionDelegate2
,org.eclipse.ui.IEditorActionDelegate
,org.eclipse.ui.IObjectActionDelegate
,org.eclipse.ui.IWorkbenchWindowActionDelegate
1C:Enterprise Runtime debug process 'Watch' action.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.internal.debug.ui.actions.InspectActionDelegate
debugContextChanged, dispose, geSelectedExpression, getFrame, getPopupAnchor, getStyledText, getTargetSelection, getThread, init, init, selectionChanged, setActiveEditor, showExpressionView
Methods inherited from class com._1c.g5.v8.dt.internal.debug.ui.actions.AbstractDelegateAction
getCurrentSelection, getPart, getWorkbenchWindow, runWithEvent, setActivePart, showErrorMessage
-
Constructor Details
-
WatchActionDelegate
public WatchActionDelegate()
-
-
Method Details
-
run
public void run(org.eclipse.jface.action.IAction action) - Specified by:
run
in interfaceorg.eclipse.ui.IActionDelegate
- Overrides:
run
in classInspectActionDelegate
-