Interface | Description |
---|---|
ITaskListViewer |
Class | Description |
---|---|
CustomTextParser | |
DiffProcessor |
Class containing the diff, match and patch methods.
|
DiffProcessor.Diff |
Class representing one diff operation.
|
DocLabelProvider | |
DocStringRepresentation |
Class for representing document as plain text
|
DocTreeContentProvider | |
DocumentProcessor | |
DocumentUpdateProcessor |
Abstract class for document update processor
|
DOMDocumentUpdateProcessor | |
NodeLocation |
Class representing a pair of node and corresponding location.
|
ParamExtractionProcessor |
Class for automatically extracting headers into requirements
|
ProcessNewSpecificationVersion |
Handles the action in the context menu.
|
ProcessorData | |
SAXDocumentProcessor |
Abstract class for SAX document processors
|
SAXHeaderProcessor |
Class for automatically extracting headers into requirements
|
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
|
TaskLabelProvider |
Class providing content of the table in view with tasks list after update processor
|
TaskList |
Class representing a list of tasks for tasks list after update processor
|
TaskSorter |
Class with different sort options for tasks list after update processor
|
ToDoList |
A class for processing a view of tasks list after update processor
|
UpdateFromHTMLModule | |
UUIDRoot |
Enum | Description |
---|---|
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."
|
Task.Action | |
Task.Status |