Uses of Class
org.jfree.ui.about.ProjectInfo
Packages that use ProjectInfo
Package
Description
The root package for the JCommon class library.
Classes for providing information about an application.
XML parser.
-
Uses of ProjectInfo in org.jfree
Subclasses of ProjectInfo in org.jfreeFields in org.jfree declared as ProjectInfoModifier and TypeFieldDescriptionstatic final ProjectInfo
JCommon.INFO
Information about the project. -
Uses of ProjectInfo in org.jfree.ui.about
Methods in org.jfree.ui.about with parameters of type ProjectInfoModifier and TypeMethodDescriptionprivate static void
LibraryPanel.collectLibraries
(ProjectInfo info, List list) private JPanel
AboutDialog.createAboutPanel
(ProjectInfo info) Creates a panel showing information about the application, including the name, version, copyright notice, URL for further information, and a list of contributors.private JPanel
AboutFrame.createAboutPanel
(ProjectInfo project) Creates a panel showing information about the application, including the name, version, copyright notice, URL for further information, and a list of contributors.private JTabbedPane
AboutDialog.createTabs
(ProjectInfo info) Creates a tabbed pane containing an about panel and a system properties panel.private JTabbedPane
AboutFrame.createTabs
(ProjectInfo project) Creates a tabbed pane containing an about panel and a system properties panel.private static List
LibraryPanel.getLibraries
(ProjectInfo info) private void
AboutDialog.init
(String title, String application, String version, String info, Image logo, String copyright, String licence, List contributors, ProjectInfo libraries) Constructs an 'About' frame.Constructors in org.jfree.ui.about with parameters of type ProjectInfoModifierConstructorDescriptionAboutDialog
(Dialog owner, String title, ProjectInfo project) Creates a non-modal dialog without a title with the specifedDialog
as its owner.AboutDialog
(Frame owner, String title, ProjectInfo project) Creates a non-modal dialog without a title with the specifedFrame
as its owner.AboutDialog
(String title, ProjectInfo project) Constructs an about frame.AboutFrame
(String title, String application, String version, String info, Image logo, String copyright, String licence, List contributors, ProjectInfo project) Constructs an 'About' frame.AboutFrame
(String title, ProjectInfo project) Constructs an about frame.Library
(ProjectInfo project) Deprecated.Constructs a library reference from a ProjectInfo object.LibraryPanel
(ProjectInfo projectInfo) Creates a new library panel for the specified project. -
Uses of ProjectInfo in org.jfree.xml
Subclasses of ProjectInfo in org.jfree.xmlModifier and TypeClassDescriptionclass
The info implementation for the XML classes of JCommon.