All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.AppletTranslator

java.lang.Object
   |
   +----multilizer.BaseTranslator
           |
           +----multilizer.AppletTranslator

public class AppletTranslator
extends BaseTranslator
A translator component that translates the AWT components. Use this translator instead of Translator in Java applets if the applets must be compatible to all browsers.

See Also:
Translator

Constructor Index

 o AppletTranslator()
 o AppletTranslator(Dictionary)

Method Index

 o doTranslateObject(Object, RestrictObjectEventObject)
Performs the build in translation for the object.

Constructors

 o AppletTranslator
 public AppletTranslator()
 o AppletTranslator
 public AppletTranslator(Dictionary dictionary)

Methods

 o doTranslateObject
 protected boolean doTranslateObject(Object object,
                                     RestrictObjectEventObject parentRestriction)
Performs the build in translation for the object.

Overrides:
doTranslateObject in class BaseTranslator

All Packages  Class Hierarchy  This Package  Previous  Next  Index