Index
All Classes|All Packages
A
- AbstractProcessingStep - Class in org.gwtproject.i18n.processor
- AbstractProcessingStep(ProcessingEnvironment) - Constructor for class org.gwtproject.i18n.processor.AbstractProcessingStep
- asSingleBooleanValue() - Method in interface org.gwtproject.ext.ConfigurationProperty
- asSingleBooleanValue() - Method in class org.gwtproject.ext.DefaultConfigurationProperty
- asSingleValue() - Method in interface org.gwtproject.ext.ConfigurationProperty
- asSingleValue() - Method in class org.gwtproject.ext.DefaultConfigurationProperty
B
- BadPropertyValueException - Exception in org.gwtproject.ext
-
Thrown when a deferred binding property contains an invalid value.
- BadPropertyValueException(String) - Constructor for exception org.gwtproject.ext.BadPropertyValueException
- BadPropertyValueException(String, String) - Constructor for exception org.gwtproject.ext.BadPropertyValueException
- build() - Method in class org.gwtproject.i18n.processor.StepBuilder
C
- clear() - Method in class org.gwtproject.i18n.processor.GwtLocaleFactoryImpl
-
Clear an embedded cache of instances when they are no longer needed.
- compareTo(GwtLocale) - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- configurationProperties - Variable in class org.gwtproject.ext.PropertyOracleImpl
- ConfigurationProperties - Class in org.gwtproject.ext
- ConfigurationProperties() - Constructor for class org.gwtproject.ext.ConfigurationProperties
- ConfigurationProperty - Interface in org.gwtproject.ext
-
A named configuration (property, values) pair.
D
- DefaultConfigurationProperty - Class in org.gwtproject.ext
-
Default immutable implementation of ConfigurationProperty that receives its values in its constructor.
- DefaultConfigurationProperty(String, List<String>) - Constructor for class org.gwtproject.ext.DefaultConfigurationProperty
-
Construct a configuration property.
- DefaultLanguageScripts - Class in org.gwtproject.i18n.processor
-
Encodes the mapping of languages to their default script.
- DefaultLanguageScripts() - Constructor for class org.gwtproject.i18n.processor.DefaultLanguageScripts
E
- elements - Variable in class org.gwtproject.i18n.processor.AbstractProcessingStep
- equals(Object) - Method in class org.gwtproject.ext.DefaultConfigurationProperty
- equals(Object) - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- ExceptionUtil - Class in org.gwtproject.i18n.processor
- ExceptionUtil() - Constructor for class org.gwtproject.i18n.processor.ExceptionUtil
F
- filer - Variable in class org.gwtproject.i18n.processor.AbstractProcessingStep
- findCommonParent(String, String) - Static method in class org.gwtproject.i18n.processor.RegionInheritance
-
Finds the first region which is a common parent of two regions.
- fromComponents(String, String, String, String) - Method in class org.gwtproject.i18n.processor.GwtLocaleFactoryImpl
- fromString(String) - Method in class org.gwtproject.i18n.processor.GwtLocaleFactoryImpl
G
- getAliases() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- getAllAncestors(String) - Static method in class org.gwtproject.i18n.processor.RegionInheritance
-
Returns a set of all ancestors of a given region, including the region itself, in order of inheritance (ie, this region first, top-most region last).
- getAllCompileLocales() - Method in class org.gwtproject.i18n.processor.LocaleUtils
-
Returns the set of all compile-time locales.
- getAllLocales() - Method in class org.gwtproject.i18n.processor.LocaleUtils
-
Returns the set of all available locales, whether compile-time locales or runtime locales.
- getAsString() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- getCanonicalForm() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
Returns this locale in canonical form.
- getCompileLocale() - Method in class org.gwtproject.i18n.processor.LocaleUtils
-
Returns the static compile-time locale for this permutation.
- getCompleteSearchList() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- getConfigurationProperty(String) - Method in class org.gwtproject.ext.ConfigurationProperties
- getConfigurationProperty(String) - Method in interface org.gwtproject.ext.PropertyOracle
-
Attempts to get a named configuration property.
- getConfigurationProperty(String) - Method in class org.gwtproject.ext.PropertyOracleImpl
- getCookie() - Method in class org.gwtproject.i18n.processor.LocaleUtils
-
Return the name of the cookie to potentially get the locale value from.
- getCurrentValue() - Method in interface org.gwtproject.ext.SelectionProperty
-
The value for the permutation currently being considered.
- getCurrentValue() - Method in class org.gwtproject.ext.StandardSelectionProperty
- getDefault() - Method in class org.gwtproject.i18n.processor.GwtLocaleFactoryImpl
- getDefaultScript(String) - Static method in class org.gwtproject.i18n.processor.DefaultLanguageScripts
-
Returns the default script for a language, or null if none.
- getDefaultScript(String, String) - Static method in class org.gwtproject.i18n.processor.DefaultLanguageScripts
-
Returns the default script for a language/region combination, or null if none.
- getElements() - Method in class org.gwtproject.i18n.processor.ProcessorContext
- getFiler() - Method in class org.gwtproject.i18n.processor.ProcessorContext
- getImmediateParents(String) - Static method in class org.gwtproject.i18n.processor.RegionInheritance
-
Returns the set of immediate parents of a given region, not including this region.
- getInheritanceChain() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
Return a list of locales to search for, in order of preference.
- getInstance(Messager, PropertyOracle, ProcessorContext) - Static method in class org.gwtproject.i18n.processor.LocaleUtils
-
Create a new LocaleUtils instance for the given PropertyOracle.
- getLanguage() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- getLanguageNotNull() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- getLocaleFactory() - Static method in class org.gwtproject.i18n.processor.LocaleUtils
-
Get a shared GwtLocale factory so instances are cached between all uses.
- getLocaleUtils(SelectionProperty, ConfigurationProperty, ConfigurationProperty, ConfigurationProperty) - Method in class org.gwtproject.i18n.processor.LocaleInfoContext
- getMessager() - Method in class org.gwtproject.i18n.processor.ProcessorContext
- getName() - Method in interface org.gwtproject.ext.ConfigurationProperty
-
The name of the property.
- getName() - Method in class org.gwtproject.ext.DefaultConfigurationProperty
- getName() - Method in interface org.gwtproject.ext.SelectionProperty
-
The name of the property.
- getName() - Method in class org.gwtproject.ext.StandardSelectionProperty
- getOptions() - Method in class org.gwtproject.i18n.processor.ProcessorContext
- getPossibleValues() - Method in interface org.gwtproject.ext.SelectionProperty
-
Returns the possible values for the property in sorted order.
- getPossibleValues() - Method in class org.gwtproject.ext.StandardSelectionProperty
- getQueryParam() - Method in class org.gwtproject.i18n.processor.LocaleUtils
-
Return the name of the URL query param to potentially get the locale value from.
- getRegion() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- getRegionNotNull() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- getRuntimeLocales() - Method in class org.gwtproject.i18n.processor.LocaleUtils
-
Returns a list of locales which are children of the current compile-time locale.
- getScript() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- getScriptNotNull() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- getSelectionProperty(Messager, String) - Method in interface org.gwtproject.ext.PropertyOracle
- getSelectionProperty(Messager, String) - Method in class org.gwtproject.ext.PropertyOracleImpl
- getTypes() - Method in class org.gwtproject.i18n.processor.ProcessorContext
- getValues() - Method in interface org.gwtproject.ext.ConfigurationProperty
-
The values for the permutation currently being considered.
- getValues() - Method in class org.gwtproject.ext.DefaultConfigurationProperty
- getVariant() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- getVariantNotNull() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- GwtLocaleFactoryImpl - Class in org.gwtproject.i18n.processor
-
Creates server-side GwtLocale instances.
- GwtLocaleFactoryImpl() - Constructor for class org.gwtproject.i18n.processor.GwtLocaleFactoryImpl
- GwtLocaleImpl - Class in org.gwtproject.i18n.processor
-
Class representing GWT locales and conversion to/from other formats.
H
- hashCode() - Method in class org.gwtproject.ext.DefaultConfigurationProperty
- hashCode() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
I
- inheritsFrom(GwtLocale) - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
Return true if this locale inherits from the specified locale.
- isDefault() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- isParentOf(String, String) - Static method in class org.gwtproject.i18n.processor.RegionInheritance
-
Returns true if parent is equal to the child or is an ancestor.
L
- LocaleInfoContext - Class in org.gwtproject.i18n.processor
-
A LocaleUtils specific context for caching.
- LocaleInfoContext() - Constructor for class org.gwtproject.i18n.processor.LocaleInfoContext
- LocaleUtils - Class in org.gwtproject.i18n.processor
-
Utility methods for dealing with locales.
M
- messager - Variable in class org.gwtproject.i18n.processor.AbstractProcessingStep
- messageStackTrace(Messager, Exception) - Static method in class org.gwtproject.i18n.processor.ExceptionUtil
O
- org.gwtproject.ext - package org.gwtproject.ext
- org.gwtproject.i18n.processor - package org.gwtproject.i18n.processor
P
- printStackTrace(Exception) - Method in class org.gwtproject.i18n.processor.AbstractProcessingStep
- processingEnv - Variable in class org.gwtproject.i18n.processor.AbstractProcessingStep
- processingEnv - Variable in class org.gwtproject.i18n.processor.StepBuilder
- ProcessorContext - Class in org.gwtproject.i18n.processor
- ProcessorContext(ProcessingEnvironment) - Constructor for class org.gwtproject.i18n.processor.ProcessorContext
- PropertyOracle - Interface in org.gwtproject.ext
-
Provides deferred binding property values.
- PropertyOracleImpl - Class in org.gwtproject.ext
- PropertyOracleImpl() - Constructor for class org.gwtproject.ext.PropertyOracleImpl
- putLocaleUtils(SelectionProperty, ConfigurationProperty, ConfigurationProperty, ConfigurationProperty, LocaleUtils) - Method in class org.gwtproject.i18n.processor.LocaleInfoContext
R
- RegionInheritance - Class in org.gwtproject.i18n.processor
-
Generated maps of regions into parent regions, used for locale inheritance.
- RegionInheritance() - Constructor for class org.gwtproject.i18n.processor.RegionInheritance
S
- SelectionProperty - Interface in org.gwtproject.ext
-
A named deferred binding (property, value) pair for use in generators.
- setProcessingEnv(ProcessingEnvironment) - Method in class org.gwtproject.i18n.processor.StepBuilder
- StandardSelectionProperty - Class in org.gwtproject.ext
- StandardSelectionProperty(String, String) - Constructor for class org.gwtproject.ext.StandardSelectionProperty
- StepBuilder<T extends AbstractProcessingStep> - Class in org.gwtproject.i18n.processor
- StepBuilder() - Constructor for class org.gwtproject.i18n.processor.StepBuilder
T
- toString() - Method in class org.gwtproject.ext.DefaultConfigurationProperty
- toString() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
- types - Variable in class org.gwtproject.i18n.processor.AbstractProcessingStep
U
- UnableToCompleteException - Exception in org.gwtproject.ext
-
Used to indicate that some part of a multi-step process failed.
- UnableToCompleteException() - Constructor for exception org.gwtproject.ext.UnableToCompleteException
- UnableToCompleteException(Exception) - Constructor for exception org.gwtproject.ext.UnableToCompleteException
- UnableToCompleteException(String) - Constructor for exception org.gwtproject.ext.UnableToCompleteException
- UnableToCompleteException(String, Exception) - Constructor for exception org.gwtproject.ext.UnableToCompleteException
- usesSameScript(GwtLocale) - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
Checks if this locale uses the same script as another locale, taking into account default scripts.
All Classes|All Packages