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 classStringTree.HierarchicalStringNodeThe 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 classDotNotationRenderer<N extends DotNotationNode>A specialized renderer for the DotNotationTree elements.classDotNotationTree<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 BasePopupMenuPopupMenuHandler. getItemNodePopup(DotNotationNode node, boolean isLeaf)Returns the popup menu for an item node.abstract booleanAbstractInfoNodeGenerator. 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 BasePopupMenuActorTreePanel. 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 classActorPathNodeSpecialized 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 classClassNodeSpecialized tree node.Methods in adams.gui.goe.classtree with parameters of type DotNotationNode Modifier and Type Method Description booleanGlobalInfoNodeGenerator. process(DotNotationNode leaf, String classname)Processes the ClassNode leaf, potentially adding one or more info nodes.
-