org.yasl.about.impl
Class AboutInfoModelImpl

java.lang.Object
  extended byorg.yasl.about.impl.AboutInfoModelImpl
All Implemented Interfaces:
AboutInfoModel

public class AboutInfoModelImpl
extends Object
implements AboutInfoModel

Version:
1.0
Author:
Jeff Chapman

Field Summary
protected static String resourceBundlePath
           
 
Constructor Summary
AboutInfoModelImpl()
           
AboutInfoModelImpl(String applicationInfo)
           
AboutInfoModelImpl(String applicationInfo, String propertiesInfo)
           
AboutInfoModelImpl(String applicationInfo, String propertiesInfo, String contributors)
           
 
Method Summary
 List getAboutPropertiesItems()
           
 String getApplicationInfo()
           
 String getContributors()
           
 HyperlinkListener getHyperlinkListener()
          Returns a listener to handle hyperlinks in the application info or contributors html.
 ImageIcon getImageIcon()
           
 String getResourceBundlePath()
           
 void setHyperlinkListener(HyperlinkListener hlListener)
           
 void setImageIcon(ImageIcon imageIcon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceBundlePath

protected static final String resourceBundlePath
See Also:
Constant Field Values
Constructor Detail

AboutInfoModelImpl

public AboutInfoModelImpl()

AboutInfoModelImpl

public AboutInfoModelImpl(String applicationInfo)

AboutInfoModelImpl

public AboutInfoModelImpl(String applicationInfo,
                          String propertiesInfo)

AboutInfoModelImpl

public AboutInfoModelImpl(String applicationInfo,
                          String propertiesInfo,
                          String contributors)
Method Detail

setImageIcon

public void setImageIcon(ImageIcon imageIcon)

setHyperlinkListener

public void setHyperlinkListener(HyperlinkListener hlListener)

getApplicationInfo

public String getApplicationInfo()
Specified by:
getApplicationInfo in interface AboutInfoModel

getContributors

public String getContributors()
Specified by:
getContributors in interface AboutInfoModel

getImageIcon

public ImageIcon getImageIcon()
Specified by:
getImageIcon in interface AboutInfoModel

getAboutPropertiesItems

public List getAboutPropertiesItems()
Specified by:
getAboutPropertiesItems in interface AboutInfoModel

getResourceBundlePath

public String getResourceBundlePath()
Specified by:
getResourceBundlePath in interface AboutInfoModel

getHyperlinkListener

public HyperlinkListener getHyperlinkListener()
Returns a listener to handle hyperlinks in the application info or contributors html.

Specified by:
getHyperlinkListener in interface AboutInfoModel
Returns:
HyperlinkListener