Uses of Interface
com.cosylab.vdct.about.AboutTabModel
-
Packages that use AboutTabModel Package Description com.cosylab.vdct.about -
-
Uses of AboutTabModel in com.cosylab.vdct.about
Subinterfaces of AboutTabModel in com.cosylab.vdct.about Modifier and Type Interface Description interface
LicenseTabModel
interface
ProgramTabModel
interface
SystemTabModel
Classes in com.cosylab.vdct.about that implement AboutTabModel Modifier and Type Class Description class
VisualDCTLicenseTabModel
class
VisualDCTProgramTabModel
class
VisualDCTSystemTabModel
Fields in com.cosylab.vdct.about declared as AboutTabModel Modifier and Type Field Description protected AboutTabModel
AboutTabPanel. model
Constructors in com.cosylab.vdct.about with parameters of type AboutTabModel Constructor Description AboutTabPanel(AboutTabModel tabModel)
Constructor for AboutTabPanel.SystemTabPanel(AboutTabModel tabModel)
Constructor for SystemTabPanel.
-