Uses of Class
org.jfree.ui.about.ProjectInfo

Packages that use ProjectInfo
org.jfree The root package for the JCommon class library. 
org.jfree.ui.about Classes for providing information about an application. 
 

Uses of ProjectInfo in org.jfree
 

Subclasses of ProjectInfo in org.jfree
 class JCommonInfo
          Information about the JCommon project.
 

Fields in org.jfree declared as ProjectInfo
static ProjectInfo JCommon.INFO
          Information about the project.
 

Uses of ProjectInfo in org.jfree.ui.about
 

Constructors in org.jfree.ui.about with parameters of type ProjectInfo
LibraryPanel(ProjectInfo projectInfo)
           
Library(ProjectInfo project)
          Deprecated. Constructs a library reference from a ProjectInfo object.
AboutFrame(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.
AboutDialog(java.lang.String title, ProjectInfo project)
          Constructs an about frame.
AboutDialog(java.awt.Frame owner, java.lang.String title, ProjectInfo project)
          Creates a non-modal dialog without a title with the specifed Frame as its owner.
AboutDialog(java.awt.Dialog owner, java.lang.String title, ProjectInfo project)
          Creates a non-modal dialog without a title with the specifed Dialog as its owner.
 



Copyright © 2001-2007 JFree.org. All Rights Reserved.