Package org.rstudio.studio.client.workbench.views.source.editors.text.spelling

Examples of org.rstudio.studio.client.workbench.views.source.editors.text.spelling.SpellingDialog


   {
      if (isSpellChecking_)
         return;
      isSpellChecking_ = true;
      new CheckSpelling(spellChecker_, docDisplay_,
                        new SpellingDialog(),
                        new InitialProgressDialog(1000),
                        new ResultCallback<Void, Exception>()
                        {
                           @Override
                           public void onSuccess(Void result)
View Full Code Here

TOP

Related Classes of org.rstudio.studio.client.workbench.views.source.editors.text.spelling.SpellingDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.