Uses of Class
net.spy.translate.TranslateMode

Uses of TranslateMode in net.spy.translate
 

Methods in net.spy.translate that return TranslateMode
static TranslateMode TranslateMode.getByLangPair(java.lang.String langPair)
          Get the TranslateMode by lang pair.
static TranslateMode TranslateMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TranslateMode[] TranslateMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.spy.translate with parameters of type TranslateMode
 void GoogleTranslateScraper.setTranslateMode(TranslateMode newMode)
          Set/Change the translation mode.
 

Constructors in net.spy.translate with parameters of type TranslateMode
GoogleTranslateScraper(TranslateMode mode)
          Overloaded constructor that takes a translation mode as an argument.
 



Copyright © 2008. All Rights Reserved.