See: Description
Interface | Description |
---|---|
CustomPromptEditor |
CustomPromptEditors are used to display custom editors for specific prompts.
|
NavigationTab |
A single navigation tab which can be added to the navigation view of the viewer using addNavigationTab.
|
NavigationView |
The navigation view is responsible for the group tree, the search view, and any other navigation tabs needed by the application.
|
RenderData |
This is the interface used by ReportViews to fetch the report data.
|
ReportView |
The ReportView is the top-level instance for a report, it holds references to the report's
NavigationView and StatusBar.
|
ReportViewChangeListener |
The listener interface for receiving the information that
the current ReportView has been changed.
|
ReportViewer |
This is the top level viewer instance of the i-net Clear Reports report viewer, and allows
creation, retrieval, and removal of one or more ReportViews.
|
StatusBar |
The interface for all status bars attached to the reportview.
|
ToolBar |
The toolbar which contains various buttons.
|
ViewerComponent |
All public graphical components of the viewer must implement this interface, which
provides the actual AWT component so that it can be added to containers, etc.
|
ViewerContext |
The ViewerContext interface is used for reacting to and handling events occurring
in the Viewer which usually would require showing a dialog or some action.
|
Class | Description |
---|---|
ActionPool |
This class contains a set of viewer actions for which are used in the viewer.
|
ExportProgress |
Progress class for the export.
|
PrinterJobProgress |
This is a background progress for printing.
|
Progress |
Class for all progresses, which should be handled as a Progress of the report viewer.
|
ProgressPool |
This class handles all running progresses.
|
PromptData |
This class is the holder of the information needed for a prompt.
|
PromptValue |
Abstract super class of a prompt value
|
Range |
A Range is an immutable range of values between two limit values.
|
RangePromptValue |
This class represents a range prompt value with one or two limits, each of which can be set to be included in the range or to be excluded from the range.
|
SwingNavigationView |
The navigation view is responsible for the group tree, the search view, and any other navigation tabs needed by the application.
|
SwingReportView |
The Swing implementation of ReportView, a container for a NavigationView, a ReportScrollView, and a StatusBar.
|
SwingReportViewer |
The SwingReportViewer is the top level container for all Swing viewer
elements.
|
SwingStatusBar |
Swing implementation of the Statusbar.
|
SwingToolBar |
The toolbar of the viewer is connected to the current report view and contain a defaultset of buttons and control elements.
|
SwingViewerContext |
The default implementation of ViewerContext for i-net Clear Reports Viewer.
|
URLRenderData |
An implementation of RenderData for a URL connection to the i-net Clear Reports server.
|
ViewerAction |
Action class for the ReportViewer.
|
Exception | Description |
---|---|
ViewerException |
An exception wrapper class for the i-net Clear Reports Viewer.
|
Provides all classes and interfaces for the i-net Clear Reports viewer.
The Java report viewer is a graphical viewer that will be used to display report data generated by i-net Clear Reports. It can be used as applet or integrated in an applet or standalone client application.
The best starting point for using the viewer is the main class of the example implementation, SwingReportViewer.
Copyright © 1999-2020 by i-net software GmbH