com.aptana.ide.syncing
Class ProjectUploadAction

java.lang.Object
  extended by com.aptana.ide.core.ui.actions.ActionDelegate
      extended by com.aptana.ide.syncing.BaseSyncAction
          extended by com.aptana.ide.syncing.FileUploadAction
              extended by com.aptana.ide.syncing.ProjectUploadAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IViewActionDelegate

public class ProjectUploadAction
extends FileUploadAction

Uploads an item

Author:
Ingo Muschenetz

Field Summary
 
Fields inherited from class com.aptana.ide.syncing.BaseSyncAction
confirmMessage, gettingMessage, syncingMessage
 
Constructor Summary
ProjectUploadAction()
           
 
Method Summary
 void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
          Listens to selection changes
 
Methods inherited from class com.aptana.ide.syncing.FileUploadAction
displayDone, getItems, syncItems
 
Methods inherited from class com.aptana.ide.syncing.BaseSyncAction
extractIVirtualFilesFromSelection, getVirtualFileManagerSyncPair, init, refreshViews, run, setSelectedFiles, showError
 
Methods inherited from class com.aptana.ide.core.ui.actions.ActionDelegate
getValidSelection, getValidSingleSelection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectUploadAction

public ProjectUploadAction()
Method Detail

selectionChanged

public void selectionChanged(org.eclipse.jface.action.IAction action,
                             org.eclipse.jface.viewers.ISelection selection)
Listens to selection changes

Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate
Overrides:
selectionChanged in class BaseSyncAction
Parameters:
action -
selection -
See Also:
IActionDelegate.selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)