Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.help
Class AboutBoxModel

java.lang.Object
  extended by oracle.ide.help.AboutBoxModel

public class AboutBoxModel
extends java.lang.Object

The model for the about box.

Since:
10.1.3

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

AboutBoxModel

public AboutBoxModel()
Method Detail

setBannerImage

public void setBannerImage(javax.swing.Icon bannerImage)
Set the banner image to display.

Parameters:
bannerImage - the banner image to display.

getBannerImage

public javax.swing.Icon getBannerImage()
Get the banner image.

Returns:
the banner image.

setCopyrightMessage

public void setCopyrightMessage(java.lang.String copyrightMessage)
Set the copyright message.

Parameters:
copyrightMessage - the copyright message.

getCopyrightMessage

public java.lang.String getCopyrightMessage()
Get the copyright message.

Returns:
the copyright message.

setVersionString

public void setVersionString(java.lang.String versionString)
Set the version string.

Parameters:
versionString - the version string.

getVersionString

public java.lang.String getVersionString()
Get the version string.

Returns:
the version string.

setBuildString

public void setBuildString(java.lang.String buildString)
Set the build string.

Parameters:
buildString - the build string.

getBuildString

public java.lang.String getBuildString()
Get the build string.

Returns:
the build string.

setDialogTitle

public void setDialogTitle(java.lang.String dialogTitle)
Set the dialog title.

Parameters:
dialogTitle - the dialog title.

getDialogTitle

public java.lang.String getDialogTitle()
Get the dialog title.

Returns:
the dialog title.

setProductName

public void setProductName(java.lang.String productName)
Set the product name.

Parameters:
productName - the product name.

getProductName

public java.lang.String getProductName()
Get the product name.

Returns:
the product name.

setProductVersion

public void setProductVersion(java.lang.String productVersion)
Set the product version.

Parameters:
productVersion - the product version.

getProductVersion

public java.lang.String getProductVersion()
Get the product version.

Returns:
the product version.

setHeaderImage

public void setHeaderImage(javax.swing.Icon headerImage)
Set the dialog title header image.

Parameters:
headerImage - the dialog title header image.

getHeaderImage

public javax.swing.Icon getHeaderImage()
Get the dialog header title image.

Returns:
the dialog header title image.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.