applications.proxy.main
Class TextUIWindow.TranslateListener
- class TextUIWindow.TranslateListener
- implements ActionListener
Description of the Class
- Author:
- igasp
- created March 8, 2001
m_languagePairToMenuItem
Map m_languagePairToMenuItem
actionPerformed
public void actionPerformed(ActionEvent actionEvent)
- Description of the Method
- Parameters:
- actionEvent - Description of Parameter
- Since:
addLanguagePair
public void addLanguagePair(String languagePair, ExclusiveMenuItem menuItem)
- Adds a feature to the LanguagePair attribute of the TranslateListener object
- Parameters:
- languagePair - The feature to be added to the LanguagePair attribute
- menuItem - The feature to be added to the LanguagePair attribute
- Since:
getMenuItem
public ExclusiveMenuItem getMenuItem(String languagePair)
- Gets the MenuItem attribute of the TranslateListener object
- Parameters:
- languagePair - Description of Parameter
- Returns: The MenuItem value
- Since:
switchLanguagePair
public void switchLanguagePair(String languagePair)
- Description of the Method
- Parameters:
- languagePair - Description of Parameter
- Since: