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.
|
Modifier and Type | Class and Description |
---|---|
class |
JCommonInfo
Information about the JCommon project.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicProjectInfo
Basic project info.
|
class |
BootableProjectInfo
Project info for a bootable project.
|
Modifier and Type | Method and Description |
---|---|
Library[] |
BasicProjectInfo.getLibraries()
Returns a list of libraries used by the project.
|
Library[] |
BasicProjectInfo.getOptionalLibraries()
Returns a list of optional libraries used by the project.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicProjectInfo.addLibrary(Library library)
Adds a library.
|
void |
BasicProjectInfo.addOptionalLibrary(Library library)
Adds an optional library.
|
Modifier and Type | Class and Description |
---|---|
class |
Library
Deprecated.
shadow class for deprecation
|
class |
ProjectInfo
A class for recording the basic information about a free or open source software project.
|
Modifier and Type | Method and Description |
---|---|
Library[] |
LibraryTableModel.getLibraries()
Returns an array of the libraries in the table.
|
Modifier and Type | Class and Description |
---|---|
class |
JCommonXMLInfo
The info implementation for the XML classes of JCommon.
|
Copyright © 2001–2018 JFree.org. All rights reserved.