org.jfree.report.modules.gui.swing.preview
public class PreviewFrame extends JFrame
Constructor Summary | |
---|---|
PreviewFrame()
Creates a non-modal dialog without a title and without a specified
Frame owner. |
Method Summary | |
---|---|
IconTheme | getIconTheme() |
ReportController | getReportController() |
ReportJob | getReportJob() |
protected void | init() |
void | setIconTheme(IconTheme theme) |
void | setReportController(ReportController reportController) |
void | setReportJob(ReportJob reportJob) |
Frame
owner. A shared, hidden frame will be set as the owner
of the dialog.
This constructor sets the component's locale property to the value returned
by JComponent.getDefaultLocale
.
Throws: java.awt.HeadlessException if GraphicsEnvironment.isHeadless() returns true.
See Also: java.awt.GraphicsEnvironment#isHeadless javax.swing.JComponent#getDefaultLocale