Uses of Interface
org.ujmp.gui.table.TableColumnModelListener64
-
Packages that use TableColumnModelListener64 Package Description org.ujmp.gui.table -
-
Uses of TableColumnModelListener64 in org.ujmp.gui.table
Classes in org.ujmp.gui.table that implement TableColumnModelListener64 Modifier and Type Class Description class
JTable64
class
JTableHeader64
class
MatrixTable64
Methods in org.ujmp.gui.table with parameters of type TableColumnModelListener64 Modifier and Type Method Description void
DefaultTableColumnModel64. addColumnModelListener(TableColumnModelListener64 x)
void
TableColumnModel64. addColumnModelListener(TableColumnModelListener64 x)
void
DefaultTableColumnModel64. removeColumnModelListener(TableColumnModelListener64 x)
void
TableColumnModel64. removeColumnModelListener(TableColumnModelListener64 x)
-