com.ibm.carma.ui.action
Class DownloadDelegate

java.lang.Object
  extended by org.eclipse.ui.actions.ActionDelegate
      extended by com.ibm.carma.ui.action.CarmaObjectActionDelegate
          extended by com.ibm.carma.ui.action.DownloadDelegate
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IViewActionDelegate

Deprecated. Use the internal.workspace.action.ReplaceWithRemoteDelegate

@Deprecated
public class DownloadDelegate
extends CarmaObjectActionDelegate

Action issues a DownloadJob on a group of selected IFile(s).

Not intended to be subclassed or instantiated


Nested Class Summary
 
Nested classes/interfaces inherited from class com.ibm.carma.ui.action.CarmaObjectActionDelegate
CarmaObjectActionDelegate.CarmaAction
 
Field Summary
static java.lang.String COPYRIGHT
          Deprecated.  
 
Constructor Summary
DownloadDelegate()
          Deprecated.  
 
Method Summary
 void run(org.eclipse.jface.action.IAction action)
          Deprecated.  
 
Methods inherited from class com.ibm.carma.ui.action.CarmaObjectActionDelegate
getBasicSelectedCarmaResources, getSelectedCarmaReferences, getSelectedCarmaResources, getSelection, getShell, getTargetPart, init, isUnsupported, isUnsupported, selectionChanged, setActivePart
 
Methods inherited from class org.eclipse.ui.actions.ActionDelegate
dispose, init, runWithEvent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DownloadDelegate

public DownloadDelegate()
Deprecated. 
Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
Deprecated. 
Specified by:
run in interface org.eclipse.ui.IActionDelegate
Overrides:
run in class org.eclipse.ui.actions.ActionDelegate