public class SimplifiedPropertyTableModel extends PropertyTableModel
alphabeticalComparator, bean, beanDescriptor, beans, COL_NAME, COL_VALUE, currentFilter, descriptors, editorsRegistered, info, multiObject, naturalComparator, NUM_COLUMNS, propEditors, SORT_ALPHABETICAL, SORT_NATURAL, SORT_TYPE, sortOrder, typeComparator, VIEW_ALL, VIEW_BOUND, VIEW_CONSTRAINED, VIEW_EXPERT, VIEW_HIDDEN, VIEW_PREFERRED, VIEW_READ_ONLY, VIEW_STANDARD| Constructor and Description |
|---|
SimplifiedPropertyTableModel(VisionDesignerImpl fpmi) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRowCustomEditor(int row) |
void |
setObject(java.lang.Object bean)
Set the table model to represents the properties of the object.
|
void |
setTable(javax.swing.JTable table) |
void |
sortTable(int sort)
Sorts the table according to the sort type.
|
filterTable, getColumnCount, getContext, getCustomEditorClass, getCustomizer, getFilter, getObject, getObjectHolder, getPropertyDescriptor, getPropertyEditor, getPropertyType, getRowCount, getSortOrder, getValueAt, hasCustomizer, isCellEditable, reloadBean, setFilter, setMultiObject, setSortOrder, setValueAtaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListenerpublic SimplifiedPropertyTableModel(VisionDesignerImpl fpmi)
public boolean isRowCustomEditor(int row)
isRowCustomEditor in class PropertyTableModelpublic void setObject(java.lang.Object bean)
PropertyTableModelsetObject in class PropertyTableModelpublic void sortTable(int sort)
PropertyTableModelsortTable in class PropertyTableModelpublic void setTable(javax.swing.JTable table)