Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProductBuildDate()URLgetProductDocsURL()IcongetProductLogoImage()StringgetProductName()URLgetProductURL()StringgetProductVersion()StringgetVendor()StringgetVendorEmail()URLgetVendorURL()-
Methods inherited from interface com.cosylab.vdct.about.AboutTabModel
aquireData
-
-
-
-
Method Detail
-
getProductLogoImage
Icon getProductLogoImage()
- Returns:
- something
-
getProductName
String getProductName()
- Returns:
- something
-
getProductVersion
String getProductVersion()
- Returns:
- something
-
getProductBuildDate
String getProductBuildDate()
- Returns:
- something
-
getProductURL
URL getProductURL()
- Returns:
- something
-
getProductDocsURL
URL getProductDocsURL()
- Returns:
- something
-
getVendorEmail
String getVendorEmail()
- Returns:
- something
-
getVendorURL
URL getVendorURL()
- Returns:
- something
-
getVendor
String getVendor()
- Returns:
- something
-
-