public class HUnionTM extends Object implements TableModel
| Modifier and Type | Field and Description |
|---|---|
protected EventSupport |
eventSupport |
protected TableModelListener |
tableModelListener |
| Constructor and Description |
|---|
HUnionTM()
Конструктор
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTableModelListener(TableModelListener l) |
protected void |
attachTableModelListener(TableModel tm) |
protected void |
detachTableModelListener(TableModel tm) |
void |
fireAllChanged() |
void |
fireCellChanged(int rowIndex,
int columnIndex) |
void |
fireColumnsChanged() |
void |
fireRowsDeleted(int rowIndexFrom,
int toIndexInclude) |
void |
fireRowsInserted(int rowIndexFrom,
int toIndexInclude) |
void |
fireRowsUpdated(int rowIndexFrom,
int toIndexInclude) |
void |
fireRowUpdated(int row) |
void |
fireTableModelEvent(TableModelEvent e) |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
TableModelListener[] |
getListeners() |
int |
getRowCount() |
protected xyz.cofe.collection.Pair<TableModel,Integer> |
getTMColumn(int columnIndex) |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
removeTableModelListener(TableModelListener l) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
protected final TableModelListener tableModelListener
protected EventSupport eventSupport
protected void attachTableModelListener(TableModel tm)
protected void detachTableModelListener(TableModel tm)
public int getRowCount()
getRowCount in interface TableModelpublic int getColumnCount()
getColumnCount in interface TableModelprotected xyz.cofe.collection.Pair<TableModel,Integer> getTMColumn(int columnIndex)
public String getColumnName(int columnIndex)
getColumnName in interface TableModelpublic Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelpublic void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelpublic void removeTableModelListener(TableModelListener l)
removeTableModelListener in interface TableModelpublic TableModelListener[] getListeners()
public void fireTableModelEvent(TableModelEvent e)
public void fireRowsUpdated(int rowIndexFrom,
int toIndexInclude)
public void fireRowsInserted(int rowIndexFrom,
int toIndexInclude)
public void fireRowsDeleted(int rowIndexFrom,
int toIndexInclude)
public void fireRowUpdated(int row)
public void fireColumnsChanged()
public void fireCellChanged(int rowIndex,
int columnIndex)
public void fireAllChanged()
public void addTableModelListener(TableModelListener l)
addTableModelListener in interface TableModelCopyright © 2019. All rights reserved.