Package org.ujmp.gui.table
Class RowHeaderTableModel64
java.lang.Object
org.ujmp.gui.table.RowHeaderTableModel64
- All Implemented Interfaces:
EventListener
,TableModelListener
,TableModel
,TableModel64
,TableModelListener64
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
final void
final void
fireValueChanged
(long row, long column, Object value) Class<?>
getColumnClass
(int columnIndex) Class<?>
getColumnClass
(long columnIndex) int
long
getColumnName
(int columnIndex) getColumnName
(long columnIndex) int
long
getValueAt
(int rowIndex, int columnIndex) getValueAt
(long rowIndex, long columnIndex) boolean
isCellEditable
(int rowIndex, int columnIndex) boolean
isCellEditable
(long rowIndex, long columnIndex) void
void
void
setValueAt
(Object aValue, int rowIndex, int columnIndex) void
setValueAt
(Object aValue, long rowIndex, long columnIndex) void
void
-
Field Details
-
listenerList
-
model
-
-
Constructor Details
-
RowHeaderTableModel64
-
-
Method Details
-
getRowCount
public int getRowCount()- Specified by:
getRowCount
in interfaceTableModel
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCount
in interfaceTableModel
-
getValueAt
- Specified by:
getValueAt
in interfaceTableModel
-
getColumnName
- Specified by:
getColumnName
in interfaceTableModel
-
getColumnClass
- Specified by:
getColumnClass
in interfaceTableModel
-
isCellEditable
public boolean isCellEditable(int rowIndex, int columnIndex) - Specified by:
isCellEditable
in interfaceTableModel
-
setValueAt
- Specified by:
setValueAt
in interfaceTableModel
-
addTableModelListener
- Specified by:
addTableModelListener
in interfaceTableModel
-
removeTableModelListener
- Specified by:
removeTableModelListener
in interfaceTableModel
-
getListenerList
-
getRowCount64
public long getRowCount64()- Specified by:
getRowCount64
in interfaceTableModel64
-
getColumnCount64
public long getColumnCount64()- Specified by:
getColumnCount64
in interfaceTableModel64
-
getColumnName
- Specified by:
getColumnName
in interfaceTableModel64
-
getColumnClass
- Specified by:
getColumnClass
in interfaceTableModel64
-
isCellEditable
public boolean isCellEditable(long rowIndex, long columnIndex) - Specified by:
isCellEditable
in interfaceTableModel64
-
getValueAt
- Specified by:
getValueAt
in interfaceTableModel64
-
setValueAt
- Specified by:
setValueAt
in interfaceTableModel64
-
addTableModelListener
- Specified by:
addTableModelListener
in interfaceTableModel64
-
removeTableModelListener
- Specified by:
removeTableModelListener
in interfaceTableModel64
-
tableChanged
- Specified by:
tableChanged
in interfaceTableModelListener
-
tableChanged
- Specified by:
tableChanged
in interfaceTableModelListener64
-
fireValueChanged
public final void fireValueChanged() -
fireValueChanged
-