topical media & game development

talk show tell print

actionscript-example-JapaneseSearchOptions.ax

actionscript-example-JapaneseSearchOptions.ax (swf ) [ flash ] flex


  package {
    public class actionscript-example-JapaneseSearchOptions extends SearchOptions {
      public static const ENGLISH_UK:String = "EnglishUK";
      public static const ENGLISH_US:String = "EnglishUS";
  
      private var englishVariant:String;
      
      public function actionscript-example-JapaneseSearchOptions () {
        setEnglishVariant(actionscript-example-JapaneseSearchOptions.ENGLISH_UK);
      }
      
      public function getEnglishVariant ():String {
        return englishVariant;
      }
      
      public function setEnglishVariant (newEnglishVariant:String):void {
        englishVariant = newEnglishVariant;
      }
    }
  }


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.