Interface | Description |
---|---|
ITaskListViewer |
Class | Description |
---|---|
CustomTextParser | |
DiffProcessor |
Class containing the diff, match and patch methods.
|
DiffProcessor.Diff |
Class representing one diff operation.
|
DiffProcessor.LinesToCharsResult |
Internal class for returning results from diff_linesToChars().
|
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.
|
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
|
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.")}
|
Task.Action | |
Task.Status |