Package | Description |
---|---|
es.ugr.swad.swadroid.modules.downloads |
File downloads package.
|
Modifier and Type | Method and Description |
---|---|
DirectoryItem |
DirectoryNavigator.getDirectoryItem(int position)
Searches for a node in the current directory with the given position
|
Modifier and Type | Method and Description |
---|---|
ArrayList<DirectoryItem> |
DirectoryNavigator.goToCurrentDirectory() |
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.
|
Modifier and Type | Method and Description |
---|---|
int |
DirectoryItem.compareTo(DirectoryItem another) |
Modifier and Type | Method and Description |
---|---|
void |
NodeAdapter.change(ArrayList<DirectoryItem> newBrowser) |
Constructor and Description |
---|
NodeAdapter(Activity c,
ArrayList<DirectoryItem> list) |