Searched defs:getVisibleRowCount (Results 1 - 2 of 2) 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();

Completed in 50 milliseconds