Uses of Class
org.jfree.base.BootableProjectInfo
Packages that use BootableProjectInfo
Package
Description
The root package for the JCommon class library.
Base level classes.
Classes for providing information about an application.
XML parser.
-
Uses of BootableProjectInfo in org.jfree
Subclasses of BootableProjectInfo in org.jfree -
Uses of BootableProjectInfo in org.jfree.base
Fields in org.jfree.base declared as BootableProjectInfoModifier and TypeFieldDescriptionprivate BootableProjectInfo
BaseBoot.bootableProjectInfo
The project info.Methods in org.jfree.base that return BootableProjectInfoModifier and TypeMethodDescriptionBootableProjectInfo.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 BootableProjectInfoModifier and TypeMethodDescriptionvoid
BootableProjectInfo.addDependency
(BootableProjectInfo projectInfo) Deprecated.use 'addLibrary' instead. -
Uses of BootableProjectInfo in org.jfree.ui.about
Subclasses of BootableProjectInfo in org.jfree.ui.aboutModifier and TypeClassDescriptionclass
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.xmlModifier and TypeClassDescriptionclass
The info implementation for the XML classes of JCommon.