| net.refractions.udig.project.ui.internal.actions.ZoomToLayer
ZoomToLayer | public class ZoomToLayer extends ActionDelegate implements IViewActionDelegate(Code) | | An action that sets the zoom to include all the data in the layer.
author: jeichar since: 0.6.0 |
Method Summary | |
public void | init(IViewPart view) | public void | runWithEvent(IAction action, Event event) | public void | selectionChanged(IAction action, ISelection selection) |
selection | IStructuredSelection selection(Code) | | |
init | public void init(IViewPart view)(Code) | | See Also: org.eclipse.ui.IViewActionDelegate.init(org.eclipse.ui.IViewPart) |
runWithEvent | public void runWithEvent(IAction action, Event event)(Code) | | See Also: org.eclipse.ui.actions.ActionDelegate.runWithEvent(org.eclipse.jface.action.IActionorg.eclipse.swt.widgets.Event) |
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | See Also: org.eclipse.ui.actions.ActionDelegate.selectionChanged(org.eclipse.jface.action.IActionorg.eclipse.jface.viewers.ISelection) |
|
|