Package org.rstudio.studio.client.workbench.model

Examples of org.rstudio.studio.client.workbench.model.SessionInfo


      return activeProjectDir_;
   }
  
   public boolean isProjectActive()
   {
      SessionInfo sessionInfo = session_.getSessionInfo();
      return sessionInfo != null && sessionInfo.getActiveProjectFile() != null;
   }
View Full Code Here

TOP

Related Classes of org.rstudio.studio.client.workbench.model.SessionInfo

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.