|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ChooseRetrievalDriveDialog.IChooseRetrievalDriveDialog
This interface allows communication between this dialog and its callee. Mainly it tells the callee, which of the drives was chosen if any.
| Method Summary | |
|---|---|
void |
cancelSelection()
Indicates that the user did not choose any drive and wishes to cancel the operation. |
void |
setSelectedDrive(java.io.File drive)
Indicates that a drive was chosen, and provides its File object. |
| Method Detail |
|---|
void setSelectedDrive(java.io.File drive)
File object.
drive - The File object that was chosen as a drive.void cancelSelection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||