Package | Description |
---|---|
es.ugr.swad.swadroid.modules.downloads |
File downloads package.
|
Modifier and Type | Field and Description |
---|---|
private ArrayList<DirectoryItem> |
DirectoryNavigator.currentItems |
private ArrayList<DirectoryItem> |
NodeAdapter.list |
Modifier and Type | Method and Description |
---|---|
DirectoryItem |
DirectoryNavigator.getDirectoryItem(int position)
Searches for a node in the current directory with the given position
|
(package private) DirectoryItem |
DirectoryNavigator.getDirectoryItem(String name)
Searches for a node in the current directory with the given name
|
Modifier and Type | Method and Description |
---|---|
private List<DirectoryItem> |
DirectoryNavigator.getItems(Node node)
Obtain all the items of the specific directory.
|
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 |
---|---|
void |
NodeAdapter.change(ArrayList<DirectoryItem> newBrowser) |
private void |
DownloadsManager.updateView(ArrayList<DirectoryItem> items)
When the user moves into a new directory, this method updates the set of new directories and files and paints it
|
Constructor and Description |
---|
NodeAdapter(Activity c,
ArrayList<DirectoryItem> list) |