Class SimplifiedPropertyTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.inductiveautomation.factorypmi.designer.property.PropertyTableModel
com.inductiveautomation.factorypmi.designer.property.customizers.SimplifiedPropertyTableModel
- All Implemented Interfaces:
- Serializable,- TableModel
This is a simplified wrapper around the legacy PropertyTableModel that is used in the classic chart customizer.
- See Also:
- 
Field SummaryFields inherited from class com.inductiveautomation.factorypmi.designer.property.PropertyTableModelalphabeticalComparator, 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_STANDARDFields inherited from class javax.swing.table.AbstractTableModellistenerList
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.factorypmi.designer.property.PropertyTableModelfilterTable, getColumnCount, getContext, getCustomEditorClass, getCustomizer, getFilter, getObject, getObjectHolder, getPropertyDescriptor, getPropertyEditor, getPropertyType, getRowCount, getSortOrder, getValueAt, hasCustomizer, isCellEditable, reloadBean, setFilter, setMultiObject, setSortOrder, setValueAtMethods inherited from class javax.swing.table.AbstractTableModeladdTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListener
- 
Constructor Details- 
SimplifiedPropertyTableModel
 
- 
- 
Method Details- 
isRowCustomEditorpublic boolean isRowCustomEditor(int row) - Overrides:
- isRowCustomEditorin class- PropertyTableModel
 
- 
setObjectDescription copied from class:PropertyTableModelSet the table model to represents the properties of the object.- Overrides:
- setObjectin class- PropertyTableModel
 
- 
sortTablepublic void sortTable(int sort) Description copied from class:PropertyTableModelSorts the table according to the sort type.- Overrides:
- sortTablein class- PropertyTableModel
 
- 
setTable
 
-