Skip navigation links
A C D E F G H I M N O P R S U 

A

accept(File) - Method in class com.github.angads25.filepicker.utils.ExtensionFilter
Function to filter files based on defined rules.
addSelectedItem(FileListItem) - Static method in class com.github.angads25.filepicker.model.MarkedItemList
 
addSingleFile(FileListItem) - Static method in class com.github.angads25.filepicker.model.MarkedItemList
 

C

checkStorageAccessPermissions(Context) - Static method in class com.github.angads25.filepicker.utils.Utility
Post Lollipop Devices require permissions on Runtime (Risky Ones), even though it has been specified in the uses-permission tag of manifest.
clearSelectionList() - Static method in class com.github.angads25.filepicker.model.MarkedItemList
 
com.github.angads25.filepicker.controller - package com.github.angads25.filepicker.controller
 
com.github.angads25.filepicker.controller.adapters - package com.github.angads25.filepicker.controller.adapters
 
com.github.angads25.filepicker.model - package com.github.angads25.filepicker.model
 
com.github.angads25.filepicker.utils - package com.github.angads25.filepicker.utils
 
com.github.angads25.filepicker.view - package com.github.angads25.filepicker.view
 
com.github.angads25.filepicker.widget - package com.github.angads25.filepicker.widget
 
compareTo(FileListItem) - Method in class com.github.angads25.filepicker.model.FileListItem
 

D

DEFAULT_DIR - Static variable in class com.github.angads25.filepicker.model.DialogConfigs
 
DialogConfigs - Class in com.github.angads25.filepicker.model
Created by Angad Singh on 11-07-2016.
DialogConfigs() - Constructor for class com.github.angads25.filepicker.model.DialogConfigs
 
DialogProperties - Class in com.github.angads25.filepicker.model
Created by Angad Singh on 11-07-2016.
DialogProperties() - Constructor for class com.github.angads25.filepicker.model.DialogProperties
 
DialogSelectionListener - Interface in com.github.angads25.filepicker.controller
Interface definition for a callback to be invoked when dialog selects files.
DIR_SELECT - Static variable in class com.github.angads25.filepicker.model.DialogConfigs
 
DIRECTORY_SEPERATOR - Static variable in class com.github.angads25.filepicker.model.DialogConfigs
 
dismiss() - Method in class com.github.angads25.filepicker.view.FilePickerDialog
 

E

error_dir - Variable in class com.github.angads25.filepicker.model.DialogProperties
The Directory is used when Root Directory is not readable or accessible.
ExtensionFilter - Class in com.github.angads25.filepicker.utils
Created by Angad Singh on 11-07-2016.
ExtensionFilter(DialogProperties) - Constructor for class com.github.angads25.filepicker.utils.ExtensionFilter
 
extensions - Variable in class com.github.angads25.filepicker.model.DialogProperties
An Array of String containing extensions, Files with only that will be shown.
EXTERNAL_READ_PERMISSION_GRANT - Static variable in class com.github.angads25.filepicker.view.FilePickerDialog
 

F

FILE_AND_DIR_SELECT - Static variable in class com.github.angads25.filepicker.model.DialogConfigs
 
FILE_SELECT - Static variable in class com.github.angads25.filepicker.model.DialogConfigs
 
FileListAdapter - Class in com.github.angads25.filepicker.controller.adapters
Adapter Class that extends BaseAdapter that is used to populate ListView with file info.
FileListAdapter(ArrayList<FileListItem>, Context, DialogProperties) - Constructor for class com.github.angads25.filepicker.controller.adapters.FileListAdapter
 
FileListItem - Class in com.github.angads25.filepicker.model
The model/container class holding file list data.
FileListItem() - Constructor for class com.github.angads25.filepicker.model.FileListItem
 
FilePickerDialog - Class in com.github.angads25.filepicker.view
Created by Angad Singh on 09-07-2016.
FilePickerDialog(Context) - Constructor for class com.github.angads25.filepicker.view.FilePickerDialog
 
FilePickerDialog(Context, DialogProperties) - Constructor for class com.github.angads25.filepicker.view.FilePickerDialog
 
FilePickerDialog(Context, DialogProperties, int) - Constructor for class com.github.angads25.filepicker.view.FilePickerDialog
 
FilePickerPreference - Class in com.github.angads25.filepicker.view
Created by angads25 on 15-07-2016.
FilePickerPreference(Context) - Constructor for class com.github.angads25.filepicker.view.FilePickerPreference
 
FilePickerPreference(Context, AttributeSet) - Constructor for class com.github.angads25.filepicker.view.FilePickerPreference
 
FilePickerPreference(Context, AttributeSet, int) - Constructor for class com.github.angads25.filepicker.view.FilePickerPreference
 

G

getCount() - Method in class com.github.angads25.filepicker.controller.adapters.FileListAdapter
 
getFileCount() - Static method in class com.github.angads25.filepicker.model.MarkedItemList
 
getFilename() - Method in class com.github.angads25.filepicker.model.FileListItem
 
getItem(int) - Method in class com.github.angads25.filepicker.controller.adapters.FileListAdapter
 
getItemId(int) - Method in class com.github.angads25.filepicker.controller.adapters.FileListAdapter
 
getLocation() - Method in class com.github.angads25.filepicker.model.FileListItem
 
getProperties() - Method in class com.github.angads25.filepicker.view.FilePickerDialog
 
getSelectedPaths() - Static method in class com.github.angads25.filepicker.model.MarkedItemList
 
getTime() - Method in class com.github.angads25.filepicker.model.FileListItem
 
getView(int, View, ViewGroup) - Method in class com.github.angads25.filepicker.controller.adapters.FileListAdapter
 

H

hasItem(String) - Static method in class com.github.angads25.filepicker.model.MarkedItemList
 

I

initView(Context) - Method in class com.github.angads25.filepicker.widget.MaterialCheckbox
 
isChecked() - Method in class com.github.angads25.filepicker.widget.MaterialCheckbox
 
isDirectory() - Method in class com.github.angads25.filepicker.model.FileListItem
 
isMarked() - Method in class com.github.angads25.filepicker.model.FileListItem
 

M

MarkedItemList - Class in com.github.angads25.filepicker.model
Created by Angad Singh on 11-07-2016.
MarkedItemList() - Constructor for class com.github.angads25.filepicker.model.MarkedItemList
 
markFiles(List<String>) - Method in class com.github.angads25.filepicker.view.FilePickerDialog
 
MaterialCheckbox - Class in com.github.angads25.filepicker.widget
Created by Angad on 19-05-2017.
MaterialCheckbox(Context) - Constructor for class com.github.angads25.filepicker.widget.MaterialCheckbox
 
MaterialCheckbox(Context, AttributeSet) - Constructor for class com.github.angads25.filepicker.widget.MaterialCheckbox
 
MaterialCheckbox(Context, AttributeSet, int) - Constructor for class com.github.angads25.filepicker.widget.MaterialCheckbox
 
MULTI_MODE - Static variable in class com.github.angads25.filepicker.model.DialogConfigs
 

N

notifyCheckBoxIsClicked() - Method in interface com.github.angads25.filepicker.controller.NotifyItemChecked
Called when a checkbox is checked.
NotifyItemChecked - Interface in com.github.angads25.filepicker.controller
Interface definition for a callback to be invoked when a checkbox is checked.

O

offset - Variable in class com.github.angads25.filepicker.model.DialogProperties
The Directory can be used as an offset.
onBackPressed() - Method in class com.github.angads25.filepicker.view.FilePickerDialog
 
onBindView(View) - Method in class com.github.angads25.filepicker.view.FilePickerPreference
 
onCheckedChanged(MaterialCheckbox, boolean) - Method in interface com.github.angads25.filepicker.widget.OnCheckedChangeListener
 
OnCheckedChangeListener - Interface in com.github.angads25.filepicker.widget
Created by Angad on 20-05-2017.
onCreate(Bundle) - Method in class com.github.angads25.filepicker.view.FilePickerDialog
 
