com.cosylab.vdct.about
Interface ProgramTabModel

All Superinterfaces:
AboutTabModel
All Known Implementing Classes:
VisualDCTProgramTabModel

public interface ProgramTabModel
extends AboutTabModel

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.

Method Summary
 java.lang.String getProductBuild()
           
 java.lang.String getProductBuildDate()
           
 java.net.URL getProductDocsURL()
           
 javax.swing.Icon getProductLogoImage()
           
 java.lang.String getProductName()
           
 java.net.URL getProductURL()
           
 java.lang.String getProductVersion()
           
 java.lang.String getVendor()
           
 java.lang.String getVendorEmail()
           
 java.net.URL getVendorURL()
           
 
Methods inherited from interface com.cosylab.vdct.about.AboutTabModel
aquireData
 

Method Detail

getProductLogoImage

javax.swing.Icon getProductLogoImage()

getProductName

java.lang.String getProductName()

getProductVersion

java.lang.String getProductVersion()

getProductBuild

java.lang.String getProductBuild()

getProductBuildDate

java.lang.String getProductBuildDate()

getProductURL

java.net.URL getProductURL()

getProductDocsURL

java.net.URL getProductDocsURL()

getVendorEmail

java.lang.String getVendorEmail()

getVendorURL

java.net.URL getVendorURL()

getVendor

java.lang.String getVendor()