Class SortExpressionsAction
java.lang.Object
com._1c.g5.v8.dt.internal.debug.ui.actions.SortExpressionsAction
- All Implemented Interfaces:
org.eclipse.ui.IActionDelegate
,org.eclipse.ui.IActionDelegate2
,org.eclipse.ui.IViewActionDelegate
public class SortExpressionsAction
extends Object
implements org.eclipse.ui.IViewActionDelegate, org.eclipse.ui.IActionDelegate2
Command to sort expressions in the expression view.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
void
init
(org.eclipse.jface.action.IAction action) void
init
(org.eclipse.ui.IViewPart view) void
run
(org.eclipse.jface.action.IAction action) void
runWithEvent
(org.eclipse.jface.action.IAction action, org.eclipse.swt.widgets.Event event) void
selectionChanged
(org.eclipse.jface.action.IAction action, ISelection selection)
-
Constructor Details
-
SortExpressionsAction
public SortExpressionsAction()Instantiates a new sort expressions action.
-
-
Method Details
-
init
public void init(org.eclipse.jface.action.IAction action) - Specified by:
init
in interfaceorg.eclipse.ui.IActionDelegate2
-
run
public void run(org.eclipse.jface.action.IAction action) - Specified by:
run
in interfaceorg.eclipse.ui.IActionDelegate
-
selectionChanged
- Specified by:
selectionChanged
in interfaceorg.eclipse.ui.IActionDelegate
-
dispose
public void dispose()- Specified by:
dispose
in interfaceorg.eclipse.ui.IActionDelegate2
-
runWithEvent
public void runWithEvent(org.eclipse.jface.action.IAction action, org.eclipse.swt.widgets.Event event) - Specified by:
runWithEvent
in interfaceorg.eclipse.ui.IActionDelegate2
-
init
public void init(org.eclipse.ui.IViewPart view) - Specified by:
init
in interfaceorg.eclipse.ui.IViewActionDelegate
-