API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.swing.plaf.basic.
BasicTreeUI.NodeDimensionsHandler
View Source
Author(s)
Since
Version
Serial
Hierarchy
Object
AbstractLayoutCache.NodeDimensions
BasicTreeUI.NodeDimensionsHandler
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class BasicTreeUI.NodeDimensionsHandler
Class responsible for getting size of node, method is forwarded to BasicTreeUI method.
Class responsible for getting size of node, method is forwarded
to BasicTreeUI method. X location does not include insets, that is
handled in getPathBounds.
See also:
Constructors
public
BasicTreeUI.NodeDimensionsHandler
()
Methods
Hide/Show inherited methods
public
Rectangle
getNodeDimensions
(
Object
value,
int
row,
int
depth,
boolean
expanded,
Rectangle
size)
[Specified in
AbstractLayoutCache.NodeDimensions
]
Responsible for getting the size of a particular node.
protected
int
getRowX
(
int
row,
int
depth)
Returns:
amount to indent the given row.
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar