Interface GUIListCellRenderer<T>

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

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

      All Methods Instance Methods Abstract Methods 
      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 Detail

      • setSize

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