Searched refs:aPath (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java647 private boolean ensurePathIsExpanded(TreePath aPath, argument
649 if(aPath != null) {
651 if(treeModel.isLeaf(aPath.getLastPathComponent())) {
652 aPath = aPath.getParentPath();
655 if(aPath != null) {
656 FHTreeStateNode lastNode = getNodeForPath(aPath, false,
H A DVariableHeightLayoutCache.java969 private void ensurePathIsExpanded(TreePath aPath, boolean expandLast) { argument
970 if(aPath != null) {
972 if(treeModel.isLeaf(aPath.getLastPathComponent())) {
973 aPath = aPath.getParentPath();
976 if(aPath != null) {
977 TreeStateNode lastNode = getNodeForPath(aPath, false,
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java2494 TreePath aPath = getAnchorSelectionPath();
2495 int aRow = (aPath == null) ? -1 :
2496 getRowForPath(tree, aPath);
2509 setAnchorSelectionPath(aPath);
4118 TreePath aPath = ui.getAnchorSelectionPath();
4120 ui.setAnchorSelectionPath(aPath);
4236 TreePath aPath = ui.getAnchorSelectionPath();
4237 int aRow = ui.getRowForPath(tree, aPath);
4243 ui.setAnchorSelectionPath(aPath);
4267 TreePath aPath
[all...]

Completed in 47 milliseconds