Uses of Class
org.ujmp.gui.table.FastListSelectionModel64
-
Packages that use FastListSelectionModel64 Package Description org.ujmp.gui -
-
Uses of FastListSelectionModel64 in org.ujmp.gui
Fields in org.ujmp.gui declared as FastListSelectionModel64 Modifier and Type Field Description private FastListSelectionModel64
AbstractMatrixGUIObject. columnSelectionModel
private FastListSelectionModel64
AbstractMatrixGUIObject. rowSelectionModel
Methods in org.ujmp.gui that return FastListSelectionModel64 Modifier and Type Method Description FastListSelectionModel64
AbstractMatrixGUIObject. getColumnSelectionModel()
FastListSelectionModel64
MatrixGUIObject. getColumnSelectionModel()
FastListSelectionModel64
AbstractMatrixGUIObject. getRowSelectionModel()
FastListSelectionModel64
MatrixGUIObject. getRowSelectionModel()
-