Uses of Class
org.crosswire.jsword.passage.PassageEvent

Packages that use PassageEvent
org.crosswire.bibledesktop.book This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
org.crosswire.jsword.passage The core responsibility of the passage package is to store and collate information about the structure of the Bible - The most important classes are Passage, PassageTally and Strongs
 

Uses of PassageEvent in org.crosswire.bibledesktop.book
 

Methods in org.crosswire.bibledesktop.book with parameters of type PassageEvent
 void PassageSelectionPane.CustomPassageListener.versesAdded(PassageEvent ev)
           
 void PassageSelectionPane.CustomPassageListener.versesChanged(PassageEvent ev)
           
 void PassageSelectionPane.CustomPassageListener.versesRemoved(PassageEvent ev)
           
 

Uses of PassageEvent in org.crosswire.jsword.passage
 

Methods in org.crosswire.jsword.passage with parameters of type PassageEvent
 void PassageListener.versesAdded(PassageEvent ev)
          Sent after stuff has been added to the Passage, more info about what and where can be had from the Event
 void PassageListener.versesChanged(PassageEvent ev)
          Sent after verses have been symultaneously added and removed from the Passage, more info about what and where can be had from the Event
 void PassageListener.versesRemoved(PassageEvent ev)
          Sent after stuff has been removed from the Passage, more info about what and where can be had from the Event
 


Copyright ยจ 2003-2007