-
backgroundColor
net.sf.jguiraffe.gui.builder.components.Color backgroundColor
The background color.
-
foregroundColor
net.sf.jguiraffe.gui.builder.components.Color foregroundColor
The foreground color.
-
selectionBackground
net.sf.jguiraffe.gui.builder.components.Color selectionBackground
The selection background color.
-
selectionForeground
net.sf.jguiraffe.gui.builder.components.Color selectionForeground
The selection foreground color.
-
sortColumn
Integer sortColumn
The index of the sort color.
-
sortDirectories
Integer sortDirectories
The sort mode for directories.
-
sortDescending
boolean sortDescending
The sort descending flag.
-
filterTypes
boolean filterTypes
A flag whether the filter for file types is active.
-
fileTypes
String[] fileTypes
An array with the file types to filter for.
-
filterSize
boolean filterSize
A flag whether the filter for file size is active.
-
minFileSize
Integer minFileSize
The minimum file size for the size filter.
-
filterDate
boolean filterDate
A flag whether the date filter is active.
-
fileDateFrom
Date fileDateFrom
The from date for the date filter.
-
fileDateTo
Date fileDateTo
The to date for the date filter.