org.sonar.gwt.ui
Interface Icons.IconBundle

All Superinterfaces:
com.google.gwt.user.client.ui.ImageBundle
Enclosing class:
Icons

public static interface Icons.IconBundle
extends com.google.gwt.user.client.ui.ImageBundle


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.ImageBundle
com.google.gwt.user.client.ui.ImageBundle.Resource
 
Method Summary
 com.google.gwt.user.client.ui.AbstractImagePrototype empty()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype help()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype information()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype priorityBlocker()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype priorityCritical()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype priorityInfo()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype priorityMajor()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype priorityMinor()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype qualifierClass()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype qualifierDirectory()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype qualifierField()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype qualifierFile()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype qualifierLibrary()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype qualifierMethod()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype qualifierModule()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype qualifierPackage()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype qualifierProject()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype qualifierUnitTest()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype statusError()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype statusOk()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype statusWarning()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype zoom()
           
 

Method Detail

empty

com.google.gwt.user.client.ui.AbstractImagePrototype empty()

zoom

com.google.gwt.user.client.ui.AbstractImagePrototype zoom()

information

com.google.gwt.user.client.ui.AbstractImagePrototype information()

help

com.google.gwt.user.client.ui.AbstractImagePrototype help()

qualifierField

com.google.gwt.user.client.ui.AbstractImagePrototype qualifierField()

qualifierMethod

com.google.gwt.user.client.ui.AbstractImagePrototype qualifierMethod()

qualifierClass

com.google.gwt.user.client.ui.AbstractImagePrototype qualifierClass()

qualifierFile

com.google.gwt.user.client.ui.AbstractImagePrototype qualifierFile()

qualifierUnitTest

com.google.gwt.user.client.ui.AbstractImagePrototype qualifierUnitTest()

qualifierDirectory

com.google.gwt.user.client.ui.AbstractImagePrototype qualifierDirectory()

qualifierPackage

com.google.gwt.user.client.ui.AbstractImagePrototype qualifierPackage()

qualifierProject

com.google.gwt.user.client.ui.AbstractImagePrototype qualifierProject()

qualifierModule

com.google.gwt.user.client.ui.AbstractImagePrototype qualifierModule()

qualifierLibrary

com.google.gwt.user.client.ui.AbstractImagePrototype qualifierLibrary()

statusOk

com.google.gwt.user.client.ui.AbstractImagePrototype statusOk()

statusError

com.google.gwt.user.client.ui.AbstractImagePrototype statusError()

statusWarning

com.google.gwt.user.client.ui.AbstractImagePrototype statusWarning()

priorityBlocker

com.google.gwt.user.client.ui.AbstractImagePrototype priorityBlocker()

priorityCritical

com.google.gwt.user.client.ui.AbstractImagePrototype priorityCritical()

priorityMajor

com.google.gwt.user.client.ui.AbstractImagePrototype priorityMajor()

priorityMinor

com.google.gwt.user.client.ui.AbstractImagePrototype priorityMinor()

priorityInfo

com.google.gwt.user.client.ui.AbstractImagePrototype priorityInfo()


Copyright © 2009-2012 SonarSource. All Rights Reserved.