|
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 the Rectangle enclosing the label portion into which the item identified by path will be drawn. |
boolean getExpandedState(TreePath ) |
Documentation changed from old to new. |
Returns true if the path is expanded and visible. |
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 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 and height for the region in visibleRegion . |
int getRowCount() |
Documentation changed from old to new. |
Returns the number of visible rows. |
int getRowForPath(TreePath ) |
Documentation changed from old to new. |
Returns the row where the last item identified in path is visible. |
int getVisibleChildCount(TreePath ) |
Documentation changed from old to new. |
Returns the number of visible children for path . |
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. |
boolean isExpanded(TreePath ) |
Documentation changed from old to new. |
Returns true if the value identified by path is currently expanded. |
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. |
void setRootVisible(boolean ) |
Documentation changed from old to new. |
Determines whether or not the root node from the TreeModel is visible. |
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. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |