public interface ImageResources
extends com.google.gwt.resources.client.ClientBundle
| Modifier and Type | Field and Description |
|---|---|
static ImageResources |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.resources.client.ImageResource |
fileIcon() |
com.google.gwt.resources.client.ImageResource |
folderIcon() |
com.google.gwt.resources.client.ImageResource |
packageIcon() |
com.google.gwt.resources.client.ImageResource |
projectIcon() |
com.google.gwt.resources.client.ImageResource |
repositoryIcon() |
static final ImageResources INSTANCE
@ClientBundle.Source(value="repositoryIcon.png") com.google.gwt.resources.client.ImageResource repositoryIcon()
@ClientBundle.Source(value="projectIcon.png") com.google.gwt.resources.client.ImageResource projectIcon()
@ClientBundle.Source(value="packageIcon.png") com.google.gwt.resources.client.ImageResource packageIcon()
@ClientBundle.Source(value="folderIcon.png") com.google.gwt.resources.client.ImageResource folderIcon()
@ClientBundle.Source(value="fileIcon.png") com.google.gwt.resources.client.ImageResource fileIcon()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.