Package org.rstudio.studio.client.common.vcs

Examples of org.rstudio.studio.client.common.vcs.SshKeyWidget


                                                    null);
      if (haveTerminalPathPref())
         addTextBoxChooser(terminalPathLabel_, null, null, terminalPathChooser_);
    
      // ssh key widget
      sshKeyWidget_ = new SshKeyWidget(server, "330px");
      sshKeyWidget_.addStyleName(res_.styles().sshKeyWidget());
      nudgeRight(sshKeyWidget_);
      add(sshKeyWidget_);
           
      HelpLink vcsHelpLink = new VcsHelpLink();
View Full Code Here

TOP

Related Classes of org.rstudio.studio.client.common.vcs.SshKeyWidget

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.