Uses of Interface
com.pnfsoftware.jeb.core.output.tree.INode
Packages that use INode
Package
Description
Types to generate tree documents, useful to represent hierarchical data generated by a unit.
Trivial implementations for the tree package interfaces.
-
Uses of INode in com.pnfsoftware.jeb.core.output.tree
Subinterfaces of INode in com.pnfsoftware.jeb.core.output.treeModifier and TypeInterfaceDescriptioninterface
A tree node whose contents is actionable.interface
A special interface for nodes holdingcode
items.interface
A visual node.Methods in com.pnfsoftware.jeb.core.output.tree that return types with arguments of type INodeModifier and TypeMethodDescriptionINode.getChildren()
Get the children of this node.ITreeDocument.getRoots()
Get the list of tree roots.Methods in com.pnfsoftware.jeb.core.output.tree with parameters of type INodeModifier and TypeMethodDescriptiondefault String
ITreeDocument.getReferencedAddress
(INode node) Retrieve the address referenced by theINode
. -
Uses of INode in com.pnfsoftware.jeb.core.output.tree.impl
Classes in com.pnfsoftware.jeb.core.output.tree.impl that implement INodeModifier and TypeClassDescriptionclass
Basic implementation of a key-value tree node.class
A simple implementation of an actionable node.Methods in com.pnfsoftware.jeb.core.output.tree.impl that return types with arguments of type INodeMethod parameters in com.pnfsoftware.jeb.core.output.tree.impl with type arguments of type INodeModifier and TypeMethodDescriptionAbstractTreeDocument.coordinatesToAddress
(INodeCoordinates coordinates, Function<List<INode>, String> f) Helper method to build address from coordinatesConstructors in com.pnfsoftware.jeb.core.output.tree.impl with parameters of type INodeConstructor parameters in com.pnfsoftware.jeb.core.output.tree.impl with type arguments of type INodeModifierConstructorDescriptionStaticTreeDocument
(List<? extends INode> roots) StaticTreeDocument
(List<? extends INode> roots, List<String> columnLabels, int initialExpansionLevel)