|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreviewDialog | |
---|---|
org.foray.app | Application classes used for running FOray both on the command line and embedded in other applications. |
org.foray.demo.embed | Classes useful for demonstrating FOray embedded in other applications. |
org.foray.render.awt.viewer | Classes for displaying a rendered AWT document to the screen. |
Uses of PreviewDialog in org.foray.app |
---|
Methods in org.foray.app that return PreviewDialog | |
---|---|
protected PreviewDialog |
AWTStarter.createPreviewDialog(AWTRenderer renderer,
Translator res)
Creates a new preview dialog. |
Uses of PreviewDialog in org.foray.demo.embed |
---|
Methods in org.foray.demo.embed that return PreviewDialog | |
---|---|
protected PreviewDialog |
DemoAWTViewer.createPreviewDialog(AWTRenderer renderer,
Translator res)
Factory method for a PreviewDialog instance. |
Uses of PreviewDialog in org.foray.render.awt.viewer |
---|
Constructors in org.foray.render.awt.viewer with parameters of type PreviewDialog | |
---|---|
Command(PreviewDialog dialog,
String name)
Constructor for no icon. |
|
Command(PreviewDialog dialog,
String name,
ImageIcon anIcon)
Constructor for a resolved icon. |
|
Command(PreviewDialog dialog,
String name,
String iconName)
Constructor for a named icon. |
|
PreviewDialogAboutBox(PreviewDialog parent)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |