org.jfree.report.modules.gui.swing.common
public class ReportProgressDialog extends JDialog
| Constructor Summary | |
|---|---|
| ReportProgressDialog(Dialog dialog)
Creates a non-modal dialog without a title and with the specified Dialog owner.
| |
| ReportProgressDialog(Frame frame)
Creates a non-modal dialog without a title and with the specified Frame owner.
| |
| ReportProgressDialog()
Creates a non-modal dialog without a title and without a specified Frame owner. | |
| Method Summary | |
|---|---|
| String | getLayoutText()
Returns the layout text. |
| String | getMessage()
Returns the current message.
|
| String | getOutputText()
Returns the output text message. |
| protected JLabel | getPageCountMessage()
Returns the current pagecount message component.
|
| protected MessageFormat | getPageMessageFormatter()
Returns the current pass message component.
|
| protected JLabel | getPassCountMessage()
Returns the current pass message component.
|
| protected MessageFormat | getPassMessageFormatter()
Returns the current pass message component.
|
| protected JLabel | getRowCountMessage()
Returns the current row message component.
|
| protected MessageFormat | getRowsMessageFormatter()
Returns the current pass message component.
|
| protected boolean | isSameMaxRow(int row) |
| void | setLayoutText(String layoutText)
Defines the layout text message. |
| void | setMessage(String message)
Defines the current message.
|
| void | setOutputText(String outputText)
Defines the output text message. |
| protected void | updatePageMessage(int page)
Updates the page message label if the current page has changed.
|
| protected void | updatePassMessage(int pass, boolean prepare)
Updates the pass message label if either the pass or prepare state changed. |
| protected void | updateRowsMessage(int rows, int maxRows)
Updates the rows message label if either the rows or maxrows changed.
|
Parameters: dialog the owner of the dialog
Parameters: frame the owner of the dialog
Returns: the layout text.
Returns: the current global message.
Returns: the output phase description.
Returns: the page message component.
Returns: the pass message component.
Returns: the pass message component.
Returns: the pass message component.
Returns: the row message component.
Returns: the pass message component.
Parameters: layoutText the layout message.
Parameters: message the current global message.
Parameters: outputText the output message.
Parameters: page the new page parameter.
Parameters: pass the current reporting pass. prepare true, if the current run is a prepare run, false otherwise.
Parameters: rows the currently processed rows. maxRows the maximum number of rows in the report.