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 Summary
Fields inherited from class com.inductiveautomation.factorypmi.designer.property.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_STANDARDFields inherited from class javax.swing.table.AbstractTableModel
listenerList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.factorypmi.designer.property.PropertyTableModel
filterTable, 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.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListener
-
Constructor Details
-
SimplifiedPropertyTableModel
-
-
Method Details
-
isRowCustomEditor
public boolean isRowCustomEditor(int row) - Overrides:
isRowCustomEditorin classPropertyTableModel
-
setObject
Description copied from class:PropertyTableModelSet the table model to represents the properties of the object.- Overrides:
setObjectin classPropertyTableModel
-
sortTable
public void sortTable(int sort) Description copied from class:PropertyTableModelSorts the table according to the sort type.- Overrides:
sortTablein classPropertyTableModel
-
setTable
-