Uses of Class
org.crosswire.bibledesktop.display.URIEvent

Packages that use URIEvent
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 URIEvent in org.crosswire.bibledesktop.desktop
 

Methods in org.crosswire.bibledesktop.desktop with parameters of type URIEvent
 void Desktop.activateURI(URIEvent ev)
           
 void StatusBar.activateURI(URIEvent ev)
           
 void Desktop.enterURI(URIEvent ev)
           
 void StatusBar.enterURI(URIEvent ev)
           
 void Desktop.leaveURI(URIEvent ev)
           
 void StatusBar.leaveURI(URIEvent ev)
           
 

Uses of URIEvent in org.crosswire.bibledesktop.display
 

Methods in org.crosswire.bibledesktop.display with parameters of type URIEvent
 void URIEventListener.activateURI(URIEvent ev)
          This method is called to indicate that an URI can be processed.
 void URIEventListener.enterURI(URIEvent ev)
          This method is called to indicate that the mouse has entered the URI.
 void URIEventListener.leaveURI(URIEvent ev)
          This method is called to indicate that the mouse has left the URI.
 

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

Methods in org.crosswire.bibledesktop.display.basic with parameters of type URIEvent
 void TextPaneBookDataDisplay.fireActivateURI(URIEvent e)
          Notify the listeners that the hyperlink (URI) has been activated.
 void TextPaneBookDataDisplay.fireEnterURI(URIEvent e)
          Notify the listeners that the hyperlink (URI) has been entered.
 void TextPaneBookDataDisplay.fireLeaveURI(URIEvent e)
          Notify the listeners that the hyperlink (URI) has been left.
 


Copyright ยจ 2003-2007