API Overview
API Index
Package Overview
Direct link to this page
JavaOnTracks 0.1.2
net.jot.web.filebrowser.
JOTFileComparators
View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
Object
JOTFileComparators
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class JOTFileComparators
Static comparators objects used to order file listings.
Static comparators objects used to order file listings.
Used by JotFileBrowser
See also:
Constructors
public
JOTFileComparators
()
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public
final
static
Comparator
NAME_ASC_COMPARATOR
public
final
static
Comparator
NAME_DESC_COMPARATOR
public
final
static
Comparator
SIZE_ASC_COMPARATOR
public
final
static
Comparator
SIZE_DESC_COMPARATOR
public
final
static
Comparator
TSTAMP_ASC_COMPARATOR
public
final
static
Comparator
TSTAMP_DESC_COMPARATOR
Nested Classes
JOTFileComparators.JOTFileNameAscComparator
Compares by file Name alphabetical
JOTFileComparators.JOTFileNameDescComparator
Compares by file Name reversed alphabetical
JOTFileComparators.JOTFileSizeAscComparator
Compares by file size small to large
JOTFileComparators.JOTFileSizeDescComparator
Compares by file size large to small
JOTFileComparators.JOTFileTimestampAscComparator
Compares by file timestamp(last change) oldest to newest
JOTFileComparators.JOTFileTimestampDescComparator
Compares by file timestamp(last change) newest to oldest
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar