Uses of Interface
org.foray.render.awt.viewer.Translator

Packages that use Translator
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 Translator in org.foray.app
 

Methods in org.foray.app with parameters of type Translator
protected  PreviewDialog AWTStarter.createPreviewDialog(AWTRenderer renderer, Translator res)
          Creates a new preview dialog.
 

Uses of Translator in org.foray.demo.embed
 

Methods in org.foray.demo.embed with parameters of type Translator
protected  PreviewDialog DemoAWTViewer.createPreviewDialog(AWTRenderer renderer, Translator res)
          Factory method for a PreviewDialog instance.
 

Uses of Translator in org.foray.render.awt.viewer
 

Classes in org.foray.render.awt.viewer that implement Translator
 class SecureResourceBundle
          Die Klasse SecureResourceBundle ist ein Resourceundle, das im Falle eines fehlenden Eintrages keinen Absturz verursacht, sondern die Meldung Key key not found zurückgibt.
 

Methods in org.foray.render.awt.viewer with parameters of type Translator
 void UserMessage.setTranslator(Translator aRes)
          Sets the Translator resource for this message.
static void MessagesDialog.setTranslator(Translator aRes)
          Statically sets the translator that should be used to create messages.
 

Constructors in org.foray.render.awt.viewer with parameters of type Translator
GoToPageDialog(Frame frame, String title, boolean modal, Translator resource)
          Constructor.
PreviewDialog(AWTRenderer aRenderer, Translator aRes)
          Create a new PreviewDialog that uses the given renderer and translator.
 



Copyright © 2017. All rights reserved.