Package com.biglybt.ui.swt.shells
Class AdvRenameWindow
- java.lang.Object
-
- com.biglybt.ui.swt.shells.AdvRenameWindow
-
public class AdvRenameWindow extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private DownloadManager
dm
private java.lang.String
newName
private static int
RENAME_DISPLAY
private static int
RENAME_SAVEPATH
private static int
RENAME_TORRENT
protected int
renameDecisions
private int
result
private UserPrompterResultListener
resultListener
private org.eclipse.swt.widgets.Shell
shell
-
Constructor Summary
Constructors Constructor Description AdvRenameWindow(DownloadManager dm)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
private void
doRename()
static void
main(java.lang.String[] args)
void
open()
void
open(UserPrompterResultListener l)
private void
openInSWT()
private void
waitUntilDone()
-
-
-
Field Detail
-
dm
private final DownloadManager dm
-
shell
private org.eclipse.swt.widgets.Shell shell
-
newName
private java.lang.String newName
-
renameDecisions
protected int renameDecisions
-
RENAME_DISPLAY
private static final int RENAME_DISPLAY
- See Also:
- Constant Field Values
-
RENAME_SAVEPATH
private static final int RENAME_SAVEPATH
- See Also:
- Constant Field Values
-
RENAME_TORRENT
private static final int RENAME_TORRENT
- See Also:
- Constant Field Values
-
resultListener
private UserPrompterResultListener resultListener
-
result
private int result
-
-
Constructor Detail
-
AdvRenameWindow
public AdvRenameWindow(DownloadManager dm)
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
open
public void open()
-
open
public void open(UserPrompterResultListener l)
-
openInSWT
private void openInSWT()
-
cancel
public void cancel()
-
waitUntilDone
private void waitUntilDone()
-
doRename
private void doRename()
-
-