protected class GralFileSelector.Callbacks
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) GralUserAction |
actionDeselectDirtree |
(package private) GralUserAction |
actionExecButton |
protected GralUserAction |
actionFavorTable |
(package private) GralUserAction |
actionGetFileName |
(package private) GralUserAction |
actionKeyPathField |
(package private) GralUserAction |
actionOnFileSelection
Action to show the file properties in the info line.
|
private MarkMask_ifc |
actionOnMarkLine |
(package private) GralUserAction |
actionRefreshFileTable
Sets the origin dir of the last focused file table.
|
(package private) GralUserAction |
actionSaveFavors
This action is called if a tab is selected.
|
(package private) GralUserAction |
actionSetFromTabSelection
This action is called if a tab is selected.
|
(package private) GralUserAction |
actionSetPath
Action on [Enter]-key on the path text field.
|
(package private) GralUserAction |
actionShowCreationTime |
(package private) GralUserAction |
actionShowFileProps |
(package private) GralUserAction |
actionShowLastAccessTime |
(package private) GralUserAction |
actionShowLastModifiedTime |
(package private) GralUserAction |
actionSortFilePerExtensionCase |
(package private) GralUserAction |
actionSortFilePerExtensionNonCase |
(package private) GralUserAction |
actionSortFilePerLenghLargestFirst |
(package private) GralUserAction |
actionSortFilePerNameCase |
(package private) GralUserAction |
actionSortFilePerNameNonCase |
(package private) GralUserAction |
actionSortFilePerTimestamp |
(package private) GralUserAction |
actionSortFilePerTimestampOldestFirst |
(package private) GralUserAction |
actionSortFilesPerLenghSmallestFirst |
(package private) GralUserAction |
actionSwitchoffCheckRefresh
Sets the check refresh mode to off.
|
(package private) GralUserAction |
actionSwitchonCheckRefresh
Sets the check refresh mode to on.
|
(package private) GralUserAction |
confirmCreate |
(package private) FileRemoteProgressEventConsumer |
fillinCallback
Calback instance for the progress event of FileRemote on fillin.
|
Modifier | Constructor and Description |
---|---|
protected |
Callbacks() |
Modifier and Type | Method and Description |
---|---|
void |
setSortOrderFiles(char order) |
final GralUserAction actionOnFileSelection
final FileRemoteProgressEventConsumer fillinCallback
GralFileSelector.showFile(FileRemote)
,
on end GralFileSelector.finishShowFileTable()
It is called in the thread of file walking (or in the receive thread of callback)
to prevent lagging with event hanging.private final MarkMask_ifc actionOnMarkLine
protected final GralUserAction actionFavorTable
GralUserAction actionSetPath
#idxSelectFileInDir
.
GralUserAction actionSortFilePerNameCase
GralUserAction actionSortFilePerNameNonCase
GralUserAction actionSortFilePerExtensionCase
GralUserAction actionSortFilePerExtensionNonCase
GralUserAction actionSortFilePerTimestamp
GralUserAction actionSortFilePerTimestampOldestFirst
GralUserAction actionShowLastModifiedTime
GralUserAction actionShowLastAccessTime
GralUserAction actionShowCreationTime
GralUserAction actionSortFilePerLenghLargestFirst
GralUserAction actionSortFilesPerLenghSmallestFirst
GralUserAction actionShowFileProps
GralUserAction actionDeselectDirtree
GralUserAction actionRefreshFileTable
Fcmd#getLastSelectedFileCards()
.GralUserAction actionSwitchoffCheckRefresh
GralUserAction actionSwitchonCheckRefresh
GralUserAction confirmCreate
GralUserAction actionKeyPathField
GralUserAction actionGetFileName
GralUserAction actionExecButton
GralUserAction actionSetFromTabSelection
GralUserAction actionSaveFavors