Package com.jtattoo.plaf.base.layout
Class ScrollableTabSupport
java.lang.Object
com.jtattoo.plaf.base.layout.ScrollableTabSupport
- All Implemented Interfaces:
EventListener,ChangeListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionintfinal ScrollableTabButtonfinal ScrollableTabButtonfinal ScrollableTabPanelfinal ScrollableTabViewport -
Constructor Summary
ConstructorsConstructorDescriptionScrollableTabSupport(BaseTabbedPaneUI ui, JTabbedPane tabPane, Rectangle[] rects) -
Method Summary
Modifier and TypeMethodDescriptionvoidscrollBackward(int tabPlacement) voidscrollForward(int tabPlacement) voidscrollTabToVisible(int tabPlacement, int index) voidsetLeadingTabIndex(int tabPlacement, int index) void
-
Field Details
-
viewport
-
tabPanel
-
scrollForwardButton
-
scrollBackwardButton
-
popupMenuButton
-
leadingTabIndex
public int leadingTabIndex
-
-
Constructor Details
-
ScrollableTabSupport
-
-
Method Details
-
scrollBackward
public void scrollBackward(int tabPlacement) -
scrollForward
public void scrollForward(int tabPlacement) -
scrollTabToVisible
public void scrollTabToVisible(int tabPlacement, int index) -
setLeadingTabIndex
public void setLeadingTabIndex(int tabPlacement, int index) -
stateChanged
- Specified by:
stateChangedin interfaceChangeListener
-