Class ScrollyList<E>

Type Parameters:
E - Type of list model elements
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ScrollPaneConstants

public class ScrollyList<E> extends JScrollPane
Component that represents a convenient Scrollable list of child components, based on a List model.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • refreshList

      public void refreshList()
    • getListComponents

      public Component[] getListComponents()