|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
Rectangle getBounds(TreePath, |
Documentation changed from old to new. |
Returns a rectangle giving the bounds needed to draw path. |
boolean getExpandedState(TreePath ) |
Documentation changed from old to new. |
Returns true if the path is expanded and visible. |
TreeModel getModel() |
Documentation changed from old to new. |
Returns the TreeModel that is providing the data. |
TreePath getPathClosestTo(int, |
Documentation changed from old to new. |
Returns the path to the node that is closest to x y. |
TreePath getPathForRow(int ) |
Documentation changed from old to new. |
Returns the path for passed in row. |
int getPreferredHeight() |
Documentation changed from old to new. |
Returns the preferred height. |
int getPreferredWidth(Rectangle ) |
Documentation changed from old to new. |
Returns the preferred width for the passed in region. |
int getRowCount() |
Documentation changed from old to new. |
Number of rows being displayed. |
int getRowForPath(TreePath ) |
Documentation changed from old to new. |
Returns the row that the last item identified in path is visible at. |
int[] getRowsForPaths(TreePath[] ) |
Documentation changed from old to new. |
Returns the rows that the TreePath instances in path are being displayed at. |
TreeSelectionModel getSelectionModel() |
Documentation changed from old to new. |
Returns the model used to maintain the selection. |
int getVisibleChildCount(TreePath ) |
Documentation changed from old to new. |
Returns the number of visible children for row. |
Enumeration getVisiblePathsFrom(TreePath ) |
Documentation changed from old to new. |
Returns an Enumerator that increments over the visible paths starting at the passed in location. |
void invalidatePathBounds(TreePath ) |
Documentation changed from old to new. |
Instructs the LayoutCache that the bounds for path are invalid and need to be updated. |
void invalidateSizes() |
Documentation changed from old to new. |
Informs the TreeState that it needs to recalculate all the sizes it is referencing. |
void setExpandedState(TreePath, |
Documentation changed from old to new. |
Marks the path path expanded state to isExpanded . |
void setModel(TreeModel ) |
Documentation changed from old to new. |
Sets the TreeModel that will provide the data. |
void setNodeDimensions(NodeDimensions ) |
Documentation changed from old to new. |
Sets the renderer that is responsible for drawing nodes in the tree and which is threfore responsible for calculating the dimensions of individual nodes. |
void setRootVisible(boolean ) |
Documentation changed from old to new. |
Determines whether or not the root node from the TreeModel is visible. |
void setSelectionModel(TreeSelectionModel ) |
Documentation changed from old to new. |
Sets the TreeSelectionModel used to manage the selection to new LSM. |
void treeNodesChanged(TreeModelEvent ) |
Documentation changed from old to new. |
Invoked after a node (or a set of siblings) has changed in some way. |
void treeNodesInserted(TreeModelEvent ) |
Documentation changed from old to new. |
Invoked after nodes have been inserted into the tree. |
void treeNodesRemoved(TreeModelEvent ) |
Documentation changed from old to new. |
Invoked after nodes have been removed from the tree. |
void treeStructureChanged(TreeModelEvent ) |
Documentation changed from old to new. |
Invoked after the tree has drastically changed structure from a given node down. |
Rectangle getNodeDimensions(Object, |
Documentation changed from old to new. |
Returns by reference in placeIn the size needed to represent value . |
NodeDimensions getNodeDimensions() |
Documentation changed from old to new. |
Returns the object that renders nodes in the tree and which is responsible for calculating the dimensions of individual nodes. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |