FileDocCategorySizeDatePackage
SpellCheckPlugin.javaAPI DocExample640Sun Dec 08 19:54:02 GMT 2002com.wiverson.macosbook.spelling

SpellCheckPlugin

public class SpellCheckPlugin extends Object implements com.wiverson.macosbook.SimpleEditPlugin

Fields Summary
Constructors Summary
public SpellCheckPlugin()

    
Methods Summary
public voiddoAction(com.wiverson.macosbook.SimpleEdit frame, java.awt.event.ActionEvent evt)

        com.apple.spell.ui.JTxtCmpontDrvr mySpellchecker = new com.apple.spell.ui.JTxtCmpontDrvr();
        mySpellchecker.checkSpelling(frame.getJTextArea());
    
public java.lang.StringgetAction()

        return "Check Spelling...";
    
public voidinit(com.wiverson.macosbook.SimpleEdit frame)