Uses of Class
org.jfree.ui.about.ProjectInfo
-
Packages that use ProjectInfo Package Description org.jfree The root package for the JCommon class library.org.jfree.ui.about Classes for providing information about an application.org.jfree.xml XML parser. -
-
Uses of ProjectInfo in org.jfree
Subclasses of ProjectInfo in org.jfree Modifier and Type Class Description classJCommonInfoInformation about the JCommon project.Fields in org.jfree declared as ProjectInfo Modifier and Type Field Description static ProjectInfoJCommon. INFOInformation about the project. -
Uses of ProjectInfo in org.jfree.ui.about
Methods in org.jfree.ui.about with parameters of type ProjectInfo Modifier and Type Method Description private static voidLibraryPanel. collectLibraries(ProjectInfo info, java.util.List list)private javax.swing.JPanelAboutDialog. 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 javax.swing.JPanelAboutFrame. 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 javax.swing.JTabbedPaneAboutDialog. createTabs(ProjectInfo info)Creates a tabbed pane containing an about panel and a system properties panel.private javax.swing.JTabbedPaneAboutFrame. createTabs(ProjectInfo project)Creates a tabbed pane containing an about panel and a system properties panel.private static java.util.ListLibraryPanel. getLibraries(ProjectInfo info)private voidAboutDialog. init(java.lang.String title, java.lang.String application, java.lang.String version, java.lang.String info, java.awt.Image logo, java.lang.String copyright, java.lang.String licence, java.util.List contributors, ProjectInfo libraries)Constructs an 'About' frame.Constructors in org.jfree.ui.about with parameters of type ProjectInfo Constructor Description AboutDialog(java.awt.Dialog owner, java.lang.String title, ProjectInfo project)Creates a non-modal dialog without a title with the specifedDialogas its owner.AboutDialog(java.awt.Frame owner, java.lang.String title, ProjectInfo project)Creates a non-modal dialog without a title with the specifedFrameas its owner.AboutDialog(java.lang.String title, ProjectInfo project)Constructs an about frame.AboutFrame(java.lang.String title, java.lang.String application, java.lang.String version, java.lang.String info, java.awt.Image logo, java.lang.String copyright, java.lang.String licence, java.util.List contributors, ProjectInfo project)Constructs an 'About' frame.AboutFrame(java.lang.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.xml Modifier and Type Class Description classJCommonXMLInfoThe info implementation for the XML classes of JCommon.
-