Uses of Class
adams.gui.core.BaseTreeNode
-
-
Uses of BaseTreeNode in adams.core.option
Methods in adams.core.option with parameters of type BaseTreeNode Modifier and Type Method Description protected voidXhtmlProducer. toPlainText(StringBuilder builder, int level, BaseTreeNode node, List<Boolean> more)Adds the node (and its potentional children) to the StringBuilder. -
Uses of BaseTreeNode in adams.flow.sink
Subclasses of BaseTreeNode in adams.flow.sink Modifier and Type Class Description static classStringTree.HierarchicalStringNodeThe custom node for theStringTree.HierarchicalStringTree. -
Uses of BaseTreeNode in adams.gui.core
Classes in adams.gui.core with type parameters of type BaseTreeNode Modifier and Type Class Description classDragAndDropTreeNodeCollection<N extends BaseTreeNode>Helper class for drag-n-drop in the DragAndDropTree.Subclasses of BaseTreeNode in adams.gui.core Modifier and Type Class Description classLazyExpansionTreeNodeAllows for lazy expansion of a node's sub-tree.Fields in adams.gui.core declared as BaseTreeNode Modifier and Type Field Description protected BaseTreeNode[]DragAndDropTree. m_SourceNodethe source node of the d'n'd.Methods in adams.gui.core that return BaseTreeNode Modifier and Type Method Description BaseTreeNodeBaseTree. getCommonAncestor(BaseTreeNode node1, BaseTreeNode node2)Returns the closest common ancestor for the two nodes.protected BaseTreeNode[]DragAndDropTree. newTreeNodes(Transferable data)Creates a new TreeNode for this tree.Methods in adams.gui.core that return types with arguments of type BaseTreeNode Modifier and Type Method Description List<BaseTreeNode>BaseTreeNode. getChildren()Returns the children as list.Methods in adams.gui.core with parameters of type BaseTreeNode Modifier and Type Method Description protected booleanDragAndDropTree. canStartDrag(BaseTreeNode[] source)Checks whether the source node can be dragged at all.protected voidDragAndDropTree. doDrop(Transferable source, BaseTreeNode target, DragAndDropTree.DropPosition position)Performs the actual drop of the dragged data.BaseTreeNodeBaseTree. getCommonAncestor(BaseTreeNode node1, BaseTreeNode node2)Returns the closest common ancestor for the two nodes.protected DragAndDropTreeNodeCollectionDragAndDropTree. newNodeCollection(BaseTreeNode[] nodes)Creates a new collection for transfer.protected voidDragAndDropTree. showDropMenu(DropTargetDropEvent e, BaseTreeNode target)Displays a drop menu of how to drop the data.protected voidBaseTree. toPlainText(StringBuilder builder, int level, BaseTreeNode node, List<Boolean> more)Adds the node (and its potentional children) to the StringBuilder.Constructors in adams.gui.core with parameters of type BaseTreeNode Constructor Description DragAndDropTreeNodeCollection(N[] nodes)Initializes the collection with all the nodes. -
Uses of BaseTreeNode in adams.gui.core.dom
Subclasses of BaseTreeNode in adams.gui.core.dom Modifier and Type Class Description classDOMNodeSpecialized tree node. -
Uses of BaseTreeNode in adams.gui.core.dotnotationtree
Subclasses of BaseTreeNode in adams.gui.core.dotnotationtree Modifier and Type Class Description classAbstractInfoNodeAbstract class for nodes that display some kind of information.classDotNotationNodeSpecialized tree node.Methods in adams.gui.core.dotnotationtree that return BaseTreeNode Modifier and Type Method Description protected BaseTreeNode[]DotNotationTree. newTreeNodes(Transferable data)Creates a new TreeNode for this tree.Methods in adams.gui.core.dotnotationtree with parameters of type BaseTreeNode Modifier and Type Method Description protected booleanDotNotationTree. canStartDrag(BaseTreeNode[] source)Checks whether the source node can be dragged at all. -
Uses of BaseTreeNode in adams.gui.core.json
Subclasses of BaseTreeNode in adams.gui.core.json Modifier and Type Class Description classJsonNodeSpecialized tree node. -
Uses of BaseTreeNode in adams.gui.event
Fields in adams.gui.event declared as BaseTreeNode Modifier and Type Field Description protected BaseTreeNode[]NodeDroppedEvent. m_Nodesthe nodes that got dropped.Methods in adams.gui.event that return BaseTreeNode Modifier and Type Method Description BaseTreeNode[]NodeDroppedEvent. getNodes()Returns the "dropped" nodes.Constructors in adams.gui.event with parameters of type BaseTreeNode 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 BaseTreeNode in adams.gui.flow.tree
Subclasses of BaseTreeNode in adams.gui.flow.tree Modifier and Type Class Description classNodeA custom tree node for actors.Methods in adams.gui.flow.tree that return BaseTreeNode Modifier and Type Method Description protected BaseTreeNode[]Tree. newTreeNodes(Transferable data)Creates a new TreeNode for this tree.Methods in adams.gui.flow.tree with parameters of type BaseTreeNode Modifier and Type Method Description protected booleanTree. canStartDrag(BaseTreeNode source)Checks whether the source node can be dragged at all.protected DragAndDropTreeNodeCollectionTree. newNodeCollection(BaseTreeNode[] nodes)Creates a new collection for transfer. -
Uses of BaseTreeNode in adams.gui.goe.actorpathtree
Subclasses of BaseTreeNode in adams.gui.goe.actorpathtree Modifier and Type Class Description classActorPathNodeSpecialized tree node for actor paths. -
Uses of BaseTreeNode in adams.gui.goe.classtree
Subclasses of BaseTreeNode in adams.gui.goe.classtree Modifier and Type Class Description classClassNodeSpecialized tree node.classGlobalInfoNodeSpecialized tree node displaying the global info.Methods in adams.gui.goe.classtree with parameters of type BaseTreeNode Modifier and Type Method Description protected DragAndDropTreeNodeCollectionClassTree. newNodeCollection(BaseTreeNode[] nodes)Creates a new collection for transfer. -
Uses of BaseTreeNode in adams.gui.tools
Methods in adams.gui.tools that return BaseTreeNode Modifier and Type Method Description protected static BaseTreeNodeContainerNesting. analyze(BaseTreeNode parent, Component comp)Analyzes the given Swing container.Methods in adams.gui.tools with parameters of type BaseTreeNode Modifier and Type Method Description protected static BaseTreeNodeContainerNesting. analyze(BaseTreeNode parent, Component comp)Analyzes the given Swing container.protected voidNestedFormatViewerPanel. buildTree(BaseTreeNode parent, List nested)Builds the tree. -
Uses of BaseTreeNode in adams.gui.visualization.debug.objecttree
Subclasses of BaseTreeNode in adams.gui.visualization.debug.objecttree Modifier and Type Class Description classNodeNode for displaying a single property of an object.
-