Interface ListSelectionModel64

All Superinterfaces:
ListSelectionModel
All Known Implementing Classes:
FastListSelectionModel64

public interface ListSelectionModel64 extends ListSelectionModel
  • Method Details

    • setSelectionInterval

      void setSelectionInterval(long index0, long index1)
    • addSelectionInterval

      void addSelectionInterval(long index0, long index1)
    • removeSelectionInterval

      void removeSelectionInterval(long index0, long index1)
    • getMinSelectionIndex64

      long getMinSelectionIndex64()
    • getMaxSelectionIndex64

      long getMaxSelectionIndex64()
    • isSelectedIndex

      boolean isSelectedIndex(long index)
    • getAnchorSelectionIndex64

      long getAnchorSelectionIndex64()
    • setAnchorSelectionIndex

      void setAnchorSelectionIndex(long index)
    • getLeadSelectionIndex64

      long getLeadSelectionIndex64()
    • setLeadSelectionIndex

      void setLeadSelectionIndex(long index)
    • insertIndexInterval

      void insertIndexInterval(long index, long length, boolean before)
    • removeIndexInterval

      void removeIndexInterval(long index0, long index1)
    • addListSelectionListener

      void addListSelectionListener(ListSelectionListener64 x)
    • removeListSelectionListener

      void removeListSelectionListener(ListSelectionListener64 x)