Modifier and Type | Interface | Description |
---|---|---|
interface |
Album |
An album.
|
interface |
Folder |
A folder.
|
Modifier and Type | Method | Description |
---|---|---|
Container |
Application.getContainer(int index) |
Top level containers in the library, including user created albums and folders, as well as the favorites album.
|
Container |
Application.getContainer(Id id) |
Top level containers in the library, including user created albums and folders, as well as the favorites album.
|
Container |
Folder.getContainer(int index) |
The children containers contained in this folder.
|
Container |
Folder.getContainer(Id id) |
The children containers contained in this folder.
|
default Container[] |
Application.getContainers() |
Top level containers in the library, including user created albums and folders, as well as the favorites album.
|
Container[] |
Application.getContainers(String filter) |
Top level containers in the library, including user created albums and folders, as well as the favorites album.
|
default Container[] |
Folder.getContainers() |
The children containers contained in this folder.
|
Container[] |
Folder.getContainers(String filter) |
The children containers contained in this folder.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Application.spotlight(Container theFullPathToTheImage) |
Show the image at path in the application, used to show spotlight search results.
|