| net.refractions.udig.project.ui.internal.actions.AddLayersAction
AddLayersAction | public class AddLayersAction extends ActionDelegate implements IWorkbenchWindowActionDelegate,IObjectActionDelegate(Code) | | Performs the open action from the file menu of uDig. It is responseible for creating new maps
from selected resources.
author: rgould since: 0.9.0 |
Field Summary | |
final public static String | ID |
Method Summary | |
public void | init(IWorkbenchWindow window) | public void | run(IAction action) | public void | runWithEvent(IAction action, Event event) | public void | setActivePart(IAction action, IWorkbenchPart targetPart) |
init | public void init(IWorkbenchWindow window)(Code) | | See Also: org.eclipse.ui.IWorkbenchWindowActionDelegate.init(org.eclipse.ui.IWorkbenchWindow) |
run | public void run(IAction action)(Code) | | See Also: org.eclipse.ui.actions.ActionDelegate.run(org.eclipse.jface.action.IAction) |
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) |
setActivePart | public void setActivePart(IAction action, IWorkbenchPart targetPart)(Code) | | See Also: org.eclipse.ui.IObjectActionDelegate.setActivePart(org.eclipse.jface.action.IActionorg.eclipse.ui.IWorkbenchPart) |
|
|