Example usage for Java javax.swing.tree AbstractLayoutCache fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | getExpandedState(TreePath path) Returns true if the path is expanded, and visible. |
TreePath | getPathForRow(int row) Returns the path for passed in row. |
int | getRowCount() Number of rows being displayed. |
int | getRowHeight() Returns the height of each row. |