BuildmLearn-Toolkit-Android
2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
|
Programmed dialog box to select file from storage. More...
Classes | |
interface | FileSelectListener |
Public Member Functions | |
FileDialog (Activity activity) | |
void | addFileListener (FileSelectListener listener) |
void | showDialog () |
void | setFileEndsWith () |
Private Member Functions | |
Dialog | createFileDialog () |
void | fireFileSelectedEvent (final File file) |
void | loadFileList (File path) |
File | getChosenFile (String fileChosen) |
Private Attributes | |
final Activity | activity |
final ListenerList< FileSelectListener > | fileListenerList = new ListenerList<>() |
String[] | fileList |
File | currentPath |
String | fileEndsWith |
Static Private Attributes | |
static final String | PARENT_DIR = ".." |
Programmed dialog box to select file from storage.
Created by Anupam (opticod) on 30/5/16.
org.buildmlearn.toolkit.utilities.FileDialog.FileDialog | ( | Activity | activity | ) |
void org.buildmlearn.toolkit.utilities.FileDialog.addFileListener | ( | FileSelectListener | listener | ) |
|
private |
|
private |
|
private |
|
private |
void org.buildmlearn.toolkit.utilities.FileDialog.setFileEndsWith | ( | ) |
void org.buildmlearn.toolkit.utilities.FileDialog.showDialog | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |