| Changed Methods | 
  | voidaddSelectionInterval(int,int) | Documentation changed from old to new. 
 | Adds the paths between index0 and index1 inclusive to the selection. | 
  | voidaddSelectionPath(TreePath) | Documentation changed from old to new. 
 | Adds the node identified by the specified TreePathto the current selection. | 
  | voidaddSelectionPaths(TreePath[]) | Documentation changed from old to new. 
 | Adds each path in the array of paths to the current selection. | 
  | voidaddSelectionRow(int) | Documentation changed from old to new. 
 | Adds the path at the specified row to the current selection. | 
  | voidaddTreeExpansionListener(TreeExpansionListener) | Documentation changed from old to new. 
 | Adds a listener for TreeExpansionevents. | 
  | voidaddTreeSelectionListener(TreeSelectionListener) | Documentation changed from old to new. 
 | Adds a listener for TreeSelectionevents. | 
  | voidaddTreeWillExpandListener(TreeWillExpandListener) | Documentation changed from old to new. 
 | Adds a listener for TreeWillExpandevents. | 
  | voidclearToggledPaths() | Documentation changed from old to new. 
 | Clears the cache of toggled tree paths. | 
  | voidcollapsePath(TreePath) | Documentation changed from old to new. 
 | Ensures that the node identified by the specified path is collapsed and viewable. | 
  | voidcollapseRow(int) | Documentation changed from old to new. 
 | Ensures that the node in the specified row is collapsed. | 
  | StringconvertValueToText(Object,boolean, boolean, boolean, int, boolean) | Documentation changed from old to new. 
 | Called by the renderers to convert the specified value to text. | 
  | TreeModelcreateTreeModel(Object) | Documentation changed from old to new. 
 | Returns a TreeModelwrapping the specified object. | 
  | TreeModelListenercreateTreeModelListener() | Documentation changed from old to new. 
 | Creates and returns an instance of TreeModelHandler. | 
  | voidexpandPath(TreePath) | Documentation changed from old to new. 
 | Ensures that the node identified by the specified path is expanded and viewable. | 
  | voidexpandRow(int) | Documentation changed from old to new. 
 | Ensures that the node in the specified row is expanded and viewable. | 
  | voidfireTreeCollapsed(TreePath) | Documentation changed from old to new. 
 | Notify all listeners that have registered interest for notification on this event type. | 
  | voidfireTreeExpanded(TreePath) | Documentation changed from old to new. 
 | Notify all listeners that have registered interest for notification on this event type. | 
  | voidfireTreeWillCollapse(TreePath) | Documentation changed from old to new. 
 | Notify all listeners that have registered interest for notification on this event type. | 
  | voidfireTreeWillExpand(TreePath) | Documentation changed from old to new. 
 | Notify all listeners that have registered interest for notification on this event type. | 
  | voidfireValueChanged(TreeSelectionEvent) | Documentation changed from old to new. 
 | Notifies all listeners that have registered interest for notification on this event type. | 
  | AccessibleContextgetAccessibleContext() | Documentation changed from old to new. 
 | Gets the AccessibleContext associated with this JTree. | 
  | TreeCellEditorgetCellEditor() | Documentation changed from old to new. 
 | Returns the editor used to edit entries in the tree. | 
  | TreeCellRenderergetCellRenderer() | Documentation changed from old to new. 
 | Returns the current TreeCellRendererthat is rendering each cell. | 
  | TreePathgetClosestPathForLocation(int,int) | Documentation changed from old to new. 
 | Returns the path to the node that is closest to x y. | 
  | intgetClosestRowForLocation(int,int) | Documentation changed from old to new. 
 | Returns the row to the node that is closest to x y. | 
  | TreeModelgetDefaultTreeModel() | Documentation changed from old to new. 
 | Creates and returns a sample TreeModel. | 
  | EnumerationgetDescendantToggledPaths(TreePath) | Documentation changed from old to new. 
 | Returns an EnumerationofTreePathsthat have been expanded that are descendants ofparent. | 
  | TreePathgetEditingPath() | Documentation changed from old to new. 
 | Returns the path to the element that is currently being edited. | 
  | EnumerationgetExpandedDescendants(TreePath) | Documentation changed from old to new. 
 | Returns an Enumerationof the descendants of the pathparentthat are currently expanded. | 
  | ObjectgetLastSelectedPathComponent() | Documentation changed from old to new. 
 | Returns the last path component in the first node of the current selection. | 
  | TreePathgetLeadSelectionPath() | Documentation changed from old to new. 
 | Returns the path identified as the lead. | 
  | intgetLeadSelectionRow() | Documentation changed from old to new. 
 | Returns the row index corresponding to the lead path. | 
  | intgetMaxSelectionRow() | Documentation changed from old to new. 
 | Returns the last selected row. | 
  | intgetMinSelectionRow() | Documentation changed from old to new. 
 | Gets the first selected row. | 
  | TreeModelgetModel() | Documentation changed from old to new. 
 | Returns the TreeModelthat is providing the data. | 
  | TreePath[]getPathBetweenRows(int,int) | Documentation changed from old to new. 
 | Returns JTreePathinstances representing the path between index0 and index1 (including index1). | 
  | RectanglegetPathBounds(TreePath) | Documentation changed from old to new. 
 | Returns the Rectanglethat the specified node will be drawn into. | 
  | TreePathgetPathForLocation(int,int) | Documentation changed from old to new. 
 | Returns the path for the node at the specified location. | 
  | TreePathgetPathForRow(int) | Documentation changed from old to new. 
 | Returns the path for the specified row. | 
  | DimensiongetPreferredScrollableViewportSize() | Documentation changed from old to new. 
 | Returns the preferred display size of a JTree. | 
  | RectanglegetRowBounds(int) | Documentation changed from old to new. 
 | Returns the Rectanglethat the node at the specified row is drawn in. | 
  | intgetRowForLocation(int,int) | Documentation changed from old to new. 
 | Returns the row for the specified location. | 
  | intgetRowForPath(TreePath) | Documentation changed from old to new. 
 | Returns the row that displays the node identified by the specified path. | 
  | intgetRowHeight() | Documentation changed from old to new. 
 | Returns the height of each row. | 
  | intgetScrollableBlockIncrement(Rectangle,int, int) | Documentation changed from old to new. 
 | Returns the amount for a block increment which is the height or width of visibleRectbased onorientation. | 
  | intgetScrollableUnitIncrement(Rectangle,int, int) | Documentation changed from old to new. 
 | Returns the amount to increment when scrolling. | 
  | booleangetScrollsOnExpand() | Documentation changed from old to new. 
 | Returns true if the tree scrolls to show previously hidden children. | 
  | TreeSelectionModelgetSelectionModel() | Documentation changed from old to new. 
 | Returns the model for selections. | 
  | TreePathgetSelectionPath() | Documentation changed from old to new. 
 | Returns the path to the first selected node. | 
  | TreePath[]getSelectionPaths() | Documentation changed from old to new. 
 | Returns the paths of all selected values. | 
  | int[]getSelectionRows() | Documentation changed from old to new. 
 | Returns all of the currently selected rows. | 
  | StringgetUIClassID() | Documentation changed from old to new. 
 | Returns the name of the L&F class that renders this component. | 
  | booleanhasBeenExpanded(TreePath) | Documentation changed from old to new. 
 | Returns true if the node identified by the path has ever been expanded. | 
  | booleanisEditable() | Documentation changed from old to new. 
 | Returns true if the tree is editable. | 
  | booleanisPathSelected(TreePath) | Documentation changed from old to new. 
 | Returns true if the item identified by the path is currently selected. | 
  | booleanisRowSelected(int) | Documentation changed from old to new. 
 | Returns true if the node identitifed by row is selected. | 
  | voidmakeVisible(TreePath) | Documentation changed from old to new. 
 | Ensures that the node identified by path is currently viewable. | 
  | StringparamString() | Documentation changed from old to new. 
 | Returns a string representation of this JTree. | 
  | voidremoveDescendantToggledPaths(Enumeration) | Documentation changed from old to new. 
 | Removes any descendants of the TreePathsintoRemovethat have been expanded. | 
  | voidremoveSelectionInterval(int,int) | Documentation changed from old to new. 
 | Removes the nodes between index0 and index1 inclusive from the selection. | 
  | voidremoveSelectionPath(TreePath) | Documentation changed from old to new. 
 | Removes the node identified by the specified path from the current selection. | 
  | voidremoveSelectionPaths(TreePath[]) | Documentation changed from old to new. 
 | Removes the nodes identified by the specified paths from the current selection. | 
  | voidremoveTreeExpansionListener(TreeExpansionListener) | Documentation changed from old to new. 
 | Removes a listener for TreeExpansionevents. | 
  | voidremoveTreeSelectionListener(TreeSelectionListener) | Documentation changed from old to new. 
 | Removes a TreeSelectionlistener. | 
  | voidremoveTreeWillExpandListener(TreeWillExpandListener) | Documentation changed from old to new. 
 | Removes a listener for TreeWillExpandevents. | 
  | voidscrollPathToVisible(TreePath) | Documentation changed from old to new. 
 | Makes sure all the path components in path are expanded (except for the last path component) and scrolls so that the node identified by the path is displayed. | 
  | voidscrollRowToVisible(int) | Documentation changed from old to new. 
 | Scrolls the item identified by row until it is displayed. | 
  | voidsetCellEditor(TreeCellEditor) | Documentation changed from old to new. 
 | Sets the cell editor. | 
  | voidsetCellRenderer(TreeCellRenderer) | Documentation changed from old to new. 
 | Sets the TreeCellRendererthat will be used to draw each cell. | 
  | voidsetExpandedState(TreePath,boolean) | Documentation changed from old to new. 
 | Sets the expanded state of this JTree. | 
  | voidsetInvokesStopCellEditing(boolean) | Documentation changed from old to new. 
 | Determines what happens when editing is interrupted by selecting another node in the tree a change in the tree's data or by some other means. | 
  | voidsetModel(TreeModel) | Documentation changed from old to new. 
 | Sets the TreeModelthat will provide the data. | 
  | voidsetRootVisible(boolean) | Documentation changed from old to new. 
 | Determines whether or not the root node from the TreeModelis visible. | 
  | voidsetRowHeight(int) | Documentation changed from old to new. 
 | Sets the height of each cell in pixels. | 
  | voidsetScrollsOnExpand(boolean) | Documentation changed from old to new. 
 | Determines whether or not when a node is expanded as many of the descendants are scrolled to be inside the viewport as possible. | 
  | voidsetSelectionInterval(int,int) | Documentation changed from old to new. 
 | Selects the nodes between index0 and index1 inclusive. | 
  | voidsetSelectionModel(TreeSelectionModel) | Documentation changed from old to new. 
 | Sets the tree's selection model. | 
  | voidsetSelectionPath(TreePath) | Documentation changed from old to new. 
 | Selects the node identified by the specified path. | 
  | voidsetSelectionPaths(TreePath[]) | Documentation changed from old to new. 
 | Selects the nodes identified by the specified array of paths. | 
  | voidsetSelectionRows(int[]) | Documentation changed from old to new. 
 | Selects the nodes corresponding to each of the specified rows in the display. | 
  | voidsetVisibleRowCount(int) | Documentation changed from old to new. 
 | Sets the number of rows that are to be displayed. | 
  | voidstartEditingAtPath(TreePath) | Documentation changed from old to new. 
 | Selects the node identified by the specified path and initiates editing. | 
  | booleanstopEditing() | Documentation changed from old to new. 
 | Ends the current editing session. | 
  | voidupdateUI() | Documentation changed from old to new. 
 | Notification from the UIManagerthat the L&F has changed. | 
  | StringgetToolTipText(MouseEvent) | Documentation changed from old to new. 
 | Overrides JComponent'sgetToolTipTextmethod in order to allow renderer's tips to be used if it has text set. | 
  | booleanisCollapsed(TreePath) | Documentation changed from old to new. 
 | Returns true if the value identified by path is currently collapsed this will return false if any of the values in path are currently not being displayed. | 
  | booleanisExpanded(TreePath) | Documentation changed from old to new. 
 | Returns true if the node identified by the path is currently expanded | 
  | booleanisVisible(TreePath) | Documentation changed from old to new. 
 | Returns true if the value identified by path is currently viewable which means it is either the root or all of its parents are expanded. |