Package org.jfree
Class 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
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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, addOptionalLibrary, addOptionalLibrary, getCopyright, getLibraries, getOptionalLibraries, setCopyright, setInfo, setLicenceName, setName, setVersion
-
Methods inherited from class org.jfree.base.Library
equals, getInfo, getLicenceName, getName, getVersion, hashCode
-
-
-
-
Method Detail
-
getInstance
public static JCommonInfo getInstance()
Returns the single instance of this class.- Returns:
- The single instance of information about the JCommon library.
-
-