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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTabbedPane.java139 private int tabLayoutPolicy; field in class:JTabbedPane
195 * @param tabLayoutPolicy the policy for laying out tabs when all tabs will not fit on one run
201 public JTabbedPane(int tabPlacement, int tabLayoutPolicy) { argument
203 setTabLayoutPolicy(tabLayoutPolicy);
512 return tabLayoutPolicy;
530 * @param tabLayoutPolicy the policy used to layout the tabs
545 public void setTabLayoutPolicy(int tabLayoutPolicy) { argument
546 if (tabLayoutPolicy != WRAP_TAB_LAYOUT && tabLayoutPolicy != SCROLL_TAB_LAYOUT) {
549 if (this.tabLayoutPolicy !
[all...]

Completed in 23 milliseconds