Uses of Interface
net.thevpc.common.swing.tree.TreeCellTextRenderer
Packages that use TreeCellTextRenderer
-
Uses of TreeCellTextRenderer in net.thevpc.common.swing.tree
Methods in net.thevpc.common.swing.tree that return TreeCellTextRendererModifier and TypeMethodDescriptionTreeFilterDecorator.TreeFilterDecoratorBuilder.getTextRenderer()Methods in net.thevpc.common.swing.tree with parameters of type TreeCellTextRendererModifier and TypeMethodDescriptionstatic TreeFilterDecoratorTreeFilterDecorator.decorate(JTree tree, BiPredicate<Object, String> userObjectMatcher, SubTreeCellRenderer subTreeCellRenderer, TreeCellTextRenderer textRenderer) TreeFilterDecorator.TreeFilterDecoratorBuilder.setTextRenderer(TreeCellTextRenderer textRenderer) Constructors in net.thevpc.common.swing.tree with parameters of type TreeCellTextRendererModifierConstructorDescriptionTreeFilterDecorator(JTree tree, BiPredicate<Object, String> userObjectMatcher, TreeCellTextRenderer textRenderer)