Uses of Class
com.cosylab.vdct.db.DBSheetView
- 
Packages that use DBSheetView Package Description com.cosylab.vdct.db com.cosylab.vdct.inspector.sheet  - 
- 
Uses of DBSheetView in com.cosylab.vdct.db
Methods in com.cosylab.vdct.db that return DBSheetView Modifier and Type Method Description DBSheetViewDBSheetData. get(String key)Returns the record with the given key, or null if there is no such record.Methods in com.cosylab.vdct.db with parameters of type DBSheetView Modifier and Type Method Description voidDBSheetData. add(DBSheetView record)Adds a record. - 
Uses of DBSheetView in com.cosylab.vdct.inspector.sheet
Methods in com.cosylab.vdct.inspector.sheet that return DBSheetView Modifier and Type Method Description protected DBSheetViewSpreadsheetTableModel. getViewRecord() 
 -