Class PropertyColumnModel
java.lang.Object
javax.swing.table.DefaultTableColumnModel
com.inductiveautomation.factorypmi.designer.property.PropertyColumnModel
- All Implemented Interfaces:
- PropertyChangeListener,- Serializable,- EventListener,- ListSelectionListener,- TableColumnModel
Column model for the classic property table (from pre-JIDE days). Still used by the classic chart's customizer.
- See Also:
- 
Field SummaryFields inherited from class javax.swing.table.DefaultTableColumnModelchangeEvent, columnMargin, columnSelectionAllowed, listenerList, selectionModel, tableColumns, totalColumnWidth
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class javax.swing.table.DefaultTableColumnModeladdColumn, addColumnModelListener, createSelectionModel, fireColumnAdded, fireColumnMarginChanged, fireColumnMoved, fireColumnRemoved, fireColumnSelectionChanged, getColumn, getColumnCount, getColumnIndex, getColumnIndexAtX, getColumnMargin, getColumnModelListeners, getColumns, getColumnSelectionAllowed, getListeners, getSelectedColumnCount, getSelectedColumns, getSelectionModel, getTotalColumnWidth, moveColumn, propertyChange, recalcWidthCache, removeColumn, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel, valueChanged
- 
Constructor Details- 
PropertyColumnModelpublic PropertyColumnModel()
 
-