All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.SpellChecker
NSSpellChecker
.
[[NSSpellChecker
alloc] init]
.
- accessoryView
Objective-C instance method.
- checkSpellingOfString:startingAt:
Objective-C instance method.
- closeSpellDocumentWithTag:
Objective-C instance method.
- countWordsInString:language:
Objective-C instance method.
- ignoredWordsInSpellDocumentWithTag:
Objective-C instance method.
- ignoreWord:inSpellDocumentWithTag:
Objective-C instance method.
- language
Objective-C instance method.
- setAccessoryView:
Objective-C instance method.
- setIgnoredWords:inSpellDocumentWithTag:
Objective-C instance method.
- setLanguage:
Objective-C instance method.
- setWordFieldStringValue:
Objective-C instance method.
+ sharedSpellChecker
Objective-C class method.
+ sharedSpellCheckerExists
Objective-C class method.
- spellingPanel
Objective-C instance method.
+ uniqueSpellDocumentTag
Objective-C class method.
- updateSpellingPanelWithMisspelledWord:
Objective-C instance method.
protected SpellChecker(boolean shouldAllocate, int objcObject)
public SpellChecker()
[[NSSpellChecker
alloc] init]
.
public static native SpellChecker sharedSpellChecker()
+ sharedSpellChecker
Objective-C class method.
public static native boolean sharedSpellCheckerExists()
+ sharedSpellCheckerExists
Objective-C class method.
public static native int uniqueSpellDocumentTag()
+ uniqueSpellDocumentTag
Objective-C class method.
public native Range checkSpellingStartingAtOffset(String stringToCheck, int startingOffset)
- checkSpellingOfString:startingAt:
Objective-C instance method.
public native int countWordsInString(String stringToCount, String language)
- countWordsInString:language:
Objective-C instance method.
public native void updateSpellingPanelWithMisspelledWord(String word)
- updateSpellingPanelWithMisspelledWord:
Objective-C instance method.
public native Panel spellingPanel()
- spellingPanel
Objective-C instance method.
public native View accessoryView()
- accessoryView
Objective-C instance method.
public native void setAccessoryView(View aView)
- setAccessoryView:
Objective-C instance method.
public native void ignoreWord(String wordToIgnore, int tag)
- ignoreWord:inSpellDocumentWithTag:
Objective-C instance method.
public native Array ignoredWords(int tag)
- ignoredWordsInSpellDocumentWithTag:
Objective-C instance method.
public native void setIgnoredWords(Array words, int tag)
- setIgnoredWords:inSpellDocumentWithTag:
Objective-C instance method.
public native void closeSpellDocumentWithTag(int tag)
- closeSpellDocumentWithTag:
Objective-C instance method.
public native String language()
- language
Objective-C instance method.
public native boolean setLanguage(String language)
- setLanguage:
Objective-C instance method.
public native void setWordFieldStringValue(String aString)
- setWordFieldStringValue:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index