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
-
SwingModule()
-
-
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.
SwingModule
public SwingModule()
isTextComponent
public boolean isTextComponent(Object object)
- Returns true if the given object is a text component.
- Overrides:
- isTextComponent in class Module
addDefaultTargets
public void addDefaultTargets(BaseTranslator translator)
- Adds the default targets of the module to the translator.
- Overrides:
- addDefaultTargets in class Module
translateMenu
public boolean translateMenu(BaseTranslator translator)
- Translates the menu of the host container.
- Overrides:
- translateMenu in class Module
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