Package com.biglybt.ui.swt.shells
Class RevertFileLocationsWindow
- java.lang.Object
-
- com.biglybt.ui.swt.shells.RevertFileLocationsWindow
-
public class RevertFileLocationsWindow extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RevertFileLocationsWindow.ResultListener
-
Field Summary
Fields Modifier and Type Field Description private boolean
done
private RevertFileLocationsWindow.ResultListener
resultListener
private static int
REVERT_COPY
private static int
REVERT_HARD_LINK
private static int
REVERT_RETAIN_NAMES
private org.eclipse.swt.widgets.Shell
shell
-
Constructor Summary
Constructors Constructor Description RevertFileLocationsWindow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
void
open(RevertFileLocationsWindow.ResultListener l)
private void
openInSWT()
-
-
-
Field Detail
-
REVERT_COPY
private static final int REVERT_COPY
- See Also:
- Constant Field Values
-
REVERT_RETAIN_NAMES
private static final int REVERT_RETAIN_NAMES
- See Also:
- Constant Field Values
-
REVERT_HARD_LINK
private static final int REVERT_HARD_LINK
- See Also:
- Constant Field Values
-
shell
private org.eclipse.swt.widgets.Shell shell
-
done
private boolean done
-
resultListener
private RevertFileLocationsWindow.ResultListener resultListener
-
-
Method Detail
-
open
public void open(RevertFileLocationsWindow.ResultListener l)
-
openInSWT
private void openInSWT()
-
cancel
public void cancel()
-
-