Uses of Class
org.sonar.plugins.api.web.Section

Packages that use Section
org.sonar.plugins.api.web   
org.sonar.plugins.core.clouds   
org.sonar.plugins.core.testspage   
 

Uses of Section in org.sonar.plugins.api.web
 

Methods in org.sonar.plugins.api.web that return Section
 Section Page.getSection()
           
static Section Section.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Section[] Section.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Section in org.sonar.plugins.core.clouds
 

Methods in org.sonar.plugins.core.clouds that return Section
 Section Clouds.getSection()
           
 

Uses of Section in org.sonar.plugins.core.testspage
 

Methods in org.sonar.plugins.core.testspage that return Section
 Section TestsPage.getSection()
           
 



Copyright © 2008 SonarSource SA. All Rights Reserved.