| java.lang.Object net.refractions.udig.project.ui.internal.actions.AddToCurrentMap
AddToCurrentMap | public class AddToCurrentMap implements IObjectActionDelegate(Code) | | This class is a ActionDelegate for AbstractContext menus with RegistryEntry objects When the
runWithEvent call is made (by eclipse) wizards should open and allow the use to add the selected
items to the Currently selected map.
author: Jesse Eichar version: $Revision: 1.9 $ |
Field Summary | |
IStructuredSelection | current |
Method Summary | |
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) | | See Also: org.eclipse.ui.IActionDelegate.run(org.eclipse.jface.action.IAction) |
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) |
|
|