Uses of Interface
net.thevpc.common.commandline.format.TreeLinkFormatter
Packages that use TreeLinkFormatter
-
Uses of TreeLinkFormatter in net.thevpc.common.commandline.format
Fields in net.thevpc.common.commandline.format declared as TreeLinkFormatterModifier and TypeFieldDescriptionstatic final TreeLinkFormatterTreeFormatter.LINK_ASCII_FORMATTERstatic final TreeLinkFormatterTreeFormatter.LINK_SPACE_FORMATTERMethods in net.thevpc.common.commandline.format that return TreeLinkFormatterMethods in net.thevpc.common.commandline.format with parameters of type TreeLinkFormatterModifier and TypeMethodDescriptionTreeFormatter.setLinkFormatter(TreeLinkFormatter linkFormatter) Constructors in net.thevpc.common.commandline.format with parameters of type TreeLinkFormatterModifierConstructorDescriptionTreeFormatter(TreeModel<T> tree, TreeNodeFormatter formatter, TreeLinkFormatter linkFormatter)