|
Super classes
|
Object
Component
Container
JComponent
|
|
Most frequently used
|
getModel() getSelectionPath() setCellRenderer(TreeCellRenderer x) addTreeSelectionListener(TreeSelectionListener tsl) setModel(TreeModel newModel) setSelectionPath(TreePath path) getSelectionModel() getPathForLocation(int x, int y) getSelectionPaths() setRootVisible(boolean rootVisible) expandPath(TreePath path) scrollPathToVisible(TreePath path) addMouseListener(MouseListener l) JTree() getPathForRow(int row) setShowsRootHandles(boolean newValue) getRowCount() expandRow(int row) getRowHeight() JTree(TreeModel newModel) setEditable(boolean flag) getLastSelectedPathComponent() putClientProperty(Object key, Object value) JTree(TreeNode root) getRowForLocation(int x, int y) addTreeExpansionListener(TreeExpansionListener tel) clearSelection() setSelectionRow(int row) getPathBounds(TreePath path) setCellEditor(TreeCellEditor cellEditor) treeDidChange() updateUI() getCellRenderer() makeVisible(TreePath path) getSelectionCount() getClosestPathForLocation(int x, int y) collapsePath(TreePath path) getRowBounds(int row) repaint() setExpandsSelectedPaths(boolean newValue) setSelectionModel(TreeSelectionModel selectionModel) isExpanded(TreePath path) setSelectionPaths(TreePath[] paths) setScrollsOnExpand(boolean newValue) addSelectionPath(TreePath path) collapseRow(int row) isEditable() setRowHeight(int rowHeight) addTreeWillExpandListener(TreeWillExpandListener tel) getRowForPath(TreePath path) isEnabled() getPreferredSize() getAccessibleContext() startEditingAtPath(TreePath path) setToolTipText(String text) getVisibleRect() convertValueToText(Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) getClosestRowForLocation(int x, int y) getSelectionRows() isPathSelected(TreePath path) removeTreeSelectionListener(TreeSelectionListener tsl) setMinimumSize(Dimension minimumSize) getRootPane() setEnabled(boolean enabled) requestFocus() setFont(Font font) getName() setDropTarget(DropTarget dt) getComponentOrientation() isRootVisible() setLargeModel(boolean newValue) getBackground() setPreferredSize(Dimension preferredSize) setDoubleBuffered(boolean aFlag) scrollRectToVisible(Rectangle aRect) getCellEditor() getLeadSelectionPath() getMinSelectionRow() isSelectionEmpty() setDragEnabled(boolean b) setUI(TreeUI ui) addKeyListener(KeyListener l) add(Component comp) getFont() revalidate() getActionMap() treeModelListener getExpandedDescendants(TreePath parent) isExpanded(int row) scrollRowToVisible(int row) setInvokesStopCellEditing(boolean newValue) getInputMap() setVisible(boolean aFlag) removeMouseListener(MouseListener l) invalidate() addMouseMotionListener(MouseMotionListener l) setSize(Dimension d) setAutoscrolls(boolean autoscrolls) setMaximumSize(Dimension maximumSize) JTree(Vector> value) getLeadSelectionRow() getUI() isVisible(TreePath path) removeTreeExpansionListener(TreeExpansionListener tel) unregisterKeyboardAction(KeyStroke aKeyStroke) registerKeyboardAction(ActionListener anAction, KeyStroke aKeyStroke, int aCondition) setAlignmentX(float alignmentX) getSize() getParent() addFocusListener(FocusListener l) validate() getForeground() isAncestorOf(Component c) equals(Object obj) repaint(int x, int y, int width, int height) requestFocusInWindow() getInputMap(int condition) toggleClickCount treeModel addSelectionPaths(TreePath[] paths) cancelEditing() fireTreeExpanded(TreePath path) getMaxSelectionRow() getNextMatch(String prefix, int startingRow, Position.Bias bias) isRowSelected(int row) removeTreeWillExpandListener(TreeWillExpandListener tel) setToggleClickCount(int clickCount) stopEditing() ANCHOR_SELECTION_PATH_PROPERTY CELL_EDITOR_PROPERTY CELL_RENDERER_PROPERTY cellEditor cellRenderer editable EDITABLE_PROPERTY EXPANDS_SELECTED_PATHS_PROPERTY INVOKES_STOP_CELL_EDITING_PROPERTY invokesStopCellEditing LARGE_MODEL_PROPERTY largeModel LEAD_SELECTION_PATH_PROPERTY ROOT_VISIBLE_PROPERTY rootVisible ROW_HEIGHT_PROPERTY rowHeight SCROLLS_ON_EXPAND_PROPERTY scrollsOnExpand SELECTION_MODEL_PROPERTY selectionModel selectionRedirector SHOWS_ROOT_HANDLES_PROPERTY showsRootHandles TOGGLE_CLICK_COUNT_PROPERTY TREE_MODEL_PROPERTY VISIBLE_ROW_COUNT_PROPERTY visibleRowCount JTree(TreeNode root, boolean asksAllowsChildren) JTree(Hashtable,?> value) JTree(Object[] value) addSelectionInterval(int index0, int index1) addSelectionRow(int row) addSelectionRows(int[] rows) clearToggledPaths() createTreeModel(Object value) createTreeModelListener() fireTreeCollapsed(TreePath path) fireTreeWillCollapse(TreePath path) fireTreeWillExpand(TreePath path) fireValueChanged(TreeSelectionEvent e) getAnchorSelectionPath() getDefaultTreeModel() getDescendantToggledPaths(TreePath parent) getDragEnabled() getEditingPath() getExpandsSelectedPaths() getInvokesStopCellEditing() getPathBetweenRows(int index0, int index1) getPreferredScrollableViewportSize() getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction) getScrollableTracksViewportHeight() getScrollableTracksViewportWidth() getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction) getScrollsOnExpand() getShowsRootHandles() getToggleClickCount() getToolTipText(MouseEvent event) getTreeExpansionListeners() getTreeSelectionListeners() getTreeWillExpandListeners() getUIClassID() getVisibleRowCount() hasBeenExpanded(TreePath path) isCollapsed(int row) isCollapsed(TreePath path) isEditing() isFixedRowHeight() isLargeModel() isPathEditable(TreePath path) paramString() removeDescendantSelectedPaths(TreePath path, boolean includePath) removeDescendantToggledPaths(Enumeration toRemove) removeSelectionInterval(int index0, int index1) removeSelectionPath(TreePath path) removeSelectionPaths(TreePath[] paths) removeSelectionRow(int row) removeSelectionRows(int[] rows) setAnchorSelectionPath(TreePath newPath) setExpandedState(TreePath path, boolean state) setLeadSelectionPath(TreePath newPath) setSelectionInterval(int index0, int index1) setSelectionRows(int[] rows) setVisibleRowCount(int newCount) |
|
Fields, alphabetical
|
ANCHOR_SELECTION_PATH_PROPERTY CELL_EDITOR_PROPERTY CELL_RENDERER_PROPERTY cellEditor cellRenderer editable EDITABLE_PROPERTY EXPANDS_SELECTED_PATHS_PROPERTY INVOKES_STOP_CELL_EDITING_PROPERTY invokesStopCellEditing LARGE_MODEL_PROPERTY largeModel LEAD_SELECTION_PATH_PROPERTY ROOT_VISIBLE_PROPERTY rootVisible ROW_HEIGHT_PROPERTY rowHeight SCROLLS_ON_EXPAND_PROPERTY scrollsOnExpand SELECTION_MODEL_PROPERTY selectionModel selectionRedirector SHOWS_ROOT_HANDLES_PROPERTY showsRootHandles TOGGLE_CLICK_COUNT_PROPERTY toggleClickCount TREE_MODEL_PROPERTY treeModel treeModelListener VISIBLE_ROW_COUNT_PROPERTY visibleRowCount |
|
Constructors, by frequency
|
JTree() JTree(TreeModel newModel) JTree(TreeNode root) JTree(Vector> value) JTree(TreeNode root, boolean asksAllowsChildren) JTree(Hashtable,?> value) JTree(Object[] value) |
|
Methods, alphabetical
|
addSelectionInterval(int index0, int index1) addSelectionPath(TreePath path) addSelectionPaths(TreePath[] paths) addSelectionRow(int row) addSelectionRows(int[] rows) addTreeExpansionListener(TreeExpansionListener tel) addTreeSelectionListener(TreeSelectionListener tsl) addTreeWillExpandListener(TreeWillExpandListener tel) cancelEditing() clearSelection() clearToggledPaths() collapsePath(TreePath path) collapseRow(int row) convertValueToText(Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) createTreeModel(Object value) createTreeModelListener() expandPath(TreePath path) expandRow(int row) fireTreeCollapsed(TreePath path) fireTreeExpanded(TreePath path) fireTreeWillCollapse(TreePath path) fireTreeWillExpand(TreePath path) fireValueChanged(TreeSelectionEvent e) getAccessibleContext() getAnchorSelectionPath() getCellEditor() getCellRenderer() getClosestPathForLocation(int x, int y) getClosestRowForLocation(int x, int y) getDefaultTreeModel() getDescendantToggledPaths(TreePath parent) getDragEnabled() getEditingPath() getExpandedDescendants(TreePath parent) getExpandsSelectedPaths() getInvokesStopCellEditing() getLastSelectedPathComponent() getLeadSelectionPath() getLeadSelectionRow() getMaxSelectionRow() getMinSelectionRow() getModel() getNextMatch(String prefix, int startingRow, Position.Bias bias) getPathBetweenRows(int index0, int index1) getPathBounds(TreePath path) getPathForLocation(int x, int y) getPathForRow(int row) getPreferredScrollableViewportSize() getRowBounds(int row) getRowCount() getRowForLocation(int x, int y) getRowForPath(TreePath path) getRowHeight() getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction) getScrollableTracksViewportHeight() getScrollableTracksViewportWidth() getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction) getScrollsOnExpand() getSelectionCount() getSelectionModel() getSelectionPath() getSelectionPaths() getSelectionRows() getShowsRootHandles() getToggleClickCount() getToolTipText(MouseEvent event) getTreeExpansionListeners() getTreeSelectionListeners() getTreeWillExpandListeners() getUI() getUIClassID() getVisibleRowCount() hasBeenExpanded(TreePath path) isCollapsed(int row) isCollapsed(TreePath path) isEditable() isEditing() isExpanded(TreePath path) isExpanded(int row) isFixedRowHeight() isLargeModel() isPathEditable(TreePath path) isPathSelected(TreePath path) isRootVisible() isRowSelected(int row) isSelectionEmpty() isVisible(TreePath path) makeVisible(TreePath path) paramString() removeDescendantSelectedPaths(TreePath path, boolean includePath) removeDescendantToggledPaths(Enumeration toRemove) removeSelectionInterval(int index0, int index1) removeSelectionPath(TreePath path) removeSelectionPaths(TreePath[] paths) removeSelectionRow(int row) removeSelectionRows(int[] rows) removeTreeExpansionListener(TreeExpansionListener tel) removeTreeSelectionListener(TreeSelectionListener tsl) removeTreeWillExpandListener(TreeWillExpandListener tel) scrollPathToVisible(TreePath path) scrollRowToVisible(int row) setAnchorSelectionPath(TreePath newPath) setCellEditor(TreeCellEditor cellEditor) setCellRenderer(TreeCellRenderer x) setDragEnabled(boolean b) setEditable(boolean flag) setExpandedState(TreePath path, boolean state) setExpandsSelectedPaths(boolean newValue) setInvokesStopCellEditing(boolean newValue) setLargeModel(boolean newValue) setLeadSelectionPath(TreePath newPath) setModel(TreeModel newModel) setRootVisible(boolean rootVisible) setRowHeight(int rowHeight) setScrollsOnExpand(boolean newValue) setSelectionInterval(int index0, int index1) setSelectionModel(TreeSelectionModel selectionModel) setSelectionPath(TreePath path) setSelectionPaths(TreePath[] paths) setSelectionRow(int row) setSelectionRows(int[] rows) setShowsRootHandles(boolean newValue) setToggleClickCount(int clickCount) setUI(TreeUI ui) setVisibleRowCount(int newCount) startEditingAtPath(TreePath path) stopEditing() treeDidChange() updateUI() |