Package | Description |
---|---|
es.ugr.swad.swadroid.modules.downloads |
File downloads package.
|
Modifier and Type | Method and Description |
---|---|
private Node |
DirectoryNavigator.goToDirectory()
Go to the directory of the path.
|
ArrayList<DirectoryItem> |
DirectoryNavigator.goToParentDirectory()
Travel to the parent directory.
|
ArrayList<DirectoryItem> |
DirectoryNavigator.goToRoot()
Go to the root directory.
|
ArrayList<DirectoryItem> |
DirectoryNavigator.goToSubDirectory(int directoryPosition)
Travel inside a subdirectory.
|
ArrayList<DirectoryItem> |
DirectoryNavigator.goToSubDirectory(String subDirectory)
Travel inside a subdirectory.
|
ArrayList<DirectoryItem> |
DirectoryNavigator.refresh(String fileXML)
Refresh the XML file and refresh the directory data.
|