Lines Matching refs:tree
30 import javax.swing.tree.TreePath;
45 public abstract Rectangle getPathBounds(JTree tree, TreePath path);
51 public abstract TreePath getPathForRow(JTree tree, int row);
58 public abstract int getRowForPath(JTree tree, TreePath path);
63 public abstract int getRowCount(JTree tree);
72 public abstract TreePath getClosestPathForLocation(JTree tree, int x,
76 * Returns true if the tree is being edited. The item that is being
79 public abstract boolean isEditing(JTree tree);
83 * tree isn't being edited. Returns true if the editor allows the
86 public abstract boolean stopEditing(JTree tree);
90 * tree isn't being edited. Returns true if the editor allows the
93 public abstract void cancelEditing(JTree tree);
99 public abstract void startEditingAtPath(JTree tree, TreePath path);
104 public abstract TreePath getEditingPath(JTree tree);