Class JSelectableList<E>

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

public class JSelectableList<E> extends JList<E>
See Also:
  • Field Details

  • Constructor Details

    • JSelectableList

      public JSelectableList(ListModel<E> dataModel)
    • JSelectableList

      public JSelectableList(ListModel<E> dataModel, @Nullable MouseListener priorityMouseListener)
  • Method Details