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 classStringTree.HierarchicalStringTreeCustom tree for displaying the strings. -
Uses of BaseTree in adams.gui.core
Subclasses of BaseTree in adams.gui.core Modifier and Type Class Description classDragAndDropTreeA 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 classDOMTreeSpecialized 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 classDotNotationTree<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 classJsonTreeSpecialized 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 BaseTreeNodeDroppedEvent. 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 classTreeA 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 classActorPathTree<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 classCallableActorsTreeDisplays 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 classClassTreeDisplays 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 classEventsTreeDisplays 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 BaseTreeNestedFormatViewerPanel. m_Treethe tree for displaying the nested format.Methods in adams.gui.tools that return BaseTree Modifier and Type Method Description static BaseTreeContainerNesting. 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 classTreeSpecialized tree that displays the properties of an object.
-