|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
static EditType |
EditType.DELETE
Delete a sequence. |
private EditType |
Difference.editType
The edit to perform |
static EditType |
EditType.EQUAL
Equal sequences |
static EditType |
EditType.INSERT
Insert a sequence |
private static EditType[] |
EditType.VALUES
|
Methods in org.crosswire.common.diff that return EditType | |
---|---|
static EditType |
EditType.fromInteger(int i)
Lookup method to convert from an integer |
static EditType |
EditType.fromString(String name)
Lookup method to convert from a String |
static EditType |
EditType.fromSymbol(char symbol)
Lookup method to convert from a String |
EditType |
Difference.getEditType()
|
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-2007 | |||||||||
PREV NEXT | FRAMES NO FRAMES |