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 boolean
DrawingSurface. 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 void
RdbDataMapper. addRdbDataId(RdbDataId dataId, String desription)
DBData
RdbDataMapper. loadRdbData(Object dsId, RdbDataId dataId)
boolean
Rdb. saveRdbData(Object dsId, RdbDataId rdbId, boolean dialog)
boolean
RdbDataMapper. saveRdbData(Object dsId, RdbDataId dataId)
boolean
RdbInterface. saveRdbData(Object dsId, RdbDataId rdbId, boolean dialog)
void
RdbDataChooserDialog. setRdbDataId(RdbDataId rdbDataId)
Constructors in com.cosylab.vdct.rdb with parameters of type RdbDataId Constructor Description RdbDbContext(Object dsId, RdbDataId dataId, RdbConnection connection)
-