Package org.rstudio.studio.client.rmarkdown.ui

Examples of org.rstudio.studio.client.rmarkdown.ui.ShinyDocumentWarningDialog


     
      if (result.hasShinyContent() && !result.isShinyDocument())
      {
         // If the result has Shiny content but wasn't rendered as a Shiny
         // document, suggest rendering as a Shiny document instead
         new ShinyDocumentWarningDialog(new OperationWithInput<Integer>()
         {
            @Override
            public void execute(Integer input)
            {
               switch (input)
View Full Code Here

TOP

Related Classes of org.rstudio.studio.client.rmarkdown.ui.ShinyDocumentWarningDialog

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.