All Implemented Interfaces:
Sizeable

public class PaginatorControlsPane extends BasePaginatorControlsPane<PaginatorControlsPane>
The Controls pane for a PaginatorGUIPane.
  • Constructor Details

    • PaginatorControlsPane

      protected PaginatorControlsPane(GUI gui, PaginatorGUIPane paginatorGUIPane, Vector2d minSize, Vector2d maxSize, boolean autoSize, PaginatorControlsPosition position, NextPageGUIButton nextButton, PreviousPageGUIButton previousButton)
      Creates a new PaginatorControlsPane
      Parameters:
      gui - The GUI
      paginatorGUIPane - The according Paginator
      minSize - The minimum size of the Pane
      maxSize - The maximum size of the Pane
      autoSize - Whether the Pane should synchronize its width with the Paginator.
      position - The position where the Buttons should get rendered
      nextButton - The custom next-button
      previousButton - The custom previous-button