org.jfree.xmlns
Class LibXmlInfo
java.lang.Object
org.jfree.base.Library
org.jfree.base.BasicProjectInfo
org.jfree.base.BootableProjectInfo
org.jfree.ui.about.ProjectInfo
org.jfree.xmlns.LibXmlInfo
public class LibXmlInfo
- extends org.jfree.ui.about.ProjectInfo
The LibXmlInfo class contains all dependency information and some
common information like version, license and contributors about the
library itself.
- Author:
- Thomas Morgner
Field Summary |
static java.lang.String |
XHTML_NAMESPACE
The XML-Namespace is used for the 'id' attribute. |
static java.lang.String |
XML_NAMESPACE
The XML-Namespace is used for the 'id' attribute. |
Method Summary |
static org.jfree.ui.about.ProjectInfo |
getInstance()
Returns the singleton instance of the boot-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 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
XML_NAMESPACE
public static final java.lang.String XML_NAMESPACE
- The XML-Namespace is used for the 'id' attribute.
- See Also:
- Constant Field Values
XHTML_NAMESPACE
public static final java.lang.String XHTML_NAMESPACE
- The XML-Namespace is used for the 'id' attribute.
- See Also:
- Constant Field Values
getInstance
public static org.jfree.ui.about.ProjectInfo getInstance()
- Returns the singleton instance of the boot-class.
- Returns:
- the singleton booter.