Method | Description | |
---|---|---|
FileOperationConfirmScanner ( String panelClass, String panelTitle ) : System |
Initializes a new instance of the class.
|
Method | Description | |
---|---|---|
handleDeleteFile ( ) : void |
Gets confirmation whether the user wants to delete the file and closes the form
|
|
handleOpenFile ( ) : void |
Gets confirmation whether the user wants to open the file and closes the form
|
public FileOperationConfirmScanner ( String panelClass, String panelTitle ) : System | ||
panelClass | String | the panel name |
panelTitle | String | title of the form |
return | System |