public class PropertyEditorTableModel extends AbstractTableModel
EnhancedSwingWorker
,
Serialized FormModifier 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, removeTableModelListener
public 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 TableModel
getColumnClass
in class AbstractTableModel
public String getColumnName(int pIdx)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public boolean isCellEditable(int pRow, int pCol)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public void setValueAt(Object pVal, int pRow, int pCol)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
public boolean hasUniqueKeys()
Copyright © 2023. All rights reserved.