Uses of Class
org.jfree.base.BootableProjectInfo
-
Packages that use BootableProjectInfo Package Description org.jfree The root package for the JCommon class library.org.jfree.base Base level classes.org.jfree.ui.about Classes for providing information about an application.org.jfree.xml XML parser. -
-
Uses of BootableProjectInfo in org.jfree
Subclasses of BootableProjectInfo in org.jfree Modifier and Type Class Description class
JCommonInfo
Information about the JCommon project. -
Uses of BootableProjectInfo in org.jfree.base
Fields in org.jfree.base declared as BootableProjectInfo Modifier and Type Field Description private BootableProjectInfo
BaseBoot. bootableProjectInfo
The project info.Methods in org.jfree.base that return BootableProjectInfo Modifier and Type Method Description BootableProjectInfo[]
BootableProjectInfo. getDependencies()
Returns the dependencies.protected abstract BootableProjectInfo
AbstractBoot. getProjectInfo()
Returns the project info.protected BootableProjectInfo
BaseBoot. getProjectInfo()
Returns the project info.Methods in org.jfree.base with parameters of type BootableProjectInfo Modifier and Type Method Description void
BootableProjectInfo. addDependency(BootableProjectInfo projectInfo)
Deprecated.use 'addLibrary' instead. -
Uses of BootableProjectInfo in org.jfree.ui.about
Subclasses of BootableProjectInfo in org.jfree.ui.about Modifier and Type Class Description class
ProjectInfo
A class for recording the basic information about a free or open source software project. -
Uses of BootableProjectInfo in org.jfree.xml
Subclasses of BootableProjectInfo in org.jfree.xml Modifier and Type Class Description class
JCommonXMLInfo
The info implementation for the XML classes of JCommon.
-