Uses of Class
com.blogspot.applications4android.comicreader.exceptions.ComicNotFoundException

Packages that use ComicNotFoundException
com.blogspot.applications4android.comicreader   
com.blogspot.applications4android.comicreader.core   
 

Uses of ComicNotFoundException in com.blogspot.applications4android.comicreader
 

Methods in com.blogspot.applications4android.comicreader that throw ComicNotFoundException
 void ComicStripViewer.setupNextComic()
          Set the next comic in the list
 void ComicStripViewer.setupPreviousComic()
          Set the previous comic in the list
 

Uses of ComicNotFoundException in com.blogspot.applications4android.comicreader.core
 

Methods in com.blogspot.applications4android.comicreader.core that throw ComicNotFoundException
 ComicClass ComicClassList.getComicClassFromIndex(int idx)
          get the comic class object from the index
 Comic ComicClassList.getComicFromIndex(int idx)
          Get the comic object from the index
 Comic ComicClassList.getComicFromTitle(java.lang.String title)
          Get the comic object from the title
 Comic ComicClassList.getNextComic(java.lang.String title)
          Get the comic next to the one wrt the input title
 Comic ComicClassList.getNextMyComic(java.lang.String title)
          Get the comic next to the one wrt the input title
 Comic ComicClassList.getPreviousComic(java.lang.String title)
          Get the comic previous to the one wrt the input title
 Comic ComicClassList.getPreviousMyComic(java.lang.String title)
          Get the comic previous to the one wrt the input title
 boolean ComicClassList.isSelected(int idx)
          Tells whether the comic in the current index is selected or not
 void ComicClassList.setSelected(java.lang.String title, boolean value)
          Set the comic to be selected
protected  ComicClassList ComicActivity.setupComicsList(java.lang.String pref)
          Helper function to setup the comic list
 void ComicClassList.toggleSelected(int idx)
          Toggle the select bit for the given comic
 

Constructors in com.blogspot.applications4android.comicreader.core that throw ComicNotFoundException
ComicClassList(AssetManager mgr)
          Constructor
ComicClassList(AssetManager mgr, java.lang.String path)
          Constructor
ComicClassList(AssetManager mgr, java.lang.String path, java.io.File selected)
          Constructor