Package | Description |
---|---|
com.unitesk.requality.eclipse.views.documents |
Class and Description |
---|
DiffProcessor.Diff
Class representing one diff operation.
|
DiffProcessor.Operation
The data structure representing a diff is a Linked list of Diff objects:
{Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, "
world.")} which means: delete "Hello", add "Goodbye" and keep " world."
|
DocumentProcessor |
DocumentUpdateProcessor
Abstract class for document update processor
|
ITaskListViewer |
NodeLocation
Class representing a pair of node and corresponding location.
|
SAXDocumentProcessor
Abstract class for SAX document processors
|
SpanInfo
That class keeps location (start, end) of the span in the string representation of the document.
|
SpanStartEnd
That class keeps location (start, end) of the any tag in the string representation of the
document.
|
SpanToTransfer
Class representing location for transfer from old version to a new one.
|
Task
Class representing task object - an entity of tasks list after update processor
|
Task.Action |
Task.Status |
ToDoList
A class for processing a view of tasks list after update processor
|