| Package | Description |
|---|---|
| com.google.gwt.i18n.rebind |
This package contains i18n generators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationsResource
AbstractResource implementation which looks up text annotations on classes.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractResource |
AbstractResource.ResourceList.get(int index) |
AbstractResource |
AbstractResource.ResourceList.remove(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractResource> |
AbstractResource.MissingResourceException.getSearchedResources() |
Iterator<AbstractResource> |
AbstractResource.ResourceList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractResource.ResourceList.add(AbstractResource element) |
void |
AbstractResource.ResourceList.add(int index,
AbstractResource element) |
| Constructor and Description |
|---|
AbstractResource.MissingResourceException(String key,
List<AbstractResource> searchedResources) |
Copyright © 2016. All rights reserved.