Package com.cosylab.vdct.about
Class VisualDCTProgramTabModel
- java.lang.Object
-
- com.cosylab.vdct.about.VisualDCTProgramTabModel
-
- All Implemented Interfaces:
AboutTabModel
,ProgramTabModel
public class VisualDCTProgramTabModel extends Object implements ProgramTabModel
- Author:
- cosylab 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 VisualDCTProgramTabModel(Object toAbout)
Constructor for DefaultProgramTabModel.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
aquireData()
String
getProductBuildDate()
URL
getProductDocsURL()
Icon
getProductLogoImage()
String
getProductName()
URL
getProductURL()
String
getProductVersion()
String
getVendor()
String
getVendorEmail()
URL
getVendorURL()
-
-
-
Constructor Detail
-
VisualDCTProgramTabModel
public VisualDCTProgramTabModel(Object toAbout)
Constructor for DefaultProgramTabModel.- Parameters:
toAbout
- toAbout
-
-
Method Detail
-
getProductBuildDate
public String getProductBuildDate()
- Specified by:
getProductBuildDate
in interfaceProgramTabModel
- Returns:
- something
- See Also:
ProgramTabModel.getProductBuildDate()
-
getProductDocsURL
public URL getProductDocsURL()
- Specified by:
getProductDocsURL
in interfaceProgramTabModel
- Returns:
- something
- See Also:
ProgramTabModel.getProductDocsURL()
-
getProductLogoImage
public Icon getProductLogoImage()
- Specified by:
getProductLogoImage
in interfaceProgramTabModel
- Returns:
- something
- See Also:
ProgramTabModel.getProductLogoImage()
-
getProductName
public String getProductName()
- Specified by:
getProductName
in interfaceProgramTabModel
- Returns:
- something
- See Also:
ProgramTabModel.getProductName()
-
getProductURL
public URL getProductURL()
- Specified by:
getProductURL
in interfaceProgramTabModel
- Returns:
- something
- See Also:
ProgramTabModel.getProductURL()
-
getProductVersion
public String getProductVersion()
- Specified by:
getProductVersion
in interfaceProgramTabModel
- Returns:
- something
- See Also:
ProgramTabModel.getProductVersion()
-
getVendor
public String getVendor()
- Specified by:
getVendor
in interfaceProgramTabModel
- Returns:
- something
- See Also:
ProgramTabModel.getVendor()
-
getVendorEmail
public String getVendorEmail()
- Specified by:
getVendorEmail
in interfaceProgramTabModel
- Returns:
- something
- See Also:
ProgramTabModel.getVendorEmail()
-
getVendorURL
public URL getVendorURL()
- Specified by:
getVendorURL
in interfaceProgramTabModel
- Returns:
- something
- See Also:
ProgramTabModel.getVendorURL()
-
aquireData
public void aquireData()
- Specified by:
aquireData
in interfaceAboutTabModel
- See Also:
AboutTabModel.aquireData()
-
-