public class RegistryKeyValuesTableModel
extends javax.swing.table.AbstractTableModel
Constructor and Description |
---|
RegistryKeyValuesTableModel() |
RegistryKeyValuesTableModel(RegistryKey registryKey) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
java.lang.String |
getColumnName(int column) |
protected RegistryKeyValues.RegistryValueEntry |
getEntry(int rowIndex) |
RegistryKey |
getRegistryKey() |
int |
getRowCount() |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
setRegistryKey(RegistryKey registryKey) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public RegistryKeyValuesTableModel()
public RegistryKeyValuesTableModel(RegistryKey registryKey)
public int getRowCount()
public int getColumnCount()
public java.lang.String getColumnName(int column)
getColumnName
in interface javax.swing.table.TableModel
getColumnName
in class javax.swing.table.AbstractTableModel
protected RegistryKeyValues.RegistryValueEntry getEntry(int rowIndex)
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
public RegistryKey getRegistryKey()
public void setRegistryKey(RegistryKey registryKey)