org.yasl.about
Interface AboutInfoModel

All Known Implementing Classes:
AboutInfoModelImpl

public interface AboutInfoModel

Version:
1.0
Author:
Jeff Chapman

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()
           
 

Method Detail

getApplicationInfo

public String getApplicationInfo()

getContributors

public String getContributors()

getImageIcon

public ImageIcon getImageIcon()

getAboutPropertiesItems

public List getAboutPropertiesItems()

getResourceBundlePath

public String getResourceBundlePath()

getHyperlinkListener

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

Returns:
HyperlinkListener