Package org.rstudio.studio.client.application.ui

Examples of org.rstudio.studio.client.application.ui.ProjectPopupMenu


            // complete toolbar initialization
            toolbar_.completeInitialization(sessionInfo);
           
            // add project tools to main menu
            projectMenuButton_ =
               new ProjectPopupMenu(sessionInfo, commands).getToolbarButton();
            projectMenuButton_.addStyleName(
                       ThemeStyles.INSTANCE.webHeaderBarCommandsProjectMenu());
            headerBarPanel_.add(projectMenuButton_);
            showProjectMenu(!toolbar_.isVisible());    
         }
View Full Code Here

TOP

Related Classes of org.rstudio.studio.client.application.ui.ProjectPopupMenu

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.