Constructor Index
JTree()
JTree(Hashtable)
JTree(Object[])
JTree(TreeModel)
JTree(TreeNode)
JTree(TreeNode, boolean)
JTree(Vector)
Method Index
addSelectionInterval(int, int)
addSelectionPath(TreePath)
addSelectionPaths(TreePath[])
addSelectionRow(int)
addSelectionRows(int[])
addTreeExpansionListener(TreeExpansionListener)
addTreeSelectionListener(TreeSelectionListener)
clearSelection()
collapsePath(TreePath)
collapseRow(int)
convertValueToText(Object, boolean, boolean, boolean, int, boolean)
expandPath(TreePath)
expandRow(int)
fireTreeCollapsed(TreePath)
fireTreeExpanded(TreePath)
fireValueChanged(TreeSelectionEvent)
getAccessibleContext()
getCellEditor()
getCellRenderer()
getClosestPathForLocation(int, int)
getClosestRowForLocation(int, int)
getEditingPath()
getInvokesStopCellEditing()
getLastSelectedPathComponent()
getLeadSelectionPath()
getLeadSelectionRow()
getMaxSelectionRow()
getMinSelectionRow()
getModel()
getPathBetweenRows(int, int)
getPathBounds(TreePath)
getPathForLocation(int, int)
getPathForRow(int)
getPreferredScrollableViewportSize()
getRowBounds(int)
getRowCount()
getRowForLocation(int, int)
getRowForPath(TreePath)
getRowHeight()
getScrollableBlockIncrement(Rectangle, int, int)
getScrollableTracksViewportHeight()
getScrollableTracksViewportWidth()
getScrollableUnitIncrement(Rectangle, int, int)
getSelectionCount()
getSelectionModel()
getSelectionPath()
getSelectionPaths()
getSelectionRows()
getShowsRootHandles()
getToolTipText(MouseEvent)
getUI()
getUIClassID()
getVisibleRowCount()
isCollapsed(int)
isCollapsed(TreePath)
isEditable()
isEditing()
isExpanded(int)
isExpanded(TreePath)
isFixedRowHeight()
isLargeModel()
isOpaque()
isPathEditable(TreePath)
isPathSelected(TreePath)
isRootVisible()
isRowSelected(int)
isSelectionEmpty()
isVisible(TreePath)
makeVisible(TreePath)
removeSelectionInterval(int, int)
removeSelectionPath(TreePath)
removeSelectionPaths(TreePath[])
removeSelectionRow(int)
removeSelectionRows(int[])
removeTreeExpansionListener(TreeExpansionListener)
removeTreeSelectionListener(TreeSelectionListener)
scrollPathToVisible(TreePath)
scrollRowToVisible(int)
setCellEditor(TreeCellEditor)
setCellRenderer(TreeCellRenderer)
setEditable(boolean)
setInvokesStopCellEditing(boolean)
setLargeModel(boolean)
setModel(TreeModel)
setRootVisible(boolean)
setRowHeight(int)
setSelectionInterval(int, int)
setSelectionModel(TreeSelectionModel)
setSelectionPath(TreePath)
setSelectionPaths(TreePath[])
setSelectionRow(int)
setSelectionRows(int[])
setShowsRootHandles(boolean)
setUI(TreeUI)
setVisibleRowCount(int)
startEditingAtPath(TreePath)
stopEditing()
treeDidChange()
updateUI()
createTreeModel(Object)
getDefaultTreeModel()
Field Index
cellEditor
cellRenderer
editable
invokesStopCellEditing
largeModel
rootVisible
rowHeight
selectionModel
selectionRedirector
showsRootHandles
treeModel
visibleRowCount
Variable Index
CELL_EDITOR_PROPERTY
CELL_RENDERER_PROPERTY
EDITABLE_PROPERTY
INVOKES_STOP_CELL_EDITING_PROPERTY
LARGE_MODEL_PROPERTY
ROOT_VISIBLE_PROPERTY
ROW_HEIGHT_PROPERTY
SELECTION_MODEL_PROPERTY
SHOWS_ROOT_HANDLES_PROPERTY
TREE_MODEL_PROPERTY
VISIBLE_ROW_COUNT_PROPERTY