org.eclipse.cdt.make.ui.actions
Class UpdateMakeProjectAction

java.lang.Object
  extended by org.eclipse.cdt.make.ui.actions.UpdateMakeProjectAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

public class UpdateMakeProjectAction
extends java.lang.Object
implements org.eclipse.ui.IWorkbenchWindowActionDelegate


Nested Class Summary
static class UpdateMakeProjectAction.TargetConvertVisitor
           
 
Constructor Summary
UpdateMakeProjectAction()
           
 
Method Summary
 void dispose()
           
static org.eclipse.core.resources.IProject[] getOldProjects()
           
 void init(org.eclipse.ui.IWorkbenchWindow window)
           
static void run(boolean fork, org.eclipse.jface.operation.IRunnableContext context, org.eclipse.core.resources.IProject[] projects)
           
 void run(org.eclipse.jface.action.IAction action)
           
 void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateMakeProjectAction

public UpdateMakeProjectAction()
Method Detail

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.ui.IWorkbenchWindowActionDelegate

init

public void init(org.eclipse.ui.IWorkbenchWindow window)
Specified by:
init in interface org.eclipse.ui.IWorkbenchWindowActionDelegate

run

public void run(org.eclipse.jface.action.IAction action)
Specified by:
run in interface org.eclipse.ui.IActionDelegate

getOldProjects

public static org.eclipse.core.resources.IProject[] getOldProjects()

run

public static void run(boolean fork,
                       org.eclipse.jface.operation.IRunnableContext context,
                       org.eclipse.core.resources.IProject[] projects)

selectionChanged

public void selectionChanged(org.eclipse.jface.action.IAction action,
                             org.eclipse.jface.viewers.ISelection selection)
Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate