java.lang.Object
   ↳ DialogFragment
     ↳ com.pdftron.demo.navigation.ToolbarFragment
       ↳ com.pdftron.demo.navigation.FileBrowserViewFragment
         ↳ com.pdftron.demo.navigation.LocalFolderViewFragment

Summary

Nested Classes
interface LocalFolderViewFragment.LocalFolderViewFragmentListener  
[Expand]
Inherited Constants
From class com.pdftron.demo.navigation.FileBrowserViewFragment
Public Constructors
LocalFolderViewFragment()
Public Methods
void bindFilterViewModel(Menu menu)
void bindViews()
String getFilterText()
void hideFileInfoDrawer()
static LocalFolderViewFragment newInstance()
boolean onActionItemClicked(ActionMode mode, MenuItem item)
void onActivityResult(int requestCode, int resultCode, Intent data)
void onAttach(Context context)
boolean onBackPressed()
void onConfigurationChanged(Configuration newConfig)
void onConversionFailed(String errorMessage)
void onConversionFinished(String path, boolean isLocal)
void onCreate(Bundle savedInstanceState)
boolean onCreateActionMode(ActionMode mode, Menu menu)
void onCreateOptionsMenu(Menu menu, MenuInflater inflater)
View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
void onDataChanged()
void onDestroy()
void onDestroyActionMode(ActionMode mode)
void onDestroyView()
void onDetach()
void onDrawerOpened()
void onDrawerSlide()
void onExternalFolderSelected(int requestCode, Object object, ExternalFileInfo folder)
void onFileChanged(String path, int event)
void onFileClicked(FileInfo fileInfo)
void onFileDeleted(ArrayList<FileInfo> deletedFiles)
void onFileDuplicated(File fileCopy)
void onFileMerged(ArrayList<FileInfo> mergedFiles, ArrayList<FileInfo> filesToDelete, FileInfo newFile)
void onFileMoved(Map<FileInfo, Boolean> filesMoved, ExternalFileInfo targetFolder)
void onFileMoved(Map<FileInfo, Boolean> filesMoved, File targetFolder)
void onFileRenamed(FileInfo oldFile, FileInfo newFile)
void onFileTrashed(ArrayList<FileInfo> deletedFiles)
void onFilterResultsPublished(int resultCode)
void onFolderCreated(FileInfo rootFolder, FileInfo newFolder)
boolean onKeyUp(int keyCode, KeyEvent event)
void onLocalFolderSelected(int requestCode, Object object, File folder)
void onLowMemory()
void onMergeConfirmed(ArrayList<FileInfo> filesToMerge, ArrayList<FileInfo> filesToDelete, String title)
boolean onOptionsItemSelected(MenuItem item)
void onPause()
void onPopulateFolderTaskFinished()
Called when the task has been terminated.
void onPopulateFolderTaskProgressUpdated(File currentFolder)
Called when the task has updated file info list, after this callback the recursive folders/files will be populated.
void onPopulateFolderTaskStarted()
Called when the task has started.
void onPreLaunchViewer()
boolean onPrepareActionMode(ActionMode mode, Menu menu)
void onPrepareOptionsMenu(Menu menu)
void onProcessNewIntent()
boolean onQueryTextChange(String newText)
boolean onQueryTextSubmit(String query)
void onResume()
void onSaveInstanceState(Bundle outState)
void onShowFileInfo(int position)
void onStart()
void onStop()
void onTrashRemoved(TrashEntity trashEntity)
void onTrashesLoaded(List<TrashEntity> trashEntityList)
void onViewCreated(View view, Bundle savedInstanceState)
void resetFileListFilter()
void saveCreatedDocument(PDFDoc doc, String title)
void setLocalFolderViewFragmentListener(LocalFolderViewFragment.LocalFolderViewFragmentListener listener)
void updateFileObserver()
void updateSpanCount(int count)
[Expand]
Inherited Methods
From class com.pdftron.demo.navigation.FileBrowserViewFragment
From class com.pdftron.demo.navigation.ToolbarFragment
From class java.lang.Object
From interface com.pdftron.demo.asynctask.PopulateFolderTask.Callback
From interface com.pdftron.demo.dialog.FilePickerDialogFragment.ExternalFolderListener
From interface com.pdftron.demo.dialog.FilePickerDialogFragment.LocalFolderListener
From interface com.pdftron.demo.dialog.MergeDialogFragment.MergeDialogFragmentListener
From interface com.pdftron.demo.navigation.adapter.BaseFileAdapter.AdapterListener
From interface com.pdftron.demo.navigation.callbacks.FileManagementListener
From interface com.pdftron.demo.navigation.callbacks.MainActivityListener
From interface com.pdftron.demo.navigation.component.html2pdf.HtmlConversionComponent.HtmlConversionListener

Public Constructors

public LocalFolderViewFragment ()

Public Methods

public void bindFilterViewModel (Menu menu)

public void bindViews ()

public String getFilterText ()

public void hideFileInfoDrawer ()

public static LocalFolderViewFragment newInstance ()

public boolean onActionItemClicked (ActionMode mode, MenuItem item)

public void onActivityResult (int requestCode, int resultCode, Intent data)

public void onAttach (Context context)

public boolean onBackPressed ()

public void onConfigurationChanged (Configuration newConfig)

public void onConversionFailed (String errorMessage)

public void onConversionFinished (String path, boolean isLocal)

public void onCreate (Bundle savedInstanceState)

public boolean onCreateActionMode (ActionMode mode, Menu menu)

public void onCreateOptionsMenu (Menu menu, MenuInflater inflater)

public View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

public void onDataChanged ()

public void onDestroy ()

public void onDestroyActionMode (ActionMode mode)

public void onDestroyView ()

public void onDetach ()

public void onDrawerOpened ()

public void onDrawerSlide ()

public void onExternalFolderSelected (int requestCode, Object object, ExternalFileInfo folder)

public void onFileChanged (String path, int event)

public void onFileClicked (FileInfo fileInfo)

public void onFileDeleted (ArrayList<FileInfo> deletedFiles)

public void onFileDuplicated (File fileCopy)

public void onFileMerged (ArrayList<FileInfo> mergedFiles, ArrayList<FileInfo> filesToDelete, FileInfo newFile)

public void onFileMoved (Map<FileInfo, Boolean> filesMoved, ExternalFileInfo targetFolder)

public void onFileMoved (Map<FileInfo, Boolean> filesMoved, File targetFolder)

public void onFileRenamed (FileInfo oldFile, FileInfo newFile)

public void onFileTrashed (ArrayList<FileInfo> deletedFiles)

public void onFilterResultsPublished (int resultCode)

public void onFolderCreated (FileInfo rootFolder, FileInfo newFolder)

public boolean onKeyUp (int keyCode, KeyEvent event)

public void onLocalFolderSelected (int requestCode, Object object, File folder)

public void onLowMemory ()

public void onMergeConfirmed (ArrayList<FileInfo> filesToMerge, ArrayList<FileInfo> filesToDelete, String title)

public boolean onOptionsItemSelected (MenuItem item)

public void onPause ()

public void onPopulateFolderTaskFinished ()

Called when the task has been terminated.

public void onPopulateFolderTaskProgressUpdated (File currentFolder)

Called when the task has updated file info list, after this callback the recursive folders/files will be populated.

Parameters
currentFolder The current folder

public void onPopulateFolderTaskStarted ()

Called when the task has started.

public void onPreLaunchViewer ()

public boolean onPrepareActionMode (ActionMode mode, Menu menu)

public void onPrepareOptionsMenu (Menu menu)

public void onProcessNewIntent ()

public boolean onQueryTextChange (String newText)

public boolean onQueryTextSubmit (String query)

public void onResume ()

public void onSaveInstanceState (Bundle outState)

public void onShowFileInfo (int position)

public void onStart ()

public void onStop ()

public void onTrashRemoved (TrashEntity trashEntity)

public void onTrashesLoaded (List<TrashEntity> trashEntityList)

public void onViewCreated (View view, Bundle savedInstanceState)

public void resetFileListFilter ()

public void saveCreatedDocument (PDFDoc doc, String title)

public void setLocalFolderViewFragmentListener (LocalFolderViewFragment.LocalFolderViewFragmentListener listener)

public void updateFileObserver ()

public void updateSpanCount (int count)