android.view.textservice
Class SpellCheckerSession

java.lang.Object
  extended by android.view.textservice.SpellCheckerSession

public class SpellCheckerSession
extends Object


Nested Class Summary
static interface SpellCheckerSession.SpellCheckerSessionListener
           
 
Field Summary
static String SERVICE_META_DATA
           
 
Method Summary
 void close()
           
protected  void finalize()
           
 SpellCheckerInfo getSpellChecker()
           
 void getSuggestions(TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords)
           
 void getSuggestions(TextInfo textInfo, int suggestionsLimit)
           
 boolean isSessionDisconnected()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_META_DATA

public static final String SERVICE_META_DATA
See Also:
Constant Field Values
Method Detail

isSessionDisconnected

public boolean isSessionDisconnected()

getSpellChecker

public SpellCheckerInfo getSpellChecker()

close

public void close()

getSuggestions

public void getSuggestions(TextInfo textInfo,
                           int suggestionsLimit)

getSuggestions

public void getSuggestions(TextInfo[] textInfos,
                           int suggestionsLimit,
                           boolean sequentialWords)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable


Copyright © 2008-2012. All Rights Reserved.