Modifier and Type | Method | Description |
---|---|---|
Folder |
Application.getFolder(int index) |
All user created folders in the library, in no specific order.
|
Folder |
Application.getFolder(Id id) |
All user created folders in the library, in no specific order.
|
Folder |
Folder.getFolder(int index) |
All folders contained in this folder.
|
Folder |
Folder.getFolder(Id id) |
All folders contained in this folder.
|
default Folder[] |
Application.getFolders() |
All user created folders in the library, in no specific order.
|
Folder[] |
Application.getFolders(String filter) |
All user created folders in the library, in no specific order.
|
default Folder[] |
Folder.getFolders() |
All folders contained in this folder.
|
Folder[] |
Folder.getFolders(String filter) |
All folders contained in this folder.
|
Folder |
Container.getParent() |
This container's parent folder, if any.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Application.delete(Folder theAlbumOrFolderToDelete) |
Delete an object.
|
Album |
Application.make(TypeClass theClassOfTheNewObjectAllowedValuesAreAlbumOrFolder,
String theNameOfTheNewObject,
Folder theParentFolderForTheNewObject) |
Create a new object.
|