Package org.rstudio.studio.client.shiny.ui

Examples of org.rstudio.studio.client.shiny.ui.ShinyAppsDeployDialog


         if (event.getPath().toLowerCase().endsWith(".rmd"))
         {
            file = FilePathUtils.friendlyFileName(event.getPath());
         }

         ShinyAppsDeployDialog dialog =
               new ShinyAppsDeployDialog(
                         server_, display_, events_,
                         dir, file, lastAccount, lastAppName,
                         satellite_.isCurrentWindowSatellite());
         dialog.showModal();
      }
      else if (event.getAction() == ShinyAppsActionEvent.ACTION_TYPE_TERMINATE)
      {
         terminateShinyApp(FilePathUtils.dirFromFile(event.getPath()));
      }
View Full Code Here

TOP

Related Classes of org.rstudio.studio.client.shiny.ui.ShinyAppsDeployDialog

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.