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

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/tree/
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,
H A DFixedHeightLayoutCache.java650 private boolean ensurePathIsExpanded(TreePath aPath, argument
652 if(aPath != null) {
654 if(treeModel.isLeaf(aPath.getLastPathComponent())) {
655 aPath = aPath.getParentPath();
658 if(aPath != null) {
659 FHTreeStateNode lastNode = getNodeForPath(aPath, false,
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java2837 TreePath aPath = getAnchorSelectionPath();
2838 int aRow = (aPath == null) ? -1 :
2839 getRowForPath(tree, aPath);
2852 setAnchorSelectionPath(aPath);
4522 TreePath aPath = ui.getAnchorSelectionPath();
4524 ui.setAnchorSelectionPath(aPath);
4640 TreePath aPath = ui.getAnchorSelectionPath();
4641 int aRow = ui.getRowForPath(tree, aPath);
4647 ui.setAnchorSelectionPath(aPath);
4671 TreePath aPath
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPath.java109 .map(aPath -> aPath.toString())
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTreeOperator.java3011 for (String aPath : path) {
3012 desc.append(aPath).append(", ");

Completed in 134 milliseconds