| java.lang.Object net.refractions.udig.project.ui.internal.actions.AddToNewMap
AddToNewMap | public class AddToNewMap implements IObjectActionDelegate,IWorkbenchWindowActionDelegate,IWorkbenchWindowPulldownDelegate(Code) | | |
Method Summary | |
public void | dispose() | public Menu | getMenu(Control parent) | static Collection<IGeoResource> | getResources(Collection<Object> collection) Collection is processed so that georesources are added to the returned collection and if a
service has more than 1 child the user is queried to determine which services should be added
to the returned collection. | public void | init(IWorkbenchWindow window) | public void | run(IAction action) | public void | selectionChanged(IAction action, ISelection selection) | public void | setActivePart(IAction action, IWorkbenchPart targetPart) |
selection | IStructuredSelection selection(Code) | | |
dispose | public void dispose()(Code) | | |
getMenu | public Menu getMenu(Control parent)(Code) | | |
getResources | static Collection<IGeoResource> getResources(Collection<Object> collection)(Code) | | Collection is processed so that georesources are added to the returned collection and if a
service has more than 1 child the user is queried to determine which services should be added
to the returned collection. Services with only a single child are added to result
automatically.
Parameters: collection - the collection of IServices and IGeoResources to process. the chosen resources. |
init | public void init(IWorkbenchWindow window)(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) |
|
|