org.tm4j.tmnav.app.ui .PropertyEditorTableModel
Inheritance Hierarchy
- javax.swing.table.AbstractTableModel
- PropertyEditorTableModel
| Field Summary | |
|---|---|
| NOT_MODIFIABLE | |
| SET_MODIFIABLE | |
| VALUES_MODIFIABLE | |
| Method Summary | |
|---|---|
| void |
fill(java.util.Map map)
Fills the table from the given Map
|
| java.lang.Class | getColumnClass(int c) |
| void | getColumnCount() |
| java.lang.String | getColumnName(int col) |
| java.util.Properties |
getProperties()
Transforms the contents of the table
into a new Properties-Object
|
| void | getRowCount() |
| java.lang.Object | getValueAt(int row,int col) |
| void | isCellEditable(int row,int col) |
| void | setValueAt(java.lang.Object value,int row,int col) |
| void |
synchronize(java.util.Properties props)
fills the given Properties-Object
with all key-value -pairs from the table
|
Meta Data (2)
@author
:
cf
TableModel that implements a propertyEditor
Related Topics
Imports
Is Contained By
