Modifier and Type | Field and Description |
---|---|
(package private) FileBrowser.TableData |
FileBrowser.CompareTableData.left |
(package private) FileBrowser.TableData |
FileBrowser.CompareTableData.right |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.ArrayList<FileBrowser.TableData> |
FileBrowser.Browser.tableData |
Modifier and Type | Method and Description |
---|---|
(package private) abstract java.util.TreeSet<FileBrowser.TableData> |
FileBrowser.MyPath.getChildren(boolean dotFiles)
Enumerates all children (files and directories) of this path.
|
(package private) java.util.TreeSet<FileBrowser.TableData> |
FileBrowser.RootPath.getChildren(boolean dotFiles) |
(package private) java.util.TreeSet<FileBrowser.TableData> |
FileBrowser.LocalPath.getChildren(boolean dotFiles) |
(package private) java.util.TreeSet<FileBrowser.TableData> |
FileBrowser.RemotePath.getChildren(boolean dotFiles)
Fix failures to return empty ArrayList<TableData> /////////////
|
(package private) static java.util.TreeSet<FileBrowser.TableData> |
FileBrowser.getRootPaths(boolean dotFiles)
Returns the current root Paths.
|
Modifier and Type | Method and Description |
---|---|
int |
FileBrowser.TableDataComparator.compare(FileBrowser.TableData d1,
FileBrowser.TableData d2)
This comparator puts directories first and sorts names
differing only in case together.
|
int |
FileBrowser.DataNameComparator.compare(FileBrowser.TableData d1,
FileBrowser.TableData d2)
This comparator respects case and does not treat directories
specially.
|
(package private) int |
FileBrowser.PathCompare.dateCompare(FileBrowser.TableData x,
FileBrowser.TableData y)
Compare modification times and return true if less than 2 seconds
different.
|
Constructor and Description |
---|
CompareTableData(FileBrowser.TableData left,
FileBrowser.Direction direction,
FileBrowser.TableData right) |