java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.factorypmi.application.components.tabstrip.LeftRightArrowPanel
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class LeftRightArrowPanel extends JPanel implements ActionListener
See Also:
  • Constructor Details

    • LeftRightArrowPanel

      public LeftRightArrowPanel()
  • Method Details

    • getCurrentOffset

      public int getCurrentOffset()
      Returns:
      the currentOffset
    • setCurrentOffset

      public void setCurrentOffset(int currentOffset)
      Parameters:
      currentOffset - the currentOffset to set
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener