See: Description
Interface | Description |
---|---|
PageChangeListener |
Swing listener interface for classes which wish to receive
notification of page change events.
|
Renderable |
The interface is used by the AWT preview dialog to reload a document.
|
StatusListener |
Listener interface used by the PreviewDialog.
|
Class | Description |
---|---|
Command |
This class represents UI-commands, which can be used as menu or toolbar
items
. |
GoToPageDialog |
Go to Page Dialog.
|
ImageProxyPanel |
Panel used to display a single page of a document.
|
PageChangeEvent |
Swing event fired whenever the current page selection of a
PreviewPanel changes. |
PreviewDialog |
AWT Viewer main window.
|
PreviewDialogAboutBox |
AWT Viewer's "About" dialog.
|
PreviewPanel |
Holds a scrollpane with the rendered page(s) and handles actions performed
to alter the display of the page.
|
Translator |
AWT Viewer's localization class, backed up by
java.util.ResourceBundle . |
AWT Viewer PreviewDialog and PreviewPanel.
The PreviewPanel allows users to embed FOP previews in their own applications. The PreviewDialog is the default viewer for the -awt switch and surrounds the PreviewPanel with a bunch of controls, menu items etc.
Copyright © 2025 Apache Software Foundation. All rights reserved.