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 void
XhtmlProducer. 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 class
StringTree.HierarchicalStringNode
The 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 class
DragAndDropTreeNodeCollection<N extends BaseTreeNode>
Helper class for drag-n-drop in the DragAndDropTree.Subclasses of BaseTreeNode in adams.gui.core Modifier and Type Class Description class
LazyExpansionTreeNode
Allows 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_SourceNode
the source node of the d'n'd.Methods in adams.gui.core that return BaseTreeNode Modifier and Type Method Description BaseTreeNode
BaseTree. 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 boolean
DragAndDropTree. canStartDrag(BaseTreeNode[] source)
Checks whether the source node can be dragged at all.protected void
DragAndDropTree. doDrop(Transferable source, BaseTreeNode target, DragAndDropTree.DropPosition position)
Performs the actual drop of the dragged data.BaseTreeNode
BaseTree. getCommonAncestor(BaseTreeNode node1, BaseTreeNode node2)
Returns the closest common ancestor for the two nodes.protected DragAndDropTreeNodeCollection
DragAndDropTree. newNodeCollection(BaseTreeNode[] nodes)
Creates a new collection for transfer.protected void
DragAndDropTree. showDropMenu(DropTargetDropEvent e, BaseTreeNode target)
Displays a drop menu of how to drop the data.protected void
BaseTree. 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 class
DOMNode
Specialized tree node. -
Uses of BaseTreeNode in adams.gui.core.dotnotationtree
Subclasses of BaseTreeNode in adams.gui.core.dotnotationtree Modifier and Type Class Description class
AbstractInfoNode
Abstract class for nodes that display some kind of information.class
DotNotationNode
Specialized 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 boolean
DotNotationTree. 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 class
JsonNode
Specialized 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_Nodes
the 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 class
Node
A 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 boolean
Tree. canStartDrag(BaseTreeNode source)
Checks whether the source node can be dragged at all.protected DragAndDropTreeNodeCollection
Tree. 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 class
ActorPathNode
Specialized 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 class
ClassNode
Specialized tree node.class
GlobalInfoNode
Specialized tree node displaying the global info.Methods in adams.gui.goe.classtree with parameters of type BaseTreeNode Modifier and Type Method Description protected DragAndDropTreeNodeCollection
ClassTree. 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 BaseTreeNode
ContainerNesting. 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 BaseTreeNode
ContainerNesting. analyze(BaseTreeNode parent, Component comp)
Analyzes the given Swing container.protected void
NestedFormatViewerPanel. 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 class
Node
Node for displaying a single property of an object.
-