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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTabbedPane.java116 public static final int WRAP_TAB_LAYOUT = 0; field in class:JTabbedPane
171 this(TOP, WRAP_TAB_LAYOUT);
183 this(tabPlacement, WRAP_TAB_LAYOUT);
191 * Tab layout policy may be either: <code>JTabbedPane.WRAP_TAB_LAYOUT</code>
520 * <li><code>JTabbedPane.WRAP_TAB_LAYOUT</code>
524 * The default value, if not set by the UI, is <code>JTabbedPane.WRAP_TAB_LAYOUT</code>.
540 * enum: WRAP_TAB_LAYOUT JTabbedPane.WRAP_TAB_LAYOUT
546 if (tabLayoutPolicy != WRAP_TAB_LAYOUT && tabLayoutPolicy != SCROLL_TAB_LAYOUT) {
547 throw new IllegalArgumentException("illegal tab layout policy: must be WRAP_TAB_LAYOUT o
[all...]

Completed in 31 milliseconds