Uses of Class
adams.gui.core.BaseTree
-
-
Uses of BaseTree in adams.flow.sink
Subclasses of BaseTree in adams.flow.sink Modifier and Type Class Description static class
StringTree.HierarchicalStringTree
Custom tree for displaying the strings. -
Uses of BaseTree in adams.gui.core
Subclasses of BaseTree in adams.gui.core Modifier and Type Class Description class
DragAndDropTree
A BaseTree ehanced with drag'n'drop. -
Uses of BaseTree in adams.gui.core.dom
Subclasses of BaseTree in adams.gui.core.dom Modifier and Type Class Description class
DOMTree
Specialized tree for displaying JSON objects/arrays. -
Uses of BaseTree in adams.gui.core.dotnotationtree
Subclasses of BaseTree in adams.gui.core.dotnotationtree Modifier and Type Class Description class
DotNotationTree<N extends DotNotationNode>
Displays dot-notation names in a tree structure. -
Uses of BaseTree in adams.gui.core.json
Subclasses of BaseTree in adams.gui.core.json Modifier and Type Class Description class
JsonTree
Specialized tree for displaying JSON objects/arrays. -
Uses of BaseTree in adams.gui.event
Methods in adams.gui.event that return BaseTree Modifier and Type Method Description BaseTree
NodeDroppedEvent. getTree()
Returns the base tree that triggered the event.Constructors in adams.gui.event with parameters of type BaseTree Constructor Description NodeDroppedEvent(BaseTree source, BaseTreeNode[] nodes, NodeDroppedEvent.NotificationTime time)
Initializes the event.NodeDroppedEvent(BaseTree source, BaseTreeNode node, NodeDroppedEvent.NotificationTime time)
Initializes the event. -
Uses of BaseTree in adams.gui.flow.tree
Subclasses of BaseTree in adams.gui.flow.tree Modifier and Type Class Description class
Tree
A custom tree for displaying the structure of a flow. -
Uses of BaseTree in adams.gui.goe.actorpathtree
Subclasses of BaseTree in adams.gui.goe.actorpathtree Modifier and Type Class Description class
ActorPathTree<T extends ActorPathNode>
Displays actor paths in a tree structure. -
Uses of BaseTree in adams.gui.goe.callableactorstree
Subclasses of BaseTree in adams.gui.goe.callableactorstree Modifier and Type Class Description class
CallableActorsTree
Displays classes in a tree structure. -
Uses of BaseTree in adams.gui.goe.classtree
Subclasses of BaseTree in adams.gui.goe.classtree Modifier and Type Class Description class
ClassTree
Displays classes in a tree structure. -
Uses of BaseTree in adams.gui.goe.eventstree
Subclasses of BaseTree in adams.gui.goe.eventstree Modifier and Type Class Description class
EventsTree
Displays classes in a tree structure. -
Uses of BaseTree in adams.gui.tools
Fields in adams.gui.tools declared as BaseTree Modifier and Type Field Description protected BaseTree
NestedFormatViewerPanel. m_Tree
the tree for displaying the nested format.Methods in adams.gui.tools that return BaseTree Modifier and Type Method Description static BaseTree
ContainerNesting. analyze(Container cont)
Analyzes the given Swing container. -
Uses of BaseTree in adams.gui.visualization.debug.objecttree
Subclasses of BaseTree in adams.gui.visualization.debug.objecttree Modifier and Type Class Description class
Tree
Specialized tree that displays the properties of an object.
-