Modifier and Type | Interface | Description |
---|---|---|
interface |
AliasFile |
An alias file (created with “Make Alias”).
|
interface |
ApplicationFile |
An application's file on disk.
|
interface |
Clipping |
A clipping.
|
interface |
DocumentFile |
A document file.
|
interface |
InternetLocationFile |
A file containing an internet location.
|
Modifier and Type | Method | Description |
---|---|---|
File |
IconViewOptions.getBackgroundPicture() |
The background picture of the icon view.
|
File |
Application.getDesktopPicture() |
The desktop picture of the main monitor.
|
File |
Application.getFile(int index) |
|
File |
Application.getFile(Id id) |
|
File |
Container.getFile(int index) |
|
File |
Container.getFile(Id id) |
|
File |
DesktopObject.getFile(int index) |
|
File |
DesktopObject.getFile(Id id) |
|
File |
Disk.getFile(int index) |
|
File |
Disk.getFile(Id id) |
|
File |
Folder.getFile(int index) |
|
File |
Folder.getFile(Id id) |
|
File |
TrashObject.getFile(int index) |
|
File |
TrashObject.getFile(Id id) |
|
default File[] |
Application.getFiles() |
|
File[] |
Application.getFiles(String filter) |
|
default File[] |
Container.getFiles() |
|
File[] |
Container.getFiles(String filter) |
|
default File[] |
DesktopObject.getFiles() |
|
File[] |
DesktopObject.getFiles(String filter) |
|
default File[] |
Disk.getFiles() |
|
File[] |
Disk.getFiles(String filter) |
|
default File[] |
Folder.getFiles() |
|
File[] |
Folder.getFiles(String filter) |
|
default File[] |
TrashObject.getFiles() |
|
File[] |
TrashObject.getFiles(String filter) |
Modifier and Type | Method | Description |
---|---|---|
void |
IconViewOptions.setBackgroundPicture(File backgroundPicture) |
The background picture of the icon view.
|
void |
Application.setDesktopPicture(File desktopPicture) |
The desktop picture of the main monitor.
|