Uses of Class
org.crosswire.bibledesktop.desktop.XSLTProperty

Packages that use XSLTProperty
org.crosswire.bibledesktop.desktop The swing section is in charge of turning the XML from the source section into a screen view. 
 

Uses of XSLTProperty in org.crosswire.bibledesktop.desktop
 

Fields in org.crosswire.bibledesktop.desktop declared as XSLTProperty
static XSLTProperty XSLTProperty.BCV
          Show book, chapter and verse numbers.
static XSLTProperty XSLTProperty.CV
          Show chapter and verse numbers.
static XSLTProperty XSLTProperty.MORPH
          Determines whether Word Morphology (e.g.
static XSLTProperty XSLTProperty.NO_VERSE_NUMBERS
          Show no verse numbers
static XSLTProperty XSLTProperty.NOTES
          Should notes be shown
static XSLTProperty XSLTProperty.START_VERSE_ON_NEWLINE
          Determines whether verses should start on a new line.
static XSLTProperty XSLTProperty.STRONGS_NUMBERS
          Determines whether Strong's Numbers should show
static XSLTProperty XSLTProperty.TINY_VERSE_NUMBERS
          Show verse numbers as a superscript.
private static XSLTProperty[] XSLTProperty.VALUES
           
static XSLTProperty XSLTProperty.VERSE_NUMBERS
          Show verse numbers
static XSLTProperty XSLTProperty.XREF
          Should cross references be shown
 

Methods in org.crosswire.bibledesktop.desktop that return XSLTProperty
static XSLTProperty XSLTProperty.fromInteger(int i)
          Lookup method to convert from an integer
static XSLTProperty XSLTProperty.fromString(String name)
          Lookup method to convert from a String
 


Copyright ยจ 2003-2006