applications.proxy.main
Class TextUIWindow.TranslateListener


class TextUIWindow.TranslateListener
implements ActionListener

Description of the Class

Author:
igasp
created March 8, 2001

Field Summary
 (package private) Mapm_languagePairToMenuItem
           

Method Summary
 voidactionPerformed(ActionEvent actionEvent)
          Description of the Method
 voidaddLanguagePair(String languagePair, ExclusiveMenuItem menuItem)
          Adds a feature to the LanguagePair attribute of the TranslateListener object
 ExclusiveMenuItemgetMenuItem(String languagePair)
          Gets the MenuItem attribute of the TranslateListener object
 voidswitchLanguagePair(String languagePair)
          Description of the Method

Field Detail

m_languagePairToMenuItem

Map m_languagePairToMenuItem
Method Detail

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: