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_STANDARD
Fields 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, setValueAt
Methods 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:
isRowCustomEditor
in classPropertyTableModel
-
setObject
Description copied from class:PropertyTableModel
Set the table model to represents the properties of the object.- Overrides:
setObject
in classPropertyTableModel
-
sortTable
public void sortTable(int sort) Description copied from class:PropertyTableModel
Sorts the table according to the sort type.- Overrides:
sortTable
in classPropertyTableModel
-
setTable
-