| net.refractions.udig.catalog.internal.ui.actions.ResetService
ResetService | public class ResetService extends ActionDelegate (Code) | | Resets a selection of services
author: jgarnett since: 0.8 |
Field Summary | |
IStructuredSelection | current |
Method Summary | |
public static void | reset(List<IService> servers, IProgressMonitor monitor) | public void | run(IAction action) | public void | selectionChanged(IAction action, ISelection selection) | public void | setActivePart(IAction action, IWorkbenchPart targetPart) |
current | IStructuredSelection current(Code) | | |
run | public void run(IAction action)(Code) | | |
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | See Also: org.eclipse.ui.IActionDelegate.selectionChanged(org.eclipse.jface.action.IActionorg.eclipse.jface.viewers.ISelection) |
setActivePart | public void setActivePart(IAction action, IWorkbenchPart targetPart)(Code) | | See Also: org.eclipse.ui.IObjectActionDelegate.setActivePart(org.eclipse.jface.action.IActionorg.eclipse.ui.IWorkbenchPart) |
|
|