All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.SwingModule

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

public class SwingModule
extends Module
Adds Swing support to MULTILIZER. Requires Swing 1.1 or later.

See Also:
MListModel, MComboBoxModel, MTableModel, MOptionPane, FileChooser, DefaultComboBoxModel, Module

Constructor Index

 o SwingModule()

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 SwingModule
 public SwingModule()

Methods

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

Overrides:
isTextComponent in class Module
 o addDefaultTargets
 public void addDefaultTargets(BaseTranslator translator)
Adds the default targets of the module to the translator.

Overrides:
addDefaultTargets in class Module
 o translateMenu
 public boolean translateMenu(BaseTranslator translator)
Translates the menu of the host container.

Overrides:
translateMenu in class Module
 o translateObject
 public boolean translateObject(BaseTranslator translator,
                                Object object,
                                RestrictObjectEventObject parentRestriction)
Translates the given object.

Overrides:
translateObject in class Module

All Packages  Class Hierarchy  This Package  Previous  Next  Index