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

java.lang.Object
  extended by org.eclipse.ui.actions.ActionDelegate
      extended by org.eclipse.cdt.make.ui.actions.AbstractTargetAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate
Direct Known Subclasses:
BuildTargetAction, CreateTargetAction

public abstract class AbstractTargetAction
extends org.eclipse.ui.actions.ActionDelegate
implements org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate


Constructor Summary
AbstractTargetAction()
           
 
Method Summary
 void init(org.eclipse.ui.IWorkbenchWindow window)
           
 void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
           
 void setActivePart(org.eclipse.jface.action.IAction action, org.eclipse.ui.IWorkbenchPart targetPart)
           
 
Methods inherited from class org.eclipse.ui.actions.ActionDelegate
dispose, init, run, runWithEvent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IActionDelegate
run
 
Methods inherited from interface org.eclipse.ui.IWorkbenchWindowActionDelegate
dispose
 
Methods inherited from interface org.eclipse.ui.IActionDelegate
run
 

Constructor Detail

AbstractTargetAction

public AbstractTargetAction()
Method Detail

setActivePart

public void setActivePart(org.eclipse.jface.action.IAction action,
                          org.eclipse.ui.IWorkbenchPart targetPart)
Specified by:
setActivePart in interface org.eclipse.ui.IObjectActionDelegate

init

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

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
Overrides:
selectionChanged in class org.eclipse.ui.actions.ActionDelegate