Uses of Class
org.jfree.base.Library
-
Packages that use Library 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 Library in org.jfree
Subclasses of Library in org.jfree Modifier and Type Class Description class
JCommonInfo
Information about the JCommon project. -
Uses of Library in org.jfree.base
Subclasses of Library in org.jfree.base Modifier and Type Class Description class
BasicProjectInfo
Basic project info.class
BootableProjectInfo
Project info for a bootable project.Fields in org.jfree.base declared as Library Modifier and Type Field Description private Library
BasicProjectInfo.OptionalLibraryHolder. library
Methods in org.jfree.base that return Library Modifier and Type Method Description Library[]
BasicProjectInfo. getLibraries()
Returns a list of libraries used by the project.Library
BasicProjectInfo.OptionalLibraryHolder. getLibrary()
Library[]
BasicProjectInfo. getOptionalLibraries()
Returns a list of optional libraries used by the project.protected Library
BasicProjectInfo.OptionalLibraryHolder. loadLibrary(java.lang.String classname)
Methods in org.jfree.base with parameters of type Library Modifier and Type Method Description void
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 Constructor Description OptionalLibraryHolder(Library library)
-
Uses of Library in org.jfree.ui.about
Subclasses of Library in org.jfree.ui.about Modifier and Type Class Description class
Library
Deprecated.shadow class for deprecationclass
ProjectInfo
A class for recording the basic information about a free or open source software project.Fields in org.jfree.ui.about declared as Library Modifier and Type Field Description private Library[]
LibraryTableModel. libraries
Storage for the libraries.Methods in org.jfree.ui.about that return Library Modifier and Type Method Description Library[]
LibraryTableModel. getLibraries()
Returns an array of the libraries in the table. -
Uses of Library in org.jfree.xml
Subclasses of Library in org.jfree.xml Modifier and Type Class Description class
JCommonXMLInfo
The info implementation for the XML classes of JCommon.
-