com.cosylab.vdct.about
Class VisualDCTLicenseTabModel

java.lang.Object
  extended by com.cosylab.vdct.about.VisualDCTLicenseTabModel
All Implemented Interfaces:
AboutTabModel, LicenseTabModel

public class VisualDCTLicenseTabModel
extends java.lang.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
VisualDCTLicenseTabModel(java.lang.Object toAbout)
          Constructor for DefaultLicenseTabModel.
 
Method Summary
 void aquireData()
           
 java.lang.String getLicense()
          Returns the license.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualDCTLicenseTabModel

public VisualDCTLicenseTabModel(java.lang.Object toAbout)
Constructor for DefaultLicenseTabModel.

Method Detail

getLicense

public java.lang.String getLicense()
Returns the license.

Specified by:
getLicense in interface LicenseTabModel
Returns:
String

aquireData

public void aquireData()
Specified by:
aquireData in interface AboutTabModel
See Also:
com.cosylab.gui.components.about.AboutTabModel#aquireData()