public static final class GralFileSelector.Gui
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,GralFileSelector.FavorPath> |
indexFavorPaths
Index of all entries in the visible list.
|
GralButton |
widgBtnExec
This button is present only if created with sExecBtn parameter on construction, elsewhere null.
|
GralTextField |
widgdPathDir
The widget for showing the path.
|
GralTable<GralFileSelector.FavorPath> |
widgFavorTable |
GralHorizontalSelector<GralFileSelector.FavorPath> |
widgFavorTabs |
GralTextField |
widgFilename
This widget is only available if the "Execute" button is also present.
|
GralFileProperties |
widgFileProperties |
GralFileSelector.FileSelectList |
widgSelectList
The implementation of SelectList.
|
GralWindow |
windFileSelector |
GralViewFileContent |
windView |
Constructor and Description |
---|
Gui(GralFileSelector thisf,
GralWindow windFileSelector,
int rows,
int[] columns,
boolean bWithFavor,
java.lang.String sExecBtn,
GralViewFileContent fileViewer,
GralFileProperties wdgFileProperties) |
public final GralWindow windFileSelector
public final GralHorizontalSelector<GralFileSelector.FavorPath> widgFavorTabs
public GralTextField widgdPathDir
public GralTextField widgFilename
public GralButton widgBtnExec
#openDialog(FileRemote, String, String, GralUserAction)
.
It is the execute button for save, save as, read etc. It calls the #actionOnExecButton
.
GralFileSelector.currentDir()
or GralFileSelector.currentFile()
can invoked anytime from other threads.
#actionOnEnterFile
is called ( see GralFileSelector.setActionOnEnterFile(GralUserAction)
also
pressing Enter on a file in the current file table.public GralFileSelector.FileSelectList widgSelectList
public final GralTable<GralFileSelector.FavorPath> widgFavorTable
public final GralViewFileContent windView
public final GralFileProperties widgFileProperties
final java.util.Map<java.lang.String,GralFileSelector.FavorPath> indexFavorPaths
Gui(GralFileSelector thisf, GralWindow windFileSelector, int rows, int[] columns, boolean bWithFavor, java.lang.String sExecBtn, GralViewFileContent fileViewer, GralFileProperties wdgFileProperties)