public class AboutBoxModel
extends java.lang.Object
Constructor and Description |
---|
AboutBoxModel() |
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getBannerImage()
Get the banner image.
|
java.lang.String |
getBuildString()
Get the build string.
|
java.lang.String |
getCopyrightMessage()
Get the copyright message.
|
java.lang.String |
getDialogTitle()
Get the dialog title.
|
javax.swing.Icon |
getHeaderImage()
Get the dialog header title image.
|
java.lang.String |
getProductName()
Get the product name.
|
java.lang.String |
getProductVersion()
Get the product version.
|
java.lang.String |
getVersionString()
Get the version string.
|
void |
setBannerImage(javax.swing.Icon bannerImage)
Set the banner image to display.
|
void |
setBuildString(java.lang.String buildString)
Set the build string.
|
void |
setCopyrightMessage(java.lang.String copyrightMessage)
Set the copyright message.
|
void |
setDialogTitle(java.lang.String dialogTitle)
Set the dialog title.
|
void |
setHeaderImage(javax.swing.Icon headerImage)
Set the dialog title header image.
|
void |
setProductName(java.lang.String productName)
Set the product name.
|
void |
setProductVersion(java.lang.String productVersion)
Set the product version.
|
void |
setVersionString(java.lang.String versionString)
Set the version string.
|
public void setBannerImage(javax.swing.Icon bannerImage)
bannerImage
- the banner image to display.public javax.swing.Icon getBannerImage()
public void setCopyrightMessage(java.lang.String copyrightMessage)
copyrightMessage
- the copyright message.public java.lang.String getCopyrightMessage()
public void setVersionString(java.lang.String versionString)
versionString
- the version string.public java.lang.String getVersionString()
public void setBuildString(java.lang.String buildString)
buildString
- the build string.public java.lang.String getBuildString()
public void setDialogTitle(java.lang.String dialogTitle)
dialogTitle
- the dialog title.public java.lang.String getDialogTitle()
public void setProductName(java.lang.String productName)
productName
- the product name.public java.lang.String getProductName()
public void setProductVersion(java.lang.String productVersion)
productVersion
- the product version.public java.lang.String getProductVersion()
public void setHeaderImage(javax.swing.Icon headerImage)
headerImage
- the dialog title header image.public javax.swing.Icon getHeaderImage()