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 cancel()
           
 void close()
           
protected  void finalize()
           
 void getSentenceSuggestions(TextInfo[] textInfos, int suggestionsLimit)
           
 SpellCheckerInfo getSpellChecker()
           
 void getSuggestions(TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords)
          Deprecated. 
 void getSuggestions(TextInfo textInfo, int suggestionsLimit)
          Deprecated. 
 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()

cancel

public void cancel()

close

public void close()

getSentenceSuggestions

public void getSentenceSuggestions(TextInfo[] textInfos,
                                   int suggestionsLimit)

getSuggestions

@Deprecated
public void getSuggestions(TextInfo textInfo,
                                      int suggestionsLimit)
Deprecated. 


getSuggestions

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


finalize

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


Copyright © 2008-2012. All Rights Reserved.