Uses of Class
org.crosswire.common.diff.EditType

Packages that use EditType
org.crosswire.common.diff An implementation of Diff that works within the line. 
 

Uses of EditType in org.crosswire.common.diff
 

Fields in org.crosswire.common.diff declared as EditType
private  EditType Difference.editType
          The edit to perform
 

Methods in org.crosswire.common.diff that return EditType
static EditType EditType.fromString(String name)
          Get a CompressorType from a String
static EditType EditType.fromSymbol(char symbol)
          Lookup method to convert from a String
 EditType Difference.getEditType()
           
static EditType EditType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EditType[] EditType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.crosswire.common.diff with parameters of type EditType
 void Difference.setEditType(EditType newEditType)
           
 

Constructors in org.crosswire.common.diff with parameters of type EditType
Difference(EditType edit, String text)
           
 


Copyright ? 2003-2011