org.apache.fop.render.awt.viewer |
org.apache.fop.render.awt.viewer
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.
|
Java Source File Name | Type | Comment |
Command.java | Class | This class represents UI-commands, which can be used as menu or toolbar
items .
When the Command object receives action event, that object's
doit method is invoked. |
GoToPageDialog.java | Class | Go to Page Dialog. |
ImageProxyPanel.java | Class | Panel used to display a single page of a document. |
PreviewDialog.java | Class | AWT Viewer main window. |
PreviewDialogAboutBox.java | Class | AWT Viewer's "About" dialog. |
PreviewPanel.java | Class | Holds a scrollpane with the rendered page(s) and handles actions performed
to alter the display of the page.
Use PreviewPanel when you want to embed a preview in your own application
with your own controls. |
Renderable.java | Interface | The interface is used by the AWT preview dialog to reload a document. |
StatusListener.java | Interface | Listener interface used by the PreviewDialog. |
Translator.java | Class | AWT Viewer's localization class, backed up by java.util.ResourceBundle . |