RSE
Release 1.0

org.eclipse.rse.files.ui.resources
Class UniversalFileTransferUtility.RenameRunnable

java.lang.Object
  extended byorg.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.RenameRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
UniversalFileTransferUtility

public static class UniversalFileTransferUtility.RenameRunnable
extends Object
implements Runnable


Field Summary
static int RENAME_DIALOG_CANCELLED
           
static int RENAME_DIALOG_CANCELLED_ALL
           
static int RENAME_DIALOG_NOT_CANCELLED
           
 
Constructor Summary
UniversalFileTransferUtility.RenameRunnable(IRemoteFile targetFileOrFolder)
           
 
Method Summary
 int getCancelStatus()
           
 String getNewName()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RENAME_DIALOG_NOT_CANCELLED

public static int RENAME_DIALOG_NOT_CANCELLED

RENAME_DIALOG_CANCELLED

public static int RENAME_DIALOG_CANCELLED

RENAME_DIALOG_CANCELLED_ALL

public static int RENAME_DIALOG_CANCELLED_ALL
Constructor Detail

UniversalFileTransferUtility.RenameRunnable

public UniversalFileTransferUtility.RenameRunnable(IRemoteFile targetFileOrFolder)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

getNewName

public String getNewName()

getCancelStatus

public int getCancelStatus()

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.