| Modifiers | Name | Description | 
|---|---|---|
| static enum | RestParamsTableModel.Mode | 
| Modifiers | Name | Description | 
|---|---|---|
| static int | LOCATION_COLUMN_INDEX | |
| static int | NAME_COLUMN_INDEX | |
| static int | STYLE_COLUMN_INDEX | |
| static int | VALUE_COLUMN_INDEX | 
| Constructor and description | 
|---|
| RestParamsTableModel
                                (RestParamsPropertyHolder params, Mode mode) | 
| RestParamsTableModel
                                (RestParamsPropertyHolder params) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.lang.Class<?> | getColumnClass(int columnIndex) | 
|  | int | getColumnCount() | 
|  | java.lang.String | getColumnName(int columnIndex) | 
|  | ParamLocation | getParamLocationAt(int rowIndex) | 
|  | RestParamProperty | getParameterAt(int selectedRow) | 
|  | ParamLocation[] | getParameterLevels() | 
|  | java.lang.Object | getValueAt(int rowIndex, int columnIndex) | 
|  | boolean | isCellEditable(int rowIndex, int columnIndex) | 
|  | boolean | isInMinimalMode() | 
|  | void | removeProperty(java.lang.String propertyName) | 
|  | void | setParams(RestParamsPropertyHolder params) | 
|  | void | setValueAt(java.lang.Object value, int rowIndex, int columnIndex) | 
| Methods inherited from class | Name | 
|---|---|
| class DirectAccessPropertyHolderTableModel | getPropertyAtRow, getRowCount, moveProperty, sort | 
| class DefaultPropertyHolderTableModel | getColumnClass, getColumnCount, getColumnName, getPropertyAtRow, getRowCount, getValueAt, isCellEditable, moveProperty, propertyChange, propertyMoved, propertyValueChanged, release, setValueAt, sort |