Misc
Class VisualipReport

java.lang.Object
Misc.VisualipReport
- public class VisualipReport
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ptm
private Interface.PacketTableModel ptm
VisualipReport
public VisualipReport(Interface.PacketTableModel ptm)
attemptPreview
public void attemptPreview()
- Handles a request to preview a report. First determines which data set is visible, then
calls the appropriate preview method.
preview
public void preview(java.lang.String urlname,
javax.swing.table.TableModel data)
- Displays a preview frame for report defined in the file specified by
urlname.
The contents of the url are parsed and the report is fed into a new PreviewPane.
The given TableModel is assigned to the report as report data source.
If the report contains external references in specified in relative urls, the urls
are loaded using the reports parent directory as content base.