All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.Module

java.lang.Object
   |
   +----multilizer.Module

public class Module
extends Object
See Also:
SwingModule

Constructor Index

 o Module()

Method Index

 o addDefaultTargets(BaseTranslator)
Adds the default targets of the module to the translator.
 o isTextComponent(Object)
Returns true if the given object is a text component.
 o translateMenu(BaseTranslator)
Translates the menu of the host container.
 o translateObject(BaseTranslator, Object, RestrictObjectEventObject)
Translates the given object.

Constructors

 o Module
 public Module()

Methods

 o isTextComponent
 public boolean isTextComponent(Object object)
Returns true if the given object is a text component.

 o addDefaultTargets
 public void addDefaultTargets(BaseTranslator translator)
Adds the default targets of the module to the translator.

 o translateMenu
 public boolean translateMenu(BaseTranslator translator)
Translates the menu of the host container.

 o translateObject
 public boolean translateObject(BaseTranslator translator,
                                Object object,
                                RestrictObjectEventObject parentRestriction)
Translates the given object.


All Packages  Class Hierarchy  This Package  Previous  Next  Index