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

Packages that use URIEvent
org.crosswire.bibledesktop.desktop The desktop is the main screen of Bible Desktop. 
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 StatusBar.activateURI(URIEvent ev)
           
 void Desktop.activateURI(URIEvent ev)
           
 void StatusBar.enterURI(URIEvent ev)
           
 void Desktop.enterURI(URIEvent ev)
           
 void StatusBar.leaveURI(URIEvent ev)
           
 void Desktop.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
 

Fields in org.crosswire.bibledesktop.display.basic declared as URIEvent
private  URIEvent URITipMgr.event
           
private  URIEvent URITipHelper.event
          The most recent interested event, which is used for content retrieving.
 

Methods in org.crosswire.bibledesktop.display.basic with parameters of type URIEvent
 void URITipMgr.activateURI(URIEvent ev)
           
 void URITipHelper.activateURI(URIEvent ev)
          This method is called to indicate that an URI can be processed.
 void ActiveURITip.activateURI(URIEvent ev)
           
 void URITipMgr.enterURI(URIEvent ev)
           
 void URITipHelper.enterURI(URIEvent ev)
          This method is called to indicate that the mouse has entered the URI.
 void ActiveURITip.enterURI(URIEvent ev)
           
 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.
(package private)  boolean URITipMgr.interested(URIEvent ev)
           
(package private)  boolean URITipHelper.interested(URIEvent ev)
           
(package private)  boolean ActiveURITip.interested(URIEvent ev)
           
 void URITipMgr.leaveURI(URIEvent ev)
           
 void URITipHelper.leaveURI(URIEvent ev)
          This method is called to indicate that the mouse has left the URI.
 void ActiveURITip.leaveURI(URIEvent ev)
           
 void ActiveURITip.updateText(URIEvent event)
           
 


Copyright ยจ 2003-2013