Uses of Class
org.jfree.base.Library
Packages that use Library
Package
Description
The root package for the JCommon class library.
Base level classes.
Classes for providing information about an application.
XML parser.
-
Uses of Library in org.jfree
-
Uses of Library in org.jfree.base
Subclasses of Library in org.jfree.baseModifier and TypeClassDescriptionclass
Basic project info.class
Project info for a bootable project.Fields in org.jfree.base declared as LibraryMethods in org.jfree.base that return LibraryModifier and TypeMethodDescriptionLibrary[]
BasicProjectInfo.getLibraries()
Returns a list of libraries used by the project.BasicProjectInfo.OptionalLibraryHolder.getLibrary()
Library[]
BasicProjectInfo.getOptionalLibraries()
Returns a list of optional libraries used by the project.protected Library
BasicProjectInfo.OptionalLibraryHolder.loadLibrary
(String classname) Methods in org.jfree.base with parameters of type LibraryModifier and TypeMethodDescriptionvoid
BasicProjectInfo.addLibrary
(Library library) Adds a library.void
BasicProjectInfo.addOptionalLibrary
(Library library) Adds an optional library.Constructors in org.jfree.base with parameters of type Library -
Uses of Library in org.jfree.ui.about
Subclasses of Library in org.jfree.ui.aboutModifier and TypeClassDescriptionclass
Deprecated.shadow class for deprecationclass
A class for recording the basic information about a free or open source software project.Fields in org.jfree.ui.about declared as LibraryModifier and TypeFieldDescriptionprivate Library[]
LibraryTableModel.libraries
Storage for the libraries.Methods in org.jfree.ui.about that return LibraryModifier and TypeMethodDescriptionLibrary[]
LibraryTableModel.getLibraries()
Returns an array of the libraries in the table. -
Uses of Library in org.jfree.xml
Subclasses of Library in org.jfree.xmlModifier and TypeClassDescriptionclass
The info implementation for the XML classes of JCommon.