Documentation of 'org.ujmp.gui.table.ListSelectionModel64' Java class
ListSelectionModel64
org.ujmp.gui.table

Interface ListSelectionModel64

  • All Superinterfaces:
    javax.swing.ListSelectionModel
    All Known Implementing Classes:
    FastListSelectionModel64


    public interface ListSelectionModel64
    extends javax.swing.ListSelectionModel
    • Method Detail

      • 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)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.