|
||||||||||
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 | |
---|---|
private EditType |
Difference.editType
The edit to perform |
Methods in org.crosswire.common.diff that return EditType | |
---|---|
static EditType |
EditType.fromString(String name)
Lookup method to find an EditType by name. |
static EditType |
EditType.fromSymbol(char symbol)
Lookup method to find an EditType by symbol. |
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-2015 | |||||||||
PREV NEXT | FRAMES NO FRAMES |