Uses of Interface
org.crosswire.bibledesktop.display.URIEventListener

Packages that use URIEventListener
org.crosswire.bibledesktop.book This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
org.crosswire.bibledesktop.desktop The swing section is in charge of turning the XML from the source section into a screen view. 
org.crosswire.bibledesktop.display This package contains the BookDataDisplay interface which is designed to allow GUI components to choose between the methods they use to display BookData objects. 
org.crosswire.bibledesktop.display.basic This package provides the actual display of BookData. 
 

Uses of URIEventListener in org.crosswire.bibledesktop.book
 

Methods in org.crosswire.bibledesktop.book with parameters of type URIEventListener
 void MultiBookPane.addURIEventListener(URIEventListener listener)
           
 void MultiBookPane.removeURIEventListener(URIEventListener listener)
           
 

Uses of URIEventListener in org.crosswire.bibledesktop.desktop
 

Classes in org.crosswire.bibledesktop.desktop that implement URIEventListener
 class Desktop
          The Desktop is the user's view of BibleDesktop.
 class StatusBar
          The status bar provides useful info to the user as to the current state of the program.
 

Uses of URIEventListener in org.crosswire.bibledesktop.display
 

Methods in org.crosswire.bibledesktop.display with parameters of type URIEventListener
 void BookDataDisplay.addURIEventListener(URIEventListener listener)
          Add a listener for when someone clicks on a browser 'link'
 void ProxyBookDataDisplay.addURIEventListener(URIEventListener listener)
           
 void BookDataDisplay.removeURIEventListener(URIEventListener listener)
          Remove a listener for when someone clicks on a browser 'link'
 void ProxyBookDataDisplay.removeURIEventListener(URIEventListener listener)
           
 

Uses of URIEventListener in org.crosswire.bibledesktop.display.basic
 

Methods in org.crosswire.bibledesktop.display.basic with parameters of type URIEventListener
 void TabbedBookDataDisplay.addURIEventListener(URIEventListener listener)
           
 void TextPaneBookDataDisplay.addURIEventListener(URIEventListener listener)
           
 void TabbedBookDataDisplay.removeURIEventListener(URIEventListener listener)
           
 void TextPaneBookDataDisplay.removeURIEventListener(URIEventListener listener)
           
 


Copyright ยจ 2003-2007