Uses of Class
adams.gui.core.dotnotationtree.DotNotationNode
-
Packages that use DotNotationNode Package Description adams.flow.sink adams.gui.core.dotnotationtree adams.gui.flow adams.gui.goe.actorpathtree adams.gui.goe.classtree -
-
Uses of DotNotationNode in adams.flow.sink
Subclasses of DotNotationNode in adams.flow.sink Modifier and Type Class Description static class
StringTree.HierarchicalStringNode
The custom node for theStringTree.HierarchicalStringTree
. -
Uses of DotNotationNode in adams.gui.core.dotnotationtree
Classes in adams.gui.core.dotnotationtree with type parameters of type DotNotationNode Modifier and Type Class Description class
DotNotationRenderer<N extends DotNotationNode>
A specialized renderer for the DotNotationTree elements.class
DotNotationTree<N extends DotNotationNode>
Displays dot-notation names in a tree structure.Methods in adams.gui.core.dotnotationtree with parameters of type DotNotationNode Modifier and Type Method Description BasePopupMenu
PopupMenuHandler. getItemNodePopup(DotNotationNode node, boolean isLeaf)
Returns the popup menu for an item node.abstract boolean
AbstractInfoNodeGenerator. process(DotNotationNode leaf, String label)
Processes the leaf, potentially adding one or more info nodes. -
Uses of DotNotationNode in adams.gui.flow
Methods in adams.gui.flow with parameters of type DotNotationNode Modifier and Type Method Description BasePopupMenu
ActorTreePanel. getItemNodePopup(DotNotationNode node, boolean isLeaf)
Returns the popup menu for a class node. -
Uses of DotNotationNode in adams.gui.goe.actorpathtree
Subclasses of DotNotationNode in adams.gui.goe.actorpathtree Modifier and Type Class Description class
ActorPathNode
Specialized tree node for actor paths. -
Uses of DotNotationNode in adams.gui.goe.classtree
Subclasses of DotNotationNode in adams.gui.goe.classtree Modifier and Type Class Description class
ClassNode
Specialized tree node.Methods in adams.gui.goe.classtree with parameters of type DotNotationNode Modifier and Type Method Description boolean
GlobalInfoNodeGenerator. process(DotNotationNode leaf, String classname)
Processes the ClassNode leaf, potentially adding one or more info nodes.
-