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()
           
 void onClose()
           
abstract  void onCreate()
           
 SentenceSuggestionsInfo[] onGetSentenceSuggestionsMultiple(TextInfo[] textInfos, int suggestionsLimit)
           
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)

onGetSentenceSuggestionsMultiple

public SentenceSuggestionsInfo[] onGetSentenceSuggestionsMultiple(TextInfo[] textInfos,
                                                                  int suggestionsLimit)

onCancel

public void onCancel()

onClose

public void onClose()

getLocale

public String getLocale()

getBundle

public Bundle getBundle()


Copyright © 2008-2012. All Rights Reserved.