Class BasePaginatorControlsPane<P extends BasePaginatorControlsPane<P>>

All Implemented Interfaces:
Sizeable
Direct Known Subclasses:
PaginatorControlsPane

public abstract class BasePaginatorControlsPane<P extends BasePaginatorControlsPane<P>> extends BaseSimpleItemGUIPane<P>
The Controls pane for a PaginatorGUIPane.
  • Field Details

    • FILL_ITEM

      public static final GUIItem FILL_ITEM
      The default fill-item for the Pane
  • Constructor Details

    • BasePaginatorControlsPane

      protected BasePaginatorControlsPane(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
  • Method Details