Modifier and Type | Method | Description |
---|---|---|
default int |
countColumns() |
|
int |
countColumns(String filter) |
|
Column |
getColumn(int index) |
|
Column |
getColumn(Id id) |
|
default Column[] |
getColumns() |
|
Column[] |
getColumns(String filter) |
|
Lvic |
getIconSize() |
The size of icons displayed in the list view.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
Column |
getSortColumn() |
The column that the list view is sorted on.
|
int |
getTextSize() |
The size of the text displayed in the list view.
|
boolean |
isCalculatesFolderSizes() |
Are folder sizes calculated and displayed in the window?
|
boolean |
isShowsIconPreview() |
Displays a preview of the item in list view.
|
boolean |
isUsesRelativeDates() |
Are relative dates (e.g., today, yesterday) shown in the list view?
|
void |
setCalculatesFolderSizes(boolean calculatesFolderSizes) |
Are folder sizes calculated and displayed in the window?
|
void |
setIconSize(Lvic iconSize) |
The size of icons displayed in the list view.
|
void |
setShowsIconPreview(boolean showsIconPreview) |
Displays a preview of the item in list view.
|
void |
setSortColumn(Column sortColumn) |
The column that the list view is sorted on.
|
void |
setTextSize(int textSize) |
The size of the text displayed in the list view.
|
void |
setUsesRelativeDates(boolean usesRelativeDates) |
Are relative dates (e.g., today, yesterday) shown in the list view?
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Kind("element") @Type("column") default Column[] getColumns()
Column
s@Kind("element") @Type("column") Column[] getColumns(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"Column
s@Kind("element") @Type("column") Column getColumn(int index)
index
- index into the element list (zero-based)Column
at the requested index@Kind("element") @Type("column") Column getColumn(Id id)
id
- id of the itemColumn
with the requested id@Kind("element") @Type("column") default int countColumns()
Column
s@Kind("element") @Type("column") int countColumns(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"@Code("sfsz") @Kind("property") @Name("calculates folder sizes") @Type("boolean") boolean isCalculatesFolderSizes()
@Code("sfsz") @Kind("property") @Name("calculates folder sizes") @Type("boolean") void setCalculatesFolderSizes(boolean calculatesFolderSizes)
calculatesFolderSizes
- new property value@Code("prvw") @Kind("property") @Name("shows icon preview") @Type("boolean") boolean isShowsIconPreview()
@Code("prvw") @Kind("property") @Name("shows icon preview") @Type("boolean") void setShowsIconPreview(boolean showsIconPreview)
showsIconPreview
- new property value@Code("lvis") @Kind("property") @Name("icon size") @Type("lvic") Lvic getIconSize()
@Code("lvis") @Kind("property") @Name("icon size") @Type("lvic") void setIconSize(Lvic iconSize)
iconSize
- new property value@Code("fsiz") @Kind("property") @Name("text size") @Type("integer") int getTextSize()
@Code("fsiz") @Kind("property") @Name("text size") @Type("integer") void setTextSize(int textSize)
textSize
- new property value@Code("srtc") @Kind("property") @Name("sort column") @Type("column") Column getSortColumn()
@Code("srtc") @Kind("property") @Name("sort column") @Type("column") void setSortColumn(Column sortColumn)
sortColumn
- new property value@Code("urdt") @Kind("property") @Name("uses relative dates") @Type("boolean") boolean isUsesRelativeDates()
@Code("urdt") @Kind("property") @Name("uses relative dates") @Type("boolean") void setUsesRelativeDates(boolean usesRelativeDates)
usesRelativeDates
- new property value