JRViewer
.public class JRViewer extends JPanel implements JRHyperlinkListener
This class is different from the rest of the classes listed previously in that it is more like a pluggable component than a utility class. It can be used in Swing-based applications to view the reports generated by the JasperReports library.
This visual component was included like a demo component to show how the core printing functionality can be used to display the reports in Swing-based applications.
The preferred way to adapt this component to a particular application is by subclassing it.
Modifier and Type | Class and Description |
---|---|
protected class |
JRViewer.ImageMapPanel
Deprecated.
|
JPanel.AccessibleJPanel
JComponent.AccessibleJComponent
Container.AccessibleAWTContainer
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
Modifier and Type | Field and Description |
---|---|
protected JToggleButton |
btnActualSize
Deprecated.
|
protected JButton |
btnFirst
Deprecated.
|
protected JToggleButton |
btnFitPage
Deprecated.
|
protected JToggleButton |
btnFitWidth
Deprecated.
|
protected JButton |
btnLast
Deprecated.
|
protected JButton |
btnNext
Deprecated.
|
protected JButton |
btnPrevious
Deprecated.
|
protected JButton |
btnPrint
Deprecated.
|
protected JButton |
btnReload
Deprecated.
|
protected JButton |
btnSave
Deprecated.
|
protected JButton |
btnZoomIn
Deprecated.
|
protected JButton |
btnZoomOut
Deprecated.
|
protected JComboBox |
cmbZoom
Deprecated.
|
protected int |
defaultZoomIndex
Deprecated.
|
protected boolean |
isXML
Deprecated.
|
protected JasperReportsContext |
jasperReportsContext
Deprecated.
|
protected KeyListener |
keyNavigationListener
Deprecated.
|
protected File |
lastFolder
Deprecated.
|
protected JRSaveContributor |
lastSaveContributor
Deprecated.
|
protected JLabel |
lblStatus
Deprecated.
|
protected LocalJasperReportsContext |
localJasperReportsContext
Deprecated.
|
protected float |
MAX_ZOOM
Deprecated.
|
protected float |
MIN_ZOOM
Deprecated.
|
protected JPanel |
pnlSep01
Deprecated.
|
protected JPanel |
pnlSep02
Deprecated.
|
protected JPanel |
pnlSep03
Deprecated.
|
protected JPanel |
pnlStatus
Deprecated.
|
protected float |
realZoom
Deprecated.
the zoom ration adjusted to the screen resolution.
|
protected RenderersCache |
renderersCache
Deprecated.
|
static int |
REPORT_RESOLUTION
Deprecated.
The DPI of the generated report.
|
protected String |
reportFileName
Deprecated.
|
protected List<JRSaveContributor> |
saveContributors
Deprecated.
|
protected JPanel |
tlbToolBar
Deprecated.
|
protected JTextField |
txtGoTo
Deprecated.
|
protected int |
type
Deprecated.
|
protected static int |
TYPE_FILE_NAME
Deprecated.
|
protected static int |
TYPE_INPUT_STREAM
Deprecated.
|
protected static int |
TYPE_OBJECT
Deprecated.
|
static String |
VIEWER_RENDER_BUFFER_MAX_SIZE
Deprecated.
Maximum size (in pixels) of a buffered image that would be used by
JRViewer to render a report page. |
protected float |
zoom
Deprecated.
|
protected int[] |
zooms
Deprecated.
|
listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
accessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
Constructor and Description |
---|
JRViewer(InputStream is,
boolean isXML)
Deprecated.
|
JRViewer(InputStream is,
boolean isXML,
Locale locale)
Deprecated.
|
JRViewer(InputStream is,
boolean isXML,
Locale locale,
ResourceBundle resBundle)
Deprecated.
|
JRViewer(JasperPrint jrPrint)
Deprecated.
|
JRViewer(JasperPrint jrPrint,
Locale locale)
Deprecated.
|
JRViewer(JasperPrint jrPrint,
Locale locale,
ResourceBundle resBundle)
Deprecated.
|
JRViewer(JasperReportsContext jasperReportsContext,
InputStream is,
boolean isXML,
Locale locale,
ResourceBundle resBundle)
Deprecated.
|
JRViewer(JasperReportsContext jasperReportsContext,
JasperPrint jrPrint,
Locale locale,
ResourceBundle resBundle)
Deprecated.
|
JRViewer(JasperReportsContext jasperReportsContext,
String fileName,
boolean isXML,
Locale locale,
ResourceBundle resBundle)
Deprecated.
|
JRViewer(String fileName,
boolean isXML)
Deprecated.
|
JRViewer(String fileName,
boolean isXML,
Locale locale)
Deprecated.
|
JRViewer(String fileName,
boolean isXML,
Locale locale,
ResourceBundle resBundle)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addHyperlinkListener(JRHyperlinkListener listener)
Deprecated.
|
void |
addSaveContributor(JRSaveContributor contributor)
Deprecated.
|
void |
clear()
Deprecated.
|
protected void |
createHyperlinks()
Deprecated.
|
protected void |
createHyperlinks(List<JRPrintElement> elements,
int offsetX,
int offsetY)
Deprecated.
|
protected void |
drawPageError(Graphics grx)
Deprecated.
|
protected void |
forceRefresh()
Deprecated.
|
protected String |
getBundleString(String key)
Deprecated.
|
protected String |
getFallbackTooltip(JRPrintHyperlink hyperlink)
Deprecated.
|
protected JRGraphics2DExporter |
getGraphics2DExporter()
Deprecated.
|
JRHyperlinkListener[] |
getHyperlinkListeners()
Deprecated.
|
protected String |
getHyperlinkTooltip(JRPrintHyperlink hyperlink)
Deprecated.
|
protected JasperReportsContext |
getJasperReportsContext()
Deprecated.
|
protected Image |
getPageErrorImage()
Deprecated.
|
int |
getPageIndex()
Deprecated.
|
protected RenderersCache |
getRenderersCache()
Deprecated.
|
JRSaveContributor[] |
getSaveContributors()
Deprecated.
|
void |
gotoHyperlink(JRPrintHyperlink hyperlink)
Deprecated.
|
protected void |
hyperlinkClicked(JRPrintHyperlink hyperlink)
Deprecated.
|
protected void |
initResources(Locale locale,
ResourceBundle resBundle)
Deprecated.
|
protected void |
initSaveContributors()
Deprecated.
|
protected boolean |
isOnlyHyperlinkListener()
Deprecated.
|
protected void |
keyNavigate(KeyEvent evt)
Deprecated.
|
protected void |
loadReport(InputStream is,
boolean isXmlReport)
Deprecated.
|
protected void |
loadReport(JasperPrint jrPrint)
Deprecated.
|
protected void |
loadReport(String fileName,
boolean isXmlReport)
Deprecated.
|
protected void |
paintPage(Graphics2D grx)
Deprecated.
|
protected void |
paintPageError(Graphics2D grx)
Deprecated.
|
protected void |
refreshPage()
Deprecated.
|
protected void |
refreshTabs()
Deprecated.
|
void |
removeHyperlinkListener(JRHyperlinkListener listener)
Deprecated.
|
void |
removeSaveContributor(JRSaveContributor contributor)
Deprecated.
|
void |
setFitPageZoomRatio()
Deprecated.
|
void |
setFitWidthZoomRatio()
Deprecated.
|
protected void |
setPageImage()
Deprecated.
|
void |
setSaveContributors(JRSaveContributor[] saveContribs)
Deprecated.
Replaces the save contributors with the ones provided as parameter.
|
void |
setZoomRatio(float newZoom)
Deprecated.
|
protected void |
setZooms()
Deprecated.
|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate, validateTree
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
public static final String VIEWER_RENDER_BUFFER_MAX_SIZE
JRViewer
to render a report page.
If rendering a report page would require an image larger than this threshold (i.e. image width x image height > maximum size), the report page will be rendered directly on the viewer component.
If this property is zero or negative, buffered images will never be user to render a report page. By default, this property is set to 0.
protected static final int TYPE_FILE_NAME
protected static final int TYPE_INPUT_STREAM
protected static final int TYPE_OBJECT
public static final int REPORT_RESOLUTION
protected final float MIN_ZOOM
protected final float MAX_ZOOM
protected int[] zooms
protected int defaultZoomIndex
protected int type
protected boolean isXML
protected String reportFileName
protected float zoom
protected RenderersCache renderersCache
protected float realZoom
protected JasperReportsContext jasperReportsContext
protected LocalJasperReportsContext localJasperReportsContext
protected KeyListener keyNavigationListener
protected List<JRSaveContributor> saveContributors
protected File lastFolder
protected JRSaveContributor lastSaveContributor
protected JToggleButton btnActualSize
protected JButton btnFirst
protected JToggleButton btnFitPage
protected JToggleButton btnFitWidth
protected JButton btnLast
protected JButton btnNext
protected JButton btnPrevious
protected JButton btnPrint
protected JButton btnReload
protected JButton btnSave
protected JButton btnZoomIn
protected JButton btnZoomOut
protected JComboBox cmbZoom
protected JLabel lblStatus
protected JPanel pnlSep01
protected JPanel pnlSep02
protected JPanel pnlSep03
protected JPanel pnlStatus
protected JPanel tlbToolBar
protected JTextField txtGoTo
public JRViewer(String fileName, boolean isXML) throws JRException
public JRViewer(InputStream is, boolean isXML) throws JRException
public JRViewer(JasperPrint jrPrint)
public JRViewer(String fileName, boolean isXML, Locale locale) throws JRException
public JRViewer(InputStream is, boolean isXML, Locale locale) throws JRException
public JRViewer(JasperPrint jrPrint, Locale locale)
public JRViewer(String fileName, boolean isXML, Locale locale, ResourceBundle resBundle) throws JRException
public JRViewer(InputStream is, boolean isXML, Locale locale, ResourceBundle resBundle) throws JRException
public JRViewer(JasperPrint jrPrint, Locale locale, ResourceBundle resBundle)
public JRViewer(JasperReportsContext jasperReportsContext, String fileName, boolean isXML, Locale locale, ResourceBundle resBundle) throws JRException
JRException
public JRViewer(JasperReportsContext jasperReportsContext, InputStream is, boolean isXML, Locale locale, ResourceBundle resBundle) throws JRException
JRException
public JRViewer(JasperReportsContext jasperReportsContext, JasperPrint jrPrint, Locale locale, ResourceBundle resBundle)
public void clear()
protected void setZooms()
public void addSaveContributor(JRSaveContributor contributor)
public void removeSaveContributor(JRSaveContributor contributor)
public JRSaveContributor[] getSaveContributors()
public void setSaveContributors(JRSaveContributor[] saveContribs)
public void addHyperlinkListener(JRHyperlinkListener listener)
public void removeHyperlinkListener(JRHyperlinkListener listener)
public JRHyperlinkListener[] getHyperlinkListeners()
protected void initResources(Locale locale, ResourceBundle resBundle)
protected JasperReportsContext getJasperReportsContext()
protected void initSaveContributors()
public void gotoHyperlink(JRPrintHyperlink hyperlink)
gotoHyperlink
in interface JRHyperlinkListener
protected boolean isOnlyHyperlinkListener()
protected void forceRefresh()
protected void hyperlinkClicked(JRPrintHyperlink hyperlink)
public int getPageIndex()
protected void loadReport(String fileName, boolean isXmlReport) throws JRException
JRException
protected void loadReport(InputStream is, boolean isXmlReport) throws JRException
JRException
protected void loadReport(JasperPrint jrPrint)
protected void refreshTabs()
protected void refreshPage()
protected void setPageImage()
protected Image getPageErrorImage()
protected void createHyperlinks()
protected void createHyperlinks(List<JRPrintElement> elements, int offsetX, int offsetY)
protected String getHyperlinkTooltip(JRPrintHyperlink hyperlink)
protected String getFallbackTooltip(JRPrintHyperlink hyperlink)
public void setZoomRatio(float newZoom)
public void setFitWidthZoomRatio()
public void setFitPageZoomRatio()
protected JRGraphics2DExporter getGraphics2DExporter() throws JRException
JRException
protected RenderersCache getRenderersCache()
protected void paintPage(Graphics2D grx)
protected void paintPageError(Graphics2D grx)
protected void drawPageError(Graphics grx)
protected void keyNavigate(KeyEvent evt)
Copyright © 2016. All rights reserved.