onDraw(Canvas) - Method in class com.github.angads25.filepicker.widget.MaterialCheckbox
 
onGetDefaultValue(TypedArray, int) - Method in class com.github.angads25.filepicker.view.FilePickerPreference
 
onItemClick(AdapterView<?>, View, int, long) - Method in class com.github.angads25.filepicker.view.FilePickerDialog
 
onMeasure(int, int) - Method in class com.github.angads25.filepicker.widget.MaterialCheckbox
 
onPreferenceClick(Preference) - Method in class com.github.angads25.filepicker.view.FilePickerPreference
 
onRestoreInstanceState(Parcelable) - Method in class com.github.angads25.filepicker.view.FilePickerPreference
 
onSaveInstanceState() - Method in class com.github.angads25.filepicker.view.FilePickerPreference
 
onSelectedFilePaths(String[]) - Method in interface com.github.angads25.filepicker.controller.DialogSelectionListener
The method is called when files or directories are selected.
onSelectedFilePaths(String[]) - Method in class com.github.angads25.filepicker.view.FilePickerPreference
 
onSetInitialValue(boolean, Object) - Method in class com.github.angads25.filepicker.view.FilePickerPreference
 
onStart() - Method in class com.github.angads25.filepicker.view.FilePickerDialog
 

P

prepareFileListEntries(ArrayList<FileListItem>, File, ExtensionFilter) - Static method in class com.github.angads25.filepicker.utils.Utility
Prepares the list of Files and Folders inside 'inter' Directory.

R

removeSelectedItem(String) - Static method in class com.github.angads25.filepicker.model.MarkedItemList
 
root - Variable in class com.github.angads25.filepicker.model.DialogProperties
The Parent/Root Directory.

S

selection_mode - Variable in class com.github.angads25.filepicker.model.DialogProperties
Selection Mode defines whether a single of multiple Files/Directories have to be selected.
selection_type - Variable in class com.github.angads25.filepicker.model.DialogProperties
Selection Type defines that whether a File/Directory or both of these has to be selected.
setChecked(boolean) - Method in class com.github.angads25.filepicker.widget.MaterialCheckbox
 
setDialogSelectionListener(DialogSelectionListener) - Method in class com.github.angads25.filepicker.view.FilePickerDialog
 
setDirectory(boolean) - Method in class com.github.angads25.filepicker.model.FileListItem
 
setFilename(String) - Method in class com.github.angads25.filepicker.model.FileListItem
 
setLocation(String) - Method in class com.github.angads25.filepicker.model.FileListItem
 
setMarked(boolean) - Method in class com.github.angads25.filepicker.model.FileListItem
 
setNegativeBtnName(CharSequence) - Method in class com.github.angads25.filepicker.view.FilePickerDialog
 
setNotifyItemCheckedListener(NotifyItemChecked) - Method in class com.github.angads25.filepicker.controller.adapters.FileListAdapter
 
setOnCheckedChangedListener(OnCheckedChangeListener) - Method in class com.github.angads25.filepicker.widget.MaterialCheckbox
 
setPositiveBtnName(CharSequence) - Method in class com.github.angads25.filepicker.view.FilePickerDialog
 
setProperties(DialogProperties) - Method in class com.github.angads25.filepicker.view.FilePickerDialog
 
setProperties(DialogProperties) - Method in class com.github.angads25.filepicker.view.FilePickerPreference
 
setTime(long) - Method in class com.github.angads25.filepicker.model.FileListItem
 
setTitle(CharSequence) - Method in class com.github.angads25.filepicker.view.FilePickerDialog
 
show() - Method in class com.github.angads25.filepicker.view.FilePickerDialog
 
SINGLE_MODE - Static variable in class com.github.angads25.filepicker.model.DialogConfigs
 
STORAGE_DIR - Static variable in class com.github.angads25.filepicker.model.DialogConfigs
 

U

Utility - Class in com.github.angads25.filepicker.utils
Created by Angad Singh on 11-07-2016.
Utility() - Constructor for class com.github.angads25.filepicker.utils.Utility
 
A C D E F G H I M N O P R S U 
Skip navigation links