|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.help.AboutBoxModel
public class AboutBoxModel
The model for the about box.
| Constructor Summary | |
|---|---|
AboutBoxModel()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AboutBoxModel()
| Method Detail |
|---|
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()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||