Modifier and Type | Interface | Description |
---|---|---|
interface |
DesktopObject |
Desktop-object is the class of the “desktop” object.
|
interface |
Disk |
A disk.
|
interface |
Folder |
A folder.
|
interface |
TrashObject |
Trash-object is the class of the “trash” object.
|
Modifier and Type | Method | Description |
---|---|---|
Container |
Application.getContainer(int index) |
|
Container |
Application.getContainer(Id id) |
|
Container |
Container.getContainer(int index) |
|
Container |
Container.getContainer(Id id) |
|
Container |
DesktopObject.getContainer(int index) |
|
Container |
DesktopObject.getContainer(Id id) |
|
Container |
Disk.getContainer(int index) |
|
Container |
Disk.getContainer(Id id) |
|
Container |
Folder.getContainer(int index) |
|
Container |
Folder.getContainer(Id id) |
|
Container |
TrashObject.getContainer(int index) |
|
Container |
TrashObject.getContainer(Id id) |
|
default Container[] |
Application.getContainers() |
|
Container[] |
Application.getContainers(String filter) |
|
default Container[] |
Container.getContainers() |
|
Container[] |
Container.getContainers(String filter) |
|
default Container[] |
DesktopObject.getContainers() |
|
Container[] |
DesktopObject.getContainers(String filter) |
|
default Container[] |
Disk.getContainers() |
|
Container[] |
Disk.getContainers(String filter) |
|
default Container[] |
Folder.getContainers() |
|
Container[] |
Folder.getContainers(String filter) |
|
default Container[] |
TrashObject.getContainers() |
|
Container[] |
TrashObject.getContainers(String filter) |