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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJList.java888 public int getVisibleRowCount() { method in class:JList
918 * @see #getVisibleRowCount
2439 int visibleRowCount = getVisibleRowCount();
2769 getVisibleRowCount() <= 0) {
2795 getVisibleRowCount() <= 0) {
H A DJTree.java69 * <li><code>getVisibleRowCount()</code>
2966 public int getVisibleRowCount() { method in class:JTree
3388 * determined from <code>getVisibleRowCount</code> and the width
3395 int visRows = getVisibleRowCount();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java1401 int visRows = list.getVisibleRowCount();
2042 list.getVisibleRowCount() <= 0) {
2206 list.getVisibleRowCount() <= 0) {
H A DBasicTreeUI.java1872 tree.getVisibleRowCount() > 0) {
1877 tree.getVisibleRowCount();

Completed in 69 milliseconds