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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java156 private ScrollableTabSupport tabScroller;
275 tabScroller = new ScrollableTabSupport(tabPane.getTabPlacement());
3245 private class ScrollableTabSupport implements ActionListener, class in class:BasicTabbedPaneUI
3256 ScrollableTabSupport(int tabPlacement) { method in class:BasicTabbedPaneUI.ScrollableTabSupport
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java148 private ScrollableTabSupport tabScroller;
273 tabScroller = new ScrollableTabSupport(tabPane.getTabPlacement());
3056 private class ScrollableTabSupport implements ActionListener, ChangeListener { class in class:AquaTabbedPaneCopyFromBasicUI
3066 ScrollableTabSupport(final int tabPlacement) { method in class:AquaTabbedPaneCopyFromBasicUI.ScrollableTabSupport

Completed in 651 milliseconds