Project Editor Client 6.0.0.Beta2

org.kie.guvnor.projecteditor.client.resources
Interface ProjectEditorResources

All Superinterfaces:
com.google.gwt.resources.client.ClientBundle

public interface ProjectEditorResources
extends com.google.gwt.resources.client.ClientBundle


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
 
Field Summary
static ProjectEditorResources INSTANCE
           
 
Method Summary
 com.google.gwt.resources.client.ImageResource Error()
           
 com.google.gwt.resources.client.ImageResource Information()
           
 ProjectEditorCss mainCss()
           
 com.google.gwt.resources.client.ImageResource newFolderIcon()
           
 com.google.gwt.resources.client.ImageResource newProjectIcon()
           
 com.google.gwt.resources.client.ImageResource Trash()
           
 com.google.gwt.resources.client.ImageResource Warning()
           
 

Field Detail

INSTANCE

static final ProjectEditorResources INSTANCE
Method Detail

mainCss

@ClientBundle.Source(value="css/ProjectEditor.css")
ProjectEditorCss mainCss()

Error

@ClientBundle.Source(value="images/error.gif")
com.google.gwt.resources.client.ImageResource Error()

Warning

@ClientBundle.Source(value="images/warning.gif")
com.google.gwt.resources.client.ImageResource Warning()

Information

@ClientBundle.Source(value="images/information.gif")
com.google.gwt.resources.client.ImageResource Information()

Trash

@ClientBundle.Source(value="images/trash.gif")
com.google.gwt.resources.client.ImageResource Trash()

newProjectIcon

@ClientBundle.Source(value="images/newProject.gif")
com.google.gwt.resources.client.ImageResource newProjectIcon()

newFolderIcon

@ClientBundle.Source(value="images/newFolder.gif")
com.google.gwt.resources.client.ImageResource newFolderIcon()

Project Editor Client 6.0.0.Beta2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.