android.service.textservice
Class SpellCheckerService.Session

java.lang.Object
  extended by android.service.textservice.SpellCheckerService.Session
Enclosing class:
SpellCheckerService

public abstract static class SpellCheckerService.Session
extends Object


Constructor Summary
SpellCheckerService.Session()
           
 
Method Summary
 Bundle getBundle()
           
 String getLocale()
           
 void onCancel()
           
abstract  void onCreate()
           
abstract  SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit)
           
 SuggestionsInfo[] onGetSuggestionsMultiple(TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpellCheckerService.Session

public SpellCheckerService.Session()
Method Detail

onCreate

public abstract void onCreate()

onGetSuggestions

public abstract SuggestionsInfo onGetSuggestions(TextInfo textInfo,
                                                 int suggestionsLimit)

onGetSuggestionsMultiple

public SuggestionsInfo[] onGetSuggestionsMultiple(TextInfo[] textInfos,
                                                  int suggestionsLimit,
                                                  boolean sequentialWords)

onCancel

public void onCancel()

getLocale

public String getLocale()

getBundle

public Bundle getBundle()


Copyright © 2008-2012. All Rights Reserved.