Uses of Interface
org.ujmp.gui.table.TableModel64
-
Packages that use TableModel64 Package Description org.ujmp.gui org.ujmp.gui.panels org.ujmp.gui.table -
-
Uses of TableModel64 in org.ujmp.gui
Subinterfaces of TableModel64 in org.ujmp.gui Modifier and Type Interface Description interface
MatrixGUIObject
Classes in org.ujmp.gui that implement TableModel64 Modifier and Type Class Description class
AbstractMatrixGUIObject
class
DefaultMatrixGUIObject
-
Uses of TableModel64 in org.ujmp.gui.panels
Constructors in org.ujmp.gui.panels with parameters of type TableModel64 Constructor Description SingleTableColumnModel(TableModel64 tableModel64)
-
Uses of TableModel64 in org.ujmp.gui.table
Classes in org.ujmp.gui.table that implement TableModel64 Modifier and Type Class Description class
RowHeaderTableModel64
Fields in org.ujmp.gui.table declared as TableModel64 Modifier and Type Field Description private TableModel64
ConstantTableColumnEnumeration. tableModel64
private TableModel64
DefaultTableColumnModel64. tableModel64
Methods in org.ujmp.gui.table that return TableModel64 Modifier and Type Method Description TableModel64
JTable64. getModel()
Constructors in org.ujmp.gui.table with parameters of type TableModel64 Constructor Description ConstantTableColumnEnumeration(TableColumnModel64 tableColumnModel, TableModel64 tableModel64)
DefaultTableColumnModel64(TableModel64 m)
JTable64(TableModel64 dataModel)
JTable64(TableModel64 dataModel, TableColumnModel64 tableColumnModel, ListSelectionModel64 rowSelectionModel)
TableModelEvent64(TableModel64 source)
TableModelEvent64(TableModel64 source, long row)
TableModelEvent64(TableModel64 source, long firstRow, long lastRow)
TableModelEvent64(TableModel64 source, long firstRow, long lastRow, long column)
TableModelEvent64(TableModel64 source, long firstRow, long lastRow, long column, int type)
-