Modifier and Type | Method | Description |
---|---|---|
default int |
countFolders() |
|
int |
countFolders(String filter) |
|
Folder |
getAppleMenuFolder() |
The Apple Menu Items folder.
|
Folder |
getControlPanelsFolder() |
The Control Panels folder.
|
Folder |
getControlStripModulesFolder() |
The Control Strip Modules folder.
|
Folder |
getDesktopFolder() |
The Classic Desktop folder.
|
Folder |
getExtensionsFolder() |
The Extensions folder.
|
Folder |
getFolder(int index) |
|
Folder |
getFolder(Id id) |
|
default Folder[] |
getFolders() |
|
Folder[] |
getFolders(String filter) |
|
Folder |
getFontsFolder() |
The Fonts folder.
|
Folder |
getLauncherItemsFolder() |
The Launcher Items folder.
|
Folder |
getPreferencesFolder() |
The Classic Preferences folder.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
Folder |
getShutdownFolder() |
The Shutdown Items folder.
|
Folder |
getStartupItemsFolder() |
The StartupItems folder.
|
Folder |
getSystemFolder() |
The System folder.
|
getApplicationsFolder, getApplicationSupportFolder, getDesktopPicturesFolder, getFolderActionScriptsFolder, getId, getLibraryFolder, getName, getScriptingAdditionsFolder, getScriptsFolder, getSharedDocumentsFolder, getSpeakableItemsFolder, getUtilitiesFolder, getWorkflowsFolder
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Kind("element") @Type("folder") default Folder[] getFolders()
getFolders
in interface Domain
Folder
s@Kind("element") @Type("folder") Folder[] getFolders(String filter)
getFolders
in interface Domain
filter
- AppleScript filter clause without the leading "whose" or "where"Folder
s@Kind("element") @Type("folder") default int countFolders()
countFolders
in interface Domain
Folder
s@Kind("element") @Type("folder") int countFolders(String filter)
countFolders
in interface Domain
filter
- AppleScript filter clause without the leading "whose" or "where"@Code("amnu") @Kind("property") @Name("apple menu folder") @Type("folder") Folder getAppleMenuFolder()
@Code("ctrl") @Kind("property") @Name("control panels folder") @Type("folder") Folder getControlPanelsFolder()
@Code("sdev") @Kind("property") @Name("control strip modules folder") @Type("folder") Folder getControlStripModulesFolder()
@Code("desk") @Kind("property") @Name("desktop folder") @Type("folder") Folder getDesktopFolder()
@Code("extz") @Kind("property") @Name("extensions folder") @Type("folder") Folder getExtensionsFolder()
@Code("font") @Kind("property") @Name("fonts folder") @Type("folder") Folder getFontsFolder()
getFontsFolder
in interface Domain
@Code("laun") @Kind("property") @Name("launcher items folder") @Type("folder") Folder getLauncherItemsFolder()
@Code("pref") @Kind("property") @Name("preferences folder") @Type("folder") Folder getPreferencesFolder()
getPreferencesFolder
in interface Domain
@Code("shdf") @Kind("property") @Name("shutdown folder") @Type("folder") Folder getShutdownFolder()
@Code("empz") @Kind("property") @Name("startup items folder") @Type("folder") Folder getStartupItemsFolder()
@Code("macs") @Kind("property") @Name("system folder") @Type("folder") Folder getSystemFolder()
Map<String,Object> getProperties()
getProperties
in interface Domain