Method Summary |
|
public void | cancel() |
public void | close() Closes this window. |
protected void | displayFirstPage() Performs the "First Page" command. |
protected void | displayLastPage() Performs the "Last Page" command. |
protected void | displayNextPage() Performs the "Next Page" command. |
protected void | displayPage(int num) Fills the window with the contents of the specified page. |
protected void | displayPrevPage() Performs the "Previous Page" command. |
protected void | doEnd() Done loading report. |
protected void | doEndPage() At the end of the first page, starts building it in a separate thread.
Check to see if the first page is done being built. |
protected void | doOutputField(Field field) Creates a new
SwingField and adds it to the current page. |
protected void | doOutputImage(ImageField image) |
protected void | doOutputLine(Line line) Creates a new line. |
protected void | doStart() Creates window and displays a blank page. |
protected void | doStartPage() Creates a new page. |
protected void | export() Opens the report export dialog. |
public JFrame | getJFrame() |
protected void | makeActions() Creates the actions used by menu items and toolbar widgets. |
protected void | makeMenu(JFrame frame) Creates the window menu. |
protected JToolBar | makeToolbar() Creates and returns a new tool bar. |
public void | printReport() Prints the report. |
protected void | updateNavActions() Updates the navigation buttons based on number of pages and the current
display page. |
protected void | updatePageCountLabel() Updates the page count label based on the current page number and the
total number of pages. |