Package com.cosylab.vdct.about
Class VisualDCTLicenseTabModel
- java.lang.Object
-
- com.cosylab.vdct.about.VisualDCTLicenseTabModel
-
- All Implemented Interfaces:
AboutTabModel,LicenseTabModel
public class VisualDCTLicenseTabModel extends Object implements LicenseTabModel
- Author:
- To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
-
-
Constructor Summary
Constructors Constructor Description VisualDCTLicenseTabModel(Object toAbout)Constructor for DefaultLicenseTabModel.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaquireData()StringgetLicense()Returns the license.
-
-
-
Constructor Detail
-
VisualDCTLicenseTabModel
public VisualDCTLicenseTabModel(Object toAbout)
Constructor for DefaultLicenseTabModel.- Parameters:
toAbout- toAbout
-
-
Method Detail
-
getLicense
public String getLicense()
Returns the license.- Specified by:
getLicensein interfaceLicenseTabModel- Returns:
- String
-
aquireData
public void aquireData()
- Specified by:
aquireDatain interfaceAboutTabModel- See Also:
AboutTabModel.aquireData()
-
-