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 DBDGuiGroupDataDBDFieldData. gui_groupFields in com.cosylab.vdct.dbd with type parameters of type DBDGuiGroupData Modifier and Type Field Description protected Map<String,DBDGuiGroupData>DBDData. gui_groupsMethods in com.cosylab.vdct.dbd that return DBDGuiGroupData Modifier and Type Method Description DBDGuiGroupDataDBDData. findOrAddGuiGroup(String tag)Find gui_group tag in global table and return index.DBDGuiGroupDataDBDFieldData. getGui_group()gui_group getter.Methods in com.cosylab.vdct.dbd with parameters of type DBDGuiGroupData Modifier and Type Method Description voidDBDFieldData. 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 DBDGuiGroupDataVDBFieldData. gui_groupMethods in com.cosylab.vdct.vdb that return DBDGuiGroupData Modifier and Type Method Description DBDGuiGroupDataVDBFieldData. getGui_group()Insert the method's description here.Methods in com.cosylab.vdct.vdb with parameters of type DBDGuiGroupData Modifier and Type Method Description voidVDBFieldData. setGui_group(DBDGuiGroupData newGui_group)Insert the method's description here.
-