public class PropertyEditorTableModel extends AbstractTableModel
EnhancedSwingWorker,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
VAL |
listenerList| Constructor and Description |
|---|
PropertyEditorTableModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(int pIdx,
String pKey,
String pVal) |
void |
addRow(String pKey,
String pVal) |
Class<?> |
getColumnClass(int pIdx) |
int |
getColumnCount() |
String |
getColumnName(int pIdx) |
int |
getRowCount() |
String |
getValueAt(int pRow,
int pCol) |
boolean |
hasUniqueKeys() |
boolean |
isCellEditable(int pRow,
int pCol) |
void |
removeRows(int pFromRow,
int pToRow) |
void |
setValueAt(Object pVal,
int pRow,
int pCol) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic static final String VAL
public void removeRows(int pFromRow,
int pToRow)
pFromRow - Inclusive range start.pToRow - Exclusive range end.public int getColumnCount()
public int getRowCount()
public String getValueAt(int pRow, int pCol)
public Class<?> getColumnClass(int pIdx)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic String getColumnName(int pIdx)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic boolean isCellEditable(int pRow,
int pCol)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setValueAt(Object pVal, int pRow, int pCol)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic boolean hasUniqueKeys()
Copyright © 2023. All rights reserved.