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

Examples of org.rstudio.studio.client.workbench.views.help.model.Link


               String[] fields = it.next();
               if (fields.length != 2)
                  continue;
           
               // add the link
               Link link = new Link(fields[0], fields[1]);
               history.addLink(link);
            }
           
            // one time init
            if (!historyInitialized_)
View Full Code Here

TOP

Related Classes of org.rstudio.studio.client.workbench.views.help.model.Link

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.