Uses of Interface
com.cosylab.vdct.inspector.PropertyTableModel
- 
Packages that use PropertyTableModel Package Description com.cosylab.vdct.inspector com.cosylab.vdct.inspector.sheet  - 
- 
Uses of PropertyTableModel in com.cosylab.vdct.inspector
Classes in com.cosylab.vdct.inspector that implement PropertyTableModel Modifier and Type Class Description classInspectorTableModelInsert the type's description here.Fields in com.cosylab.vdct.inspector declared as PropertyTableModel Modifier and Type Field Description protected PropertyTableModelInspectorCellEditor. tableModelConstructors in com.cosylab.vdct.inspector with parameters of type PropertyTableModel Constructor Description InspectorCellEditor(PropertyTableModel tableModel, HelpDisplayer helpDisplayer)Insert the method's description here.InspectorTable(Object dsId, PropertyTableModel tableModel, HelpDisplayer helpDisplayer)InspectorTableCellRenderer(JTable table, PropertyTableModel tableModel)InspectorTableCellRenderer constructor comment. - 
Uses of PropertyTableModel in com.cosylab.vdct.inspector.sheet
Classes in com.cosylab.vdct.inspector.sheet that implement PropertyTableModel Modifier and Type Class Description classSpreadsheetColumnViewModelThis table model manages the column model and persistence of column widths and background color.classSpreadsheetSplitViewModelThis table model supports splitting of columns.classSpreadsheetTableModelThis table model supports ordering the inspectable properties into columns based on their name.classSpreadsheetViewModelThis table model supports sorting and hiding of rows and columns. 
 -