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 classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle |
com.google.gwt.resources.client.ClientBundle.Source |
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()
|
INSTANCE
static final ProjectEditorResources INSTANCE
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()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.