See: Description
| Interface | Description |
|---|---|
| ConfidenceEQ.Node | |
| GenericLinkedView.HelpResponder |
Interface for responding to help.
|
| Locatable<T extends NodeLocation> |
Interface for node location comparisons.
|
| NameTest |
A name requirement test.
|
| NodeLocation |
Interface for a node location.
|
| PresentationElement.ArrayElementInfo |
Interface for data related to array elements in the viewer.
|
| PresentationElement.ArrayInfo |
Interface for data related to the optional array in the viewer.
|
| PresentationElement.FieldInfo |
Interface for data related to fields of interest in the viewer.
|
| Class | Description |
|---|---|
| AndNameTest |
An "and" of name requirement tests.
|
| AnimatingLinkedView<T extends PresentationView.Settings,N extends NodeLocation & Locatable<? super N>,S extends StructureData<NodeData<N>>> |
Parent class for animating viewers that display nodes and edges (and
possibly other things).
|
| BasicFieldData |
Basic implementation of
PresentationElement.FieldInfo. |
| BasicPresentationListView |
Viewer for displaying linked lists, arrays, and vectors.
|
| BasicPresentationListView.ElementData |
Per-element data class.
|
| BasicPresentationListView.GuiState |
State data for the gui.
|
| ConfidenceEQ | |
| Edge<T> |
A presentation view edge.
|
| GenericLinkedView |
The structure identifier viewer.
|
| GenericLinkedView.ArrayStructureType |
Class describing an array-wrapper structure.
|
| GenericLinkedView.BinaryTreeStructureType |
Class describing a binary tree structure.
|
| GenericLinkedView.HashTableStructureType |
Class describing a hash table structure.
|
| GenericLinkedView.ListStructureType |
Class describing a list structure.
|
| GenericLinkedView.StructureType |
Abstract base class for classes describing actual or potential structure
types for the object being viewed.
|
| GenericLinkedView.StructureTypeOption |
Class that encapsulates a potential structure type and confidence level.
|
| NodeData<N extends NodeLocation & Locatable<? super N>> |
Base class for data describing a node.
|
| PresentationElement | |
| PresentationListView |
Viewer for displaying linked lists, arrays, and vectors, that includes a
sub-viewer for the selected item.
|
| PresentationNodeView |
Base class for a viewer that displays a text in a presentation node.
|
| PresentationView<T extends PresentationView.Settings> | |
| PresentationView.Settings |
Settings that track the last viewer choice.
|
| PresentationView.SizeLimitDialog |
A dialog that queries the user for a new size limit.
|
| RowCol |
Class representing a row index and column index.
|
| SelectionData<N extends NodeLocation> |
Selected item data.
|
| SimpleBinaryTreeView |
Validating viewer for displaying binary trees.
|
| SimpleBinaryTreeView.ArrayData |
A class that holds array data.
|
| SimpleBinaryTreeView.ArrayElementData |
A class that holds array element data.
|
| SimpleBinaryTreeView.BTNodeLoc |
Class for holding a binary tree node location within the entire
view.
|
| SimpleBinaryTreeView.BTStructData |
Structure data from an update.
|
| SimpleBinaryTreeView.BTVSettings | |
| SimpleLinkedHashView |
Validating viewer for displaying linked lists.
|
| SimpleLinkedHashView.Chain |
Class for holding a chain wrapper or chain node.
|
| SimpleLinkedHashView.LHNodeLoc |
Class for holding a node location within the entire view.
|
| SimpleLinkedHashView.LHStructData |
Structure data from an update.
|
| SimpleLinkedListView |
Validating viewer for displaying linked lists.
|
| SimpleLinkedListView.LLStructData |
Structure data from an update.
|
| SimplePresentationArrayView |
Viewer for displaying arrays.
|
| SingleNameTest |
A simple name requirement test.
|
| StructureData<D extends NodeData<?>> |
Base class for data describing an entire structure state, for the main
structure and local variable structures.
|
| TestAndIndex |
Class for holding a name test and index.
|
| Enum | Description |
|---|---|
| ChangeType |
Describes the change state of a value.
|
| SelectionType |
Presentation viewer selection types.
|
| TestType |
The name test type.
|