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
-
AppletTranslator()
-
-
AppletTranslator(Dictionary)
-
-
doTranslateObject(Object, RestrictObjectEventObject)
- Performs the build in translation for the object.
AppletTranslator
public AppletTranslator()
AppletTranslator
public AppletTranslator(Dictionary dictionary)
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