Package com.inet.viewer
-
Interface Summary 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.
For example, if you have a "ReportViewer" and would like to add it to your own JFrame, simply call:myFrame.add(viewer.getComponent())
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 Summary 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 valueRange 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 Summary Exception Description ViewerException An exception wrapper class for the i-net Clear Reports Viewer.
Contains all information necessary for dealing with various exceptions.