All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.SwingTranslator

java.lang.Object
   |
   +----multilizer.Translator
           |
           +----multilizer.SwingTranslator

public class SwingTranslator
extends Translator
A translator that can translate all Swing components. Use this class instead of the Translator component if you use Swing.

See Also:
MListModel, MComboBoxModel, MTableModel, MOptionPane, MFileChooser, MColorChooser, DefaultComboBoxModel, SwingBidiTranslator

Constructor Index

 o SwingTranslator()

Method Index

 o addDefaultTargets()
Adds the most common targets propeties.
 o translateMenu()
Translates the menu of the host.
 o translateObject(Object)
Translate the object.

Constructors

 o SwingTranslator
 public SwingTranslator()

Methods

 o translateObject
 protected void translateObject(Object object)
Translate the object.

Overrides:
translateObject in class Translator
 o translateMenu
 protected void translateMenu()
Translates the menu of the host.

Overrides:
translateMenu in class Translator
 o addDefaultTargets
 public void addDefaultTargets()
Adds the most common targets propeties.

Overrides:
addDefaultTargets in class Translator

All Packages  Class Hierarchy  This Package  Previous  Next  Index