Class JStaticList<E>

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

public class JStaticList<E> extends JDraggableList<E>
Draggable list that doesn't allow modifications. Used as source for items along with a JDraggableList that acts as target for drags
See Also:
  • Constructor Details

    • JStaticList

      public JStaticList(DefaultListModel<E> dataModel)
    • JStaticList

      public JStaticList(Object[] listData)
    • JStaticList

      public JStaticList()