Lines Matching refs:JTabbedPane

77  * If you specify a component for a tab, the <code>JTabbedPane</code>
109 public class JTabbedPane extends JComponent
167 * tab placement of <code>JTabbedPane.TOP</code>.
170 public JTabbedPane() {
176 * of either: <code>JTabbedPane.TOP</code>, <code>JTabbedPane.BOTTOM</code>,
177 * <code>JTabbedPane.LEFT</code>, or <code>JTabbedPane.RIGHT</code>.
182 public JTabbedPane(int tabPlacement) {
189 * <code>JTabbedPane.TOP</code>, <code>JTabbedPane.BOTTOM</code>,
190 * <code>JTabbedPane.LEFT</code>, or <code>JTabbedPane.RIGHT</code>.
191 * Tab layout policy may be either: <code>JTabbedPane.WRAP_TAB_LAYOUT</code>
192 * or <code>JTabbedPane.SCROLL_TAB_LAYOUT</code>.
201 public JTabbedPane(int tabPlacement, int tabLayoutPolicy) {
309 * to this <code>JTabbedPane</code> with <code>addChangeListener</code>.
320 * Sends a {@code ChangeEvent}, with this {@code JTabbedPane} as the source,
323 * {@code JTabbedPane}. Usually, the selected index and selected tab change
345 * For the average code, using the typical JTabbedPane methods,
469 * <li><code>JTabbedPane.TOP</code>
470 * <li><code>JTabbedPane.BOTTOM</code>
471 * <li><code>JTabbedPane.LEFT</code>
472 * <li><code>JTabbedPane.RIGHT</code>
484 * enum: TOP JTabbedPane.TOP
485 * LEFT JTabbedPane.LEFT
486 * BOTTOM JTabbedPane.BOTTOM
487 * RIGHT JTabbedPane.RIGHT
520 * <li><code>JTabbedPane.WRAP_TAB_LAYOUT</code>
521 * <li><code>JTabbedPane.SCROLL_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
541 * SCROLL_TAB_LAYOUT JTabbedPane.SCROLL_TAB_LAYOUT
706 // rest of the JTabbedPane implementation isn't designed to deal
1016 * <code>JTabbedPane</code>. The method does nothing
1029 // so make sure JTabbedPane#remove(int) isn't called here
1823 * Returns a string representation of this <code>JTabbedPane</code>.
1830 * @return a string representation of this JTabbedPane.
1856 * Gets the AccessibleContext associated with this JTabbedPane.
1862 * AccessibleContext of this JTabbedPane
1879 * <code>JTabbedPane</code> class. It provides an implementation of the
1927 JTabbedPane.this.model.addChangeListener(this);
1991 int tab = ((TabbedPaneUI) ui).tabForCoordinate(JTabbedPane.this,
2039 JTabbedPane parent;
2048 Page(JTabbedPane parent,
2065 if (JTabbedPane.this.accessibleContext != null &&
2101 JTabbedPane.this.firePropertyChange("displayedMnemonicIndexAt",
2345 * <code>JTabbedPane</code> will render the title and/or icon for
2347 * render the title and <code>JTabbedPane</code> will not render
2359 * added to this <code>JTabbedPane</code>
2370 throw new IllegalArgumentException("Component is already added to this JTabbedPane");