Package com.inet.viewer


package com.inet.viewer
  • Class
    Description
    This class contains a set of viewer actions for which are used in the viewer.
    CustomPromptEditors are used to display custom editors for specific prompts.
    Progress class for the export.
    A single navigation tab which can be added to the navigation view of the viewer using addNavigationTab.
    The navigation view is responsible for the group tree, the search view, and any other navigation tabs needed by the application.
    This is a background progress for printing.
    Class for all progresses, which should be handled as a Progress of the report viewer.
    This class handles all running progresses.
    This class is the holder of the information needed for a prompt.
    Abstract super class of a prompt value
    A Range is an immutable range of values between two limit values.
    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.
    This is the interface used by ReportViews to fetch the report data.
    The ReportView is the top-level instance for a report, it holds references to the report's NavigationView and StatusBar.
    The listener interface for receiving the information that the current ReportView has been changed.
    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.
    The interface for all status bars attached to the reportview.
    The navigation view is responsible for the group tree, the search view, and any other navigation tabs needed by the application.
    The Swing implementation of ReportView, a container for a NavigationView, a ReportScrollView, and a StatusBar.
    The SwingReportViewer is the top level container for all Swing viewer elements.
    Swing implementation of the Statusbar.
    The toolbar of the viewer is connected to the current report view and contain a defaultset of buttons and control elements.
    The default implementation of ViewerContext for i-net Clear Reports Viewer.
    The toolbar which contains various buttons.
    An implementation of RenderData for a URL connection to the i-net Clear Reports server.
    Action class for the ReportViewer.
    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())
    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.
    An exception wrapper class for the i-net Clear Reports Viewer.
    Contains all information necessary for dealing with various exceptions.