Searched defs:getLayoutOrientation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJList.java947 public int getLayoutOrientation() { method in class:JList
995 * @see #getLayoutOrientation
1089 (getLayoutOrientation() == HORIZONTAL_WRAP);
2432 if (getLayoutOrientation() != VERTICAL) {
2540 getLayoutOrientation() != JList.VERTICAL) {
2685 getLayoutOrientation() != JList.VERTICAL) {
2768 if (getLayoutOrientation() == HORIZONTAL_WRAP &&
2794 if (getLayoutOrientation() == VERTICAL_WRAP &&

Completed in 39 milliseconds