Uses of Class
javax.swing.tree.AbstractLayoutCache.NodeDimensions
Package
Description
Provides user interface objects built according to the Basic look and feel.
Provides classes and interfaces for dealing with
javax.swing.JTree
.-
Uses of AbstractLayoutCache.NodeDimensions in javax.swing.plaf.basic
Modifier and TypeClassDescriptionclass
Class responsible for getting size of node, method is forwarded to BasicTreeUI method.Modifier and TypeFieldDescriptionprotected AbstractLayoutCache.NodeDimensions
BasicTreeUI.nodeDimensions
Reponsible for telling the TreeState the size needed for a node.Modifier and TypeMethodDescriptionprotected AbstractLayoutCache.NodeDimensions
BasicTreeUI.createNodeDimensions()
Creates an instance ofNodeDimensions
that is able to determine the size of a given node in the tree. -
Uses of AbstractLayoutCache.NodeDimensions in javax.swing.tree
Modifier and TypeFieldDescriptionprotected AbstractLayoutCache.NodeDimensions
AbstractLayoutCache.nodeDimensions
Object responsible for getting the size of a node.Modifier and TypeMethodDescriptionAbstractLayoutCache.getNodeDimensions()
Returns the object that renders nodes in the tree, and which is responsible for calculating the dimensions of individual nodes.Modifier and TypeMethodDescriptionvoid
AbstractLayoutCache.setNodeDimensions
(AbstractLayoutCache.NodeDimensions nd) Sets the renderer that is responsible for drawing nodes in the tree and which is therefore responsible for calculating the dimensions of individual nodes.void
VariableHeightLayoutCache.setNodeDimensions
(AbstractLayoutCache.NodeDimensions nd) Sets the renderer that is responsible for drawing nodes in the tree.