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 class
InspectorTableModel
Insert the type's description here.Fields in com.cosylab.vdct.inspector declared as PropertyTableModel Modifier and Type Field Description protected PropertyTableModel
InspectorCellEditor. tableModel
Constructors 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 class
SpreadsheetColumnViewModel
This table model manages the column model and persistence of column widths and background color.class
SpreadsheetSplitViewModel
This table model supports splitting of columns.class
SpreadsheetTableModel
This table model supports ordering the inspectable properties into columns based on their name.class
SpreadsheetViewModel
This table model supports sorting and hiding of rows and columns.
-