Package com._1c.g5.v8.dt.search.ui
Class SearchPageAction
java.lang.Object
com._1c.g5.v8.dt.search.ui.SearchPageAction
- All Implemented Interfaces:
org.eclipse.ui.IActionDelegate,org.eclipse.ui.IWorkbenchWindowActionDelegate
public class SearchPageAction
extends Object
implements org.eclipse.ui.IWorkbenchWindowActionDelegate
Action that opens search page.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()voidinit(org.eclipse.ui.IWorkbenchWindow window) voidrun(org.eclipse.jface.action.IAction action) voidselectionChanged(org.eclipse.jface.action.IAction action, ISelection selection)
-
Constructor Details
-
SearchPageAction
public SearchPageAction()
-
-
Method Details
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.eclipse.ui.IWorkbenchWindowActionDelegate
-
init
public void init(org.eclipse.ui.IWorkbenchWindow window) - Specified by:
initin interfaceorg.eclipse.ui.IWorkbenchWindowActionDelegate
-
run
public void run(org.eclipse.jface.action.IAction action) - Specified by:
runin interfaceorg.eclipse.ui.IActionDelegate
-
selectionChanged
- Specified by:
selectionChangedin interfaceorg.eclipse.ui.IActionDelegate
-