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
-
Module()
-
-
addDefaultTargets(BaseTranslator)
- Adds the default targets of the module to the translator.
-
isTextComponent(Object)
- Returns true if the given object is a text component.
-
translateMenu(BaseTranslator)
- Translates the menu of the host container.
-
translateObject(BaseTranslator, Object, RestrictObjectEventObject)
- Translates the given object.
Module
public Module()
isTextComponent
public boolean isTextComponent(Object object)
- Returns true if the given object is a text component.
addDefaultTargets
public void addDefaultTargets(BaseTranslator translator)
- Adds the default targets of the module to the translator.
translateMenu
public boolean translateMenu(BaseTranslator translator)
- Translates the menu of the host container.
translateObject
public boolean translateObject(BaseTranslator translator,
Object object,
RestrictObjectEventObject parentRestriction)
- Translates the given object.
All Packages Class Hierarchy This Package Previous Next Index