Interface GUIListCellRenderer<T>

Type Parameters:
T - the type of the list elements
All Superinterfaces:
ListCellRenderer<T>
All Known Implementing Classes:
CharacterCellRenderer, ItemItemCellRenderer, MetaElementCellRenderer

public interface GUIListCellRenderer<T> extends ListCellRenderer<T>
A ListCellRenderer that implements resizing after screen resolution changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setSize(int width, int height)
    Updates the component's size.

    Methods inherited from interface javax.swing.ListCellRenderer

    getListCellRendererComponent
  • Method Details

    • setSize

      void setSize(int width, int height)
      Updates the component's size.
      Parameters:
      width - the new width
      height - the new height