com.jniwrapper.win32.registry.ui
Class RegistryKeyValuesTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.jniwrapper.win32.registry.ui.RegistryKeyValuesTableModel
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.table.TableModel
- public class RegistryKeyValuesTableModel
- extends javax.swing.table.AbstractTableModel
RegistryKey values table model.
- See Also:
- Serialized Form
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistryKeyValuesTableModel
public RegistryKeyValuesTableModel()
RegistryKeyValuesTableModel
public RegistryKeyValuesTableModel(RegistryKey registryKey)
getRowCount
public int getRowCount()
getColumnCount
public int getColumnCount()
getColumnName
public java.lang.String getColumnName(int column)
getEntry
protected RegistryKeyValues.RegistryValueEntry getEntry(int rowIndex)
getValueAt
public java.lang.Object getValueAt(int rowIndex,
int columnIndex)
getRegistryKey
public RegistryKey getRegistryKey()
setRegistryKey
public void setRegistryKey(RegistryKey registryKey)