SimpleTreeNode | A very simple interface for nodes in the SimpleTreeModel. | code | html |
FieldTreeNodeAdapter | Abstract base class for all adapters for fields of oops | code | html |
BadAddressTreeNodeAdapter | Simple wrapper for displaying bad addresses in the Inspector | code | html |
BadOopTreeNodeAdapter | Simple wrapper for displaying bad oops in the Inspector | code | html |
BooleanTreeNodeAdapter | Encapsulates a boolean value in a tree handled by SimpleTreeModel | code | html |
CStringTreeNodeAdapter | Encapsulates a char value in a tree handled by SimpleTreeModel | code | html |
CTypeTreeNodeAdapter | Encapsulates an arbitrary type value in a tree handled by SimpleTreeModel | code | html |
CTypeTreeNodeAdapter.CTypeFieldIdentifier | code | html | |
CharTreeNodeAdapter | Encapsulates a char value in a tree handled by SimpleTreeModel | code | html |
DoubleTreeNodeAdapter | Encapsulates a double value in a tree handled by SimpleTreeModel | code | html |
FloatTreeNodeAdapter | Encapsulates a float value in a tree handled by SimpleTreeModel | code | html |
LongTreeNodeAdapter | Encapsulates a long value in a tree handled by SimpleTreeModel | code | html |
OopTreeNodeAdapter | An adapter class which allows oops to be displayed in a tree via the SimpleTreeNode interface. | code | html |
OopTreeNodeAdapter.Counter | Should be applied to one oop at a time, then have the number of fields fetched. | code | html |
OopTreeNodeAdapter.Fetcher | Creates a new SimpleTreeNode for the given field. | code | html |
OopTreeNodeAdapter.Finder | Finds the index of the given FieldIdentifier. | code | html |
RevPtrsTreeNodeAdapter | Who directly points to this node. | code | html |
RootTreeNodeAdapter | Root oop pointer | code | html |
SimpleTreeGroupNode | Node to which others can be added; suitable for use as root node of graph | code | html |
SimpleTreeModel | A very simple tree model which allows the root to be set, so we can reuse the same model for various types of data; the specialization is contained within the nodes. | code | html |