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 TypeClassDescriptionclassBasic project info.classProject 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 LibraryBasicProjectInfo.OptionalLibraryHolder.loadLibrary(String classname) Methods in org.jfree.base with parameters of type LibraryModifier and TypeMethodDescriptionvoidBasicProjectInfo.addLibrary(Library library) Adds a library.voidBasicProjectInfo.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 TypeClassDescriptionclassDeprecated.shadow class for deprecationclassA 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.librariesStorage 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 TypeClassDescriptionclassThe info implementation for the XML classes of JCommon.