RSE
Release 3.4

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

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

public static class UniversalFileTransferUtility.RenameRunnable
extends Object
implements Runnable

Since:
3.0

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)
           
UniversalFileTransferUtility.RenameRunnable(IRemoteFile targetFileOrFolder, List namesInUse)
           
 
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
Since:
3.0

RENAME_DIALOG_CANCELLED

public static int RENAME_DIALOG_CANCELLED
Since:
3.0

RENAME_DIALOG_CANCELLED_ALL

public static int RENAME_DIALOG_CANCELLED_ALL
Since:
3.0
Constructor Detail

UniversalFileTransferUtility.RenameRunnable

public UniversalFileTransferUtility.RenameRunnable(IRemoteFile targetFileOrFolder)

UniversalFileTransferUtility.RenameRunnable

public UniversalFileTransferUtility.RenameRunnable(IRemoteFile targetFileOrFolder,
                                                   List namesInUse)
Since:
3.0
Method Detail

run

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

getNewName

public String getNewName()

getCancelStatus

public int getCancelStatus()

RSE
Release 3.4

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