Modifier and Type | Method | Description |
---|---|---|
default int |
countAliasFiles() |
|
int |
countAliasFiles(String filter) |
|
default int |
countApplicationFiles() |
|
int |
countApplicationFiles(String filter) |
|
default int |
countClippings() |
|
int |
countClippings(String filter) |
|
default int |
countContainers() |
|
int |
countContainers(String filter) |
|
default int |
countDocumentFiles() |
|
int |
countDocumentFiles(String filter) |
|
default int |
countFiles() |
|
int |
countFiles(String filter) |
|
default int |
countFolders() |
|
int |
countFolders(String filter) |
|
default int |
countInternetLocationFiles() |
|
int |
countInternetLocationFiles(String filter) |
|
default int |
countItems() |
|
int |
countItems(String filter) |
|
default int |
countPackages() |
|
int |
countPackages(String filter) |
|
AliasFile |
getAliasFile(int index) |
|
AliasFile |
getAliasFile(Id id) |
|
default AliasFile[] |
getAliasFiles() |
|
AliasFile[] |
getAliasFiles(String filter) |
|
ApplicationFile |
getApplicationFile(int index) |
|
ApplicationFile |
getApplicationFile(Id id) |
|
default ApplicationFile[] |
getApplicationFiles() |
|
ApplicationFile[] |
getApplicationFiles(String filter) |
|
Clipping |
getClipping(int index) |
|
Clipping |
getClipping(Id id) |
|
default Clipping[] |
getClippings() |
|
Clipping[] |
getClippings(String filter) |
|
Container |
getContainer(int index) |
|
Container |
getContainer(Id id) |
|
default Container[] |
getContainers() |
|
Container[] |
getContainers(String filter) |
|
Reference |
getContainerWindow() |
The container window for this folder.
|
DocumentFile |
getDocumentFile(int index) |
|
DocumentFile |
getDocumentFile(Id id) |
|
default DocumentFile[] |
getDocumentFiles() |
|
DocumentFile[] |
getDocumentFiles(String filter) |
|
Reference |
getEntireContents() |
The entire contents of the container, including the contents of its children.
|
File |
getFile(int index) |
|
File |
getFile(Id id) |
|
default File[] |
getFiles() |
|
File[] |
getFiles(String filter) |
|
Folder |
getFolder(int index) |
|
Folder |
getFolder(Id id) |
|
default Folder[] |
getFolders() |
|
Folder[] |
getFolders(String filter) |
|
InternetLocationFile |
getInternetLocationFile(int index) |
|
InternetLocationFile |
getInternetLocationFile(Id id) |
|
default InternetLocationFile[] |
getInternetLocationFiles() |
|
InternetLocationFile[] |
getInternetLocationFiles(String filter) |
|
Item |
getItem(int index) |
|
Item |
getItem(Id id) |
|
default Item[] |
getItems() |
|
Item[] |
getItems(String filter) |
|
Package |
getPackage(int index) |
|
Package |
getPackage(Id id) |
|
default Package[] |
getPackages() |
|
Package[] |
getPackages(String filter) |
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
boolean |
isCompletelyExpanded() |
(NOT AVAILABLE YET) Are the container and all of its children opened as outlines? (can only be set for containers viewed as lists).
|
boolean |
isExpandable() |
(NOT AVAILABLE YET) Is the container capable of being expanded as an outline?
|
boolean |
isExpanded() |
(NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists).
|
void |
setCompletelyExpanded(boolean completelyExpanded) |
(NOT AVAILABLE YET) Are the container and all of its children opened as outlines? (can only be set for containers viewed as lists).
|
void |
setExpanded(boolean expanded) |
(NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists).
|
getBounds, getComment, getContainer, getCreationDate, getDescription, getDesktopPosition, getDisk, getDisplayedName, getEveryonesPrivileges, getGroup, getGroupPrivileges, getIcon, getIndex, getInformationWindow, getKind, getKlass, getLabelIndex, getModificationDate, getName, getNameExtension, getOwner, getOwnerPrivileges, getPhysicalSize, getPosition, getSize, getUrl, isExtensionHidden, isLocked, setBounds, setComment, setDesktopPosition, setEveryonesPrivileges, setExtensionHidden, setGroup, setGroupPrivileges, setIcon, setLabelIndex, setLocked, setModificationDate, setName, setNameExtension, setOwner, setOwnerPrivileges, setPosition
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Kind("element") @Type("item") Item[] getItems(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"Item
s@Kind("element") @Type("item") Item getItem(int index)
index
- index into the element list (zero-based)Item
at the requested index@Kind("element") @Type("item") Item getItem(Id id)
id
- id of the itemItem
with the requested id@Kind("element") @Type("item") int countItems(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"@Kind("element") @Type("container") default Container[] getContainers()
Container
s@Kind("element") @Type("container") Container[] getContainers(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"Container
s@Kind("element") @Type("container") Container getContainer(int index)
index
- index into the element list (zero-based)Container
at the requested index@Kind("element") @Type("container") Container getContainer(Id id)
id
- id of the itemContainer
with the requested id@Kind("element") @Type("container") default int countContainers()
Container
s@Kind("element") @Type("container") int countContainers(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"@Kind("element") @Type("folder") default Folder[] getFolders()
Folder
s@Kind("element") @Type("folder") Folder[] getFolders(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"Folder
s@Kind("element") @Type("folder") Folder getFolder(int index)
index
- index into the element list (zero-based)Folder
at the requested index@Kind("element") @Type("folder") Folder getFolder(Id id)
id
- id of the itemFolder
with the requested id@Kind("element") @Type("folder") default int countFolders()
Folder
s@Kind("element") @Type("folder") int countFolders(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"@Kind("element") @Type("file") File[] getFiles(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"File
s@Kind("element") @Type("file") File getFile(int index)
index
- index into the element list (zero-based)File
at the requested index@Kind("element") @Type("file") File getFile(Id id)
id
- id of the itemFile
with the requested id@Kind("element") @Type("file") int countFiles(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"@Kind("element") @Type("alias file") default AliasFile[] getAliasFiles()
AliasFile
s@Kind("element") @Type("alias file") AliasFile[] getAliasFiles(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"AliasFile
s@Kind("element") @Type("alias file") AliasFile getAliasFile(int index)
index
- index into the element list (zero-based)AliasFile
at the requested index@Kind("element") @Type("alias file") AliasFile getAliasFile(Id id)
id
- id of the itemAliasFile
with the requested id@Kind("element") @Type("alias file") default int countAliasFiles()
AliasFile
s@Kind("element") @Type("alias file") int countAliasFiles(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"@Kind("element") @Type("application file") default ApplicationFile[] getApplicationFiles()
ApplicationFile
s@Kind("element") @Type("application file") ApplicationFile[] getApplicationFiles(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"ApplicationFile
s@Kind("element") @Type("application file") ApplicationFile getApplicationFile(int index)
index
- index into the element list (zero-based)ApplicationFile
at the requested index@Kind("element") @Type("application file") ApplicationFile getApplicationFile(Id id)
id
- id of the itemApplicationFile
with the requested id@Kind("element") @Type("application file") default int countApplicationFiles()
ApplicationFile
s@Kind("element") @Type("application file") int countApplicationFiles(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"@Kind("element") @Type("document file") default DocumentFile[] getDocumentFiles()
DocumentFile
s@Kind("element") @Type("document file") DocumentFile[] getDocumentFiles(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"DocumentFile
s@Kind("element") @Type("document file") DocumentFile getDocumentFile(int index)
index
- index into the element list (zero-based)DocumentFile
at the requested index@Kind("element") @Type("document file") DocumentFile getDocumentFile(Id id)
id
- id of the itemDocumentFile
with the requested id@Kind("element") @Type("document file") default int countDocumentFiles()
DocumentFile
s@Kind("element") @Type("document file") int countDocumentFiles(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"@Kind("element") @Type("internet location file") default InternetLocationFile[] getInternetLocationFiles()
InternetLocationFile
s@Kind("element") @Type("internet location file") InternetLocationFile[] getInternetLocationFiles(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"InternetLocationFile
s@Kind("element") @Type("internet location file") InternetLocationFile getInternetLocationFile(int index)
index
- index into the element list (zero-based)InternetLocationFile
at the requested index@Kind("element") @Type("internet location file") InternetLocationFile getInternetLocationFile(Id id)
id
- id of the itemInternetLocationFile
with the requested id@Kind("element") @Type("internet location file") default int countInternetLocationFiles()
InternetLocationFile
s@Kind("element") @Type("internet location file") int countInternetLocationFiles(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"@Kind("element") @Type("clipping") default Clipping[] getClippings()
Clipping
s@Kind("element") @Type("clipping") Clipping[] getClippings(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"Clipping
s@Kind("element") @Type("clipping") Clipping getClipping(int index)
index
- index into the element list (zero-based)Clipping
at the requested index@Kind("element") @Type("clipping") Clipping getClipping(Id id)
id
- id of the itemClipping
with the requested id@Kind("element") @Type("clipping") default int countClippings()
Clipping
s@Kind("element") @Type("clipping") int countClippings(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"@Kind("element") @Type("package") default Package[] getPackages()
Package
s@Kind("element") @Type("package") Package[] getPackages(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"Package
s@Kind("element") @Type("package") Package getPackage(int index)
index
- index into the element list (zero-based)Package
at the requested index@Kind("element") @Type("package") Package getPackage(Id id)
id
- id of the itemPackage
with the requested id@Kind("element") @Type("package") default int countPackages()
Package
s@Kind("element") @Type("package") int countPackages(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"@Code("ects") @Kind("property") @Name("entire contents") @Type("specifier") Reference getEntireContents()
@Code("pexa") @Kind("property") @Name("expandable") @Type("boolean") boolean isExpandable()
@Code("pexp") @Kind("property") @Name("expanded") @Type("boolean") boolean isExpanded()
@Code("pexp") @Kind("property") @Name("expanded") @Type("boolean") void setExpanded(boolean expanded)
expanded
- new property value@Code("pexc") @Kind("property") @Name("completely expanded") @Type("boolean") boolean isCompletelyExpanded()
@Code("pexc") @Kind("property") @Name("completely expanded") @Type("boolean") void setCompletelyExpanded(boolean completelyExpanded)
completelyExpanded
- new property value@Code("cwnd") @Kind("property") @Name("container window") @Type("specifier") Reference getContainerWindow()
Map<String,Object> getProperties()
getProperties
in interface Item