Uses of Class
com.cosylab.vdct.rdb.RdbDataId
- 
Packages that use RdbDataId Package Description com.cosylab.vdct.graphics com.cosylab.vdct.rdb  - 
- 
Uses of RdbDataId in com.cosylab.vdct.graphics
Methods in com.cosylab.vdct.graphics with parameters of type RdbDataId Modifier and Type Method Description booleanDrawingSurface. saveRdbGroup(JFrame guiContext, RdbDataId rdbId, boolean dialog) - 
Uses of RdbDataId in com.cosylab.vdct.rdb
Methods in com.cosylab.vdct.rdb with parameters of type RdbDataId Modifier and Type Method Description voidRdbDataMapper. addRdbDataId(RdbDataId dataId, String desription)DBDataRdbDataMapper. loadRdbData(Object dsId, RdbDataId dataId)booleanRdb. saveRdbData(Object dsId, RdbDataId rdbId, boolean dialog)booleanRdbDataMapper. saveRdbData(Object dsId, RdbDataId dataId)booleanRdbInterface. saveRdbData(Object dsId, RdbDataId rdbId, boolean dialog)voidRdbDataChooserDialog. setRdbDataId(RdbDataId rdbDataId)Constructors in com.cosylab.vdct.rdb with parameters of type RdbDataId Constructor Description RdbDbContext(Object dsId, RdbDataId dataId, RdbConnection connection) 
 -