public class FcmdDelete
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) GralUserAction |
actionConfirmDelete
Key F8 for delete command.
|
(package private) GralUserAction |
actionDelete |
(package private) FileRemote |
currentDirWhereDelete |
(package private) EventSource |
evSrc |
(package private) FcmdFileCard |
fileCard
The file card where the directory content is shown where the file will be deleted.
|
(package private) java.util.List<FileRemote> |
listFileDel
Name of the file which is attempt to delete.
|
protected Fcmd |
main |
(package private) java.lang.String |
sFileDelete
Content of the widgDeletePath on confirmation invocation, to compare on actionDelete.
|
(package private) FileRemoteProgressEventConsumer |
success |
(package private) GralWidget |
widgButtonOk |
(package private) GralWidget |
widgDelete
Buttons.
|
(package private) GralTextField_ifc |
widgDeleteDir |
(package private) GralTextField_ifc |
widgDeletePath |
(package private) GralValueBar |
widgProgress |
(package private) GralWidget |
widgRemoveToTrash
Buttons.
|
(package private) GralTextField_ifc |
widgTrashPath |
(package private) GralWindow_ifc |
windConfirmDelete |
Constructor and Description |
---|
FcmdDelete(Fcmd main) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
buildWindowConfirmDelete()
Builds the content of the confirm-delete window.
|
(package private) void |
confirmDelete(java.io.File src111)
Opens the confirm-delete window and fills its fields to ask the user whether confirm.
|
protected final Fcmd main
GralWindow_ifc windConfirmDelete
GralTextField_ifc widgDeleteDir
GralTextField_ifc widgDeletePath
GralTextField_ifc widgTrashPath
GralValueBar widgProgress
GralWidget widgRemoveToTrash
GralWidget widgDelete
GralWidget widgButtonOk
java.util.List<FileRemote> listFileDel
java.lang.String sFileDelete
FcmdFileCard fileCard
FileRemote currentDirWhereDelete
EventSource evSrc
GralUserAction actionConfirmDelete
GralUserAction actionDelete
FileRemoteProgressEventConsumer success
FcmdDelete(Fcmd main)
void buildWindowConfirmDelete()
void confirmDelete(java.io.File src111)
src
- The path which is selected as source. It may be a directory or a file.