Class PlasticTabbedPaneUI.ScrollableTabSupport

java.lang.Object
com.jgoodies.looks.plastic.PlasticTabbedPaneUI.ScrollableTabSupport
All Implemented Interfaces:
ActionListener, EventListener, ChangeListener
Enclosing class:
PlasticTabbedPaneUI

private final class PlasticTabbedPaneUI.ScrollableTabSupport extends Object implements ActionListener, ChangeListener
  • Field Details

  • Constructor Details

    • ScrollableTabSupport

      ScrollableTabSupport(int tabPlacement)
  • Method Details

    • createButtons

      void createButtons()
      Recreates the scroll buttons and adds them to the TabbedPane.
    • scrollForward

      public void scrollForward(int tabPlacement)
    • scrollBackward

      public void scrollBackward(int tabPlacement)
    • setLeadingTabIndex

      public void setLeadingTabIndex(int tabPlacement, int index)
    • stateChanged

      public void stateChanged(ChangeEvent e)
      Specified by:
      stateChanged in interface ChangeListener
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      ActionListener for the scroll buttons.
      Specified by:
      actionPerformed in interface ActionListener