Uses of Interface
org.sonar.api.component.Perspective

Packages that use Perspective
org.sonar.api.component   
org.sonar.api.issue   
org.sonar.api.source   
org.sonar.api.test   
 

Uses of Perspective in org.sonar.api.component
 

Subinterfaces of Perspective in org.sonar.api.component
 interface MutablePerspective
           
 

Methods in org.sonar.api.component with type parameters of type Perspective
<P extends Perspective>
P
Perspectives.as(Class<P> perspectiveClass, Component component)
           
<P extends Perspective>
P
ResourcePerspectives.as(Class<P> perspectiveClass, Resource resource)
           
 

Uses of Perspective in org.sonar.api.issue
 

Subinterfaces of Perspective in org.sonar.api.issue
 interface Issuable
          This perspective allows to add and get issues related to the selected component.
 

Uses of Perspective in org.sonar.api.source
 

Subinterfaces of Perspective in org.sonar.api.source
 interface Highlightable
           
 interface Symbolizable
           
 

Uses of Perspective in org.sonar.api.test
 

Subinterfaces of Perspective in org.sonar.api.test
 interface MutableTestable
           
 interface MutableTestPlan
           
 interface Testable
           
 interface TestPlan<T extends TestCase>
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.