org.jfree
Class JCommonInfo

java.lang.Object
  extended byorg.jfree.base.Library
      extended byorg.jfree.base.BasicProjectInfo
          extended byorg.jfree.base.BootableProjectInfo
              extended byorg.jfree.ui.about.ProjectInfo
                  extended byorg.jfree.JCommonInfo

public class JCommonInfo
extends ProjectInfo

Information about the JCommon project. One instance of this class is assigned to JCommon.INFO.

Author:
David Gilbert

Method Summary
static JCommonInfo getInstance()
          Returns the single instance of this class.
 
Methods inherited from class org.jfree.ui.about.ProjectInfo
getContributors, getLicenceText, getLogo, setContributors, setLicenceText, setLogo, toString
 
Methods inherited from class org.jfree.base.BootableProjectInfo
addDependency, getBootClass, getDependencies, isAutoBoot, setAutoBoot, setBootClass
 
Methods inherited from class org.jfree.base.BasicProjectInfo
addLibrary, getCopyright, getLibraries, setCopyright, setInfo, setLicenceName, setName, setVersion
 
Methods inherited from class org.jfree.base.Library
getInfo, getLicenceName, getName, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static JCommonInfo getInstance()
Returns the single instance of this class.

Returns:
The single instance of information about the JCommon library.