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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java80 protected int rightChildIndent; field in class:BasicTreeUI
82 * and rightChildIndent. */
297 totalChildIndent = leftChildIndent + rightChildIndent;
308 rightChildIndent = newAmount;
309 totalChildIndent = leftChildIndent + rightChildIndent;
316 return rightChildIndent;
716 setRightChildIndent(((Integer)UIManager.get("Tree.rightChildIndent")).

Completed in 39 milliseconds