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

Packages that use PassageEvent.EventType
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.EventType in org.crosswire.jsword.passage
 

Fields in org.crosswire.jsword.passage declared as PassageEvent.EventType
private  PassageEvent.EventType PassageEvent.type
          The type of change
 

Methods in org.crosswire.jsword.passage that return PassageEvent.EventType
 PassageEvent.EventType PassageEvent.getType()
          Returns the event type.
static PassageEvent.EventType PassageEvent.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PassageEvent.EventType[] PassageEvent.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.crosswire.jsword.passage with parameters of type PassageEvent.EventType
PassageEvent(Object source, PassageEvent.EventType versesChanged, Verse lower, Verse upper)
          Constructs a PassageEvent object.
 


Copyright ? 2003-2011