Uses of Interface
org.ujmp.gui.table.ListSelectionModel64
-
Packages that use ListSelectionModel64 Package Description org.ujmp.gui.table -
-
Uses of ListSelectionModel64 in org.ujmp.gui.table
Classes in org.ujmp.gui.table that implement ListSelectionModel64 Modifier and Type Class Description class
FastListSelectionModel64
Methods in org.ujmp.gui.table that return ListSelectionModel64 Modifier and Type Method Description protected ListSelectionModel64
DefaultTableColumnModel64. createSelectionModel()
ListSelectionModel64
DefaultTableColumnModel64. getSelectionModel()
ListSelectionModel64
JTable64. getSelectionModel()
ListSelectionModel64
TableColumnModel64. getSelectionModel()
Methods in org.ujmp.gui.table with parameters of type ListSelectionModel64 Modifier and Type Method Description void
DefaultTableColumnModel64. setSelectionModel(ListSelectionModel64 newModel)
void
JTable64. setSelectionModel(ListSelectionModel64 newModel)
void
TableColumnModel64. setSelectionModel(ListSelectionModel64 newModel)
Constructors in org.ujmp.gui.table with parameters of type ListSelectionModel64 Constructor Description JTable64(TableModel64 dataModel, TableColumnModel64 tableColumnModel, ListSelectionModel64 rowSelectionModel)
-