Klasse javax.swing.tree.VariableHeightLayoutCache | 1.2 |
java.lang.Object | +--javax.swing.tree.AbstractLayoutCache | +--javax.swing.tree.VariableHeightLayoutCache
Konstruktoren | |
---|---|
public | VariableHeightLayoutCache() |
Methoden | |
---|---|
public void | setModel(TreeModel newModel) |
public void | setRootVisible(boolean rootVisible) |
public void | setRowHeight(int rowHeight) |
public void | setNodeDimensions(AbstractLayoutCache.NodeDimensions nd) |
public void | setExpandedState(TreePath path, boolean isExpanded) |
public boolean | getExpandedState(TreePath path) |
public Rectangle | getBounds(TreePath path, Rectangle placeIn) |
public TreePath | getPathForRow(int row) |
public int | getRowForPath(TreePath path) |
public int | getRowCount() |
public void | invalidatePathBounds(TreePath path) |
public int | getPreferredHeight() |
public int | getPreferredWidth(Rectangle bounds) |
public TreePath | getPathClosestTo(int x, int y) |
public Enumeration | getVisiblePathsFrom(TreePath path) |
public int | getVisibleChildCount(TreePath path) |
public void | invalidateSizes() |
public boolean | isExpanded(TreePath path) |
public void | treeNodesChanged(TreeModelEvent e) |
public void | treeNodesInserted(TreeModelEvent e) |
public void | treeNodesRemoved(TreeModelEvent e) |
public void | treeStructureChanged(TreeModelEvent e) |