Method Summary |
|
StateNode | createStateNode(StateNode parent, TreePath path) |
abstract public Rectangle | getBounds(TreePath path, Rectangle placeIn) |
abstract public boolean | getExpandedState(TreePath path) |
boolean | getExpandedStateImpl(TreePath path) |
Rectangle | getFixedHeightBoundsImpl(TreePath path, Rectangle placeIn) |
TreePath | getFixedHeightPathClosestToImpl(int x, int y) |
public TreeModel | getModel() |
public NodeDimensions | getNodeDimensions() |
protected Rectangle | getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle placeIn) |
abstract public TreePath | getPathClosestTo(int x, int y) |
int | getPathDepth(TreePath path) |
abstract public TreePath | getPathForRow(int row) |
public int | getPreferredHeight() |
public int | getPreferredWidth(Rectangle bounds) |
abstract public int | getRowCount() |
int | getRowCountImpl() |
abstract public int | getRowForPath(TreePath path) |
public int | getRowHeight() |
public int[] | getRowsForPaths(TreePath[] paths) |
public TreeSelectionModel | getSelectionModel() |
StateNode | getStateNodeForPath(TreePath path) |
StateNode | getStateRoot() |
abstract public int | getVisibleChildCount(TreePath path) |
int | getVisibleChildCountImpl(TreePath path) |
abstract public Enumeration<TreePath> | getVisiblePathsFrom(TreePath path) |
Enumeration<TreePath> | getVisiblePathsFromImpl(TreePath path) |
abstract public void | invalidatePathBounds(TreePath path) |
abstract public void | invalidateSizes() |
abstract public boolean | isExpanded(TreePath path) |
protected boolean | isFixedRowHeight() |
boolean | isRoot(TreePath path) |
public boolean | isRootVisible() |
boolean | isVisible(TreePath path) |
abstract public void | setExpandedState(TreePath path, boolean isExpanded) |
void | setExpandedStateImpl(TreePath path, boolean isExpanded) |
public void | setModel(TreeModel model) |
public void | setNodeDimensions(NodeDimensions nd) |
public void | setRootVisible(boolean rootVisible) |
public void | setRowHeight(int rowHeight) |
public void | setSelectionModel(TreeSelectionModel selectionModel) |
abstract public void | treeNodesChanged(TreeModelEvent e) |
void | treeNodesChangedImpl(TreeModelEvent e) |
abstract public void | treeNodesInserted(TreeModelEvent e) |
void | treeNodesInsertedImpl(TreeModelEvent e) |
abstract public void | treeNodesRemoved(TreeModelEvent e) |
void | treeNodesRemovedImpl(TreeModelEvent e) |
abstract public void | treeStructureChanged(TreeModelEvent e) |
void | treeStructureChangedImpl(TreeModelEvent e) |