com.aptana.ide.syncing
Class ProjectTypeUncloakAction

java.lang.Object
  extended by com.aptana.ide.core.ui.actions.ActionDelegate
      extended by com.aptana.ide.syncing.FileTypeUncloakAction
          extended by com.aptana.ide.syncing.ProjectTypeUncloakAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate

public class ProjectTypeUncloakAction
extends FileTypeUncloakAction

Uploads an item

Author:
Ingo Muschenetz

Constructor Summary
ProjectTypeUncloakAction()
           
 
Method Summary
 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 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

ProjectTypeUncloakAction

public ProjectTypeUncloakAction()
Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
Specified by:
run in interface org.eclipse.ui.IActionDelegate
Overrides:
run in class FileTypeUncloakAction
Parameters:
action -
See Also:
IActionDelegate.run(org.eclipse.jface.action.IAction)

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 FileTypeUncloakAction
Parameters:
action -
selection -
See Also:
IActionDelegate.selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)