Searched refs:getPathCount (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreePath.java187 int i = getPathCount();
210 public int getPathCount() { method in class:TreePath
227 int pathLength = getPathCount();
255 if(getPathCount() != oTreePath.getPathCount())
304 int pathLength = getPathCount();
305 int oPathLength = aTreePath.getPathCount();
351 for(int counter = 0, maxCounter = getPathCount();counter < maxCounter;
H A DFixedHeightLayoutCache.java488 (changedPath != null && changedPath.getPathCount() <= 1)))) {
H A DVariableHeightLayoutCache.java642 (changedPath != null && changedPath.getPathCount() == 1)))) {
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTree.java477 if (path.getPathCount() == 1) {
545 if (paths[counter].getPathCount() < shallowest) {
546 shallowest = paths[counter].getPathCount();
554 shallowest = paths[counter].getPathCount();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTreeUI.java195 if(path != null && path.getPathCount() == 2) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java150 if (path != null && path.getPathCount() == 2) {
480 boxLeftX += (((path.getPathCount() + depthOffset - 2) * totalChildIndent) + getLeftChildIndent()) - bounds.width / 2;
482 boxLeftX += tree.getWidth() - 1 - ((path.getPathCount() - 2 + depthOffset) * totalChildIndent) - getLeftChildIndent() - bounds.width / 2;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java1357 int depth = path.getPathCount() - 1;
1408 int depth = path.getPathCount() - 1;
1554 int depth = path.getPathCount() - 1;
2255 path.getPathCount() - 1);
4419 if(path != null && path.getPathCount() > 1) {
4444 if (path != null && path.getPathCount() > 1) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java3186 int count = path.getPathCount();
3789 if (parent.getPathCount() == 1) {

Completed in 644 milliseconds