Uses of Class
com.cosylab.vdct.dbd.DBDGuiGroupData
-
Packages that use DBDGuiGroupData Package Description com.cosylab.vdct.dbd com.cosylab.vdct.vdb -
-
Uses of DBDGuiGroupData in com.cosylab.vdct.dbd
Fields in com.cosylab.vdct.dbd declared as DBDGuiGroupData Modifier and Type Field Description protected DBDGuiGroupData
DBDFieldData. gui_group
Fields in com.cosylab.vdct.dbd with type parameters of type DBDGuiGroupData Modifier and Type Field Description protected Map<String,DBDGuiGroupData>
DBDData. gui_groups
Methods in com.cosylab.vdct.dbd that return DBDGuiGroupData Modifier and Type Method Description DBDGuiGroupData
DBDData. findOrAddGuiGroup(String tag)
Find gui_group tag in global table and return index.DBDGuiGroupData
DBDFieldData. getGui_group()
gui_group getter.Methods in com.cosylab.vdct.dbd with parameters of type DBDGuiGroupData Modifier and Type Method Description void
DBDFieldData. setGui_group(DBDGuiGroupData newGui_group)
Gui group setter. -
Uses of DBDGuiGroupData in com.cosylab.vdct.vdb
Fields in com.cosylab.vdct.vdb declared as DBDGuiGroupData Modifier and Type Field Description protected DBDGuiGroupData
VDBFieldData. gui_group
Methods in com.cosylab.vdct.vdb that return DBDGuiGroupData Modifier and Type Method Description DBDGuiGroupData
VDBFieldData. getGui_group()
Insert the method's description here.Methods in com.cosylab.vdct.vdb with parameters of type DBDGuiGroupData Modifier and Type Method Description void
VDBFieldData. setGui_group(DBDGuiGroupData newGui_group)
Insert the method's description here.
-