
| Interface | Description |
|---|---|
| Callback<T> |
Generic callback interface.
|
| PersistenceBackedObject<T> |
A handle for interacting with a persisted or to be persisted object.
|
| TextOutput |
Interface used for printing text output.
|
| Class | Description |
|---|---|
| AbstractTextOutput |
An abstract base type to build TextOutput implementations.
|
| BrowserInfo |
Holds information about the browser used in the UI.
|
| BrowserLauncher |
Provides a platform and JDK-independent method of launching a browser
given a URI.
|
| CollapsedPropertyKey |
Creates a string representation of the binding property key/value pairs used
in a Permutation.
|
| CompilerVersion |
Utility for uniquely identifying the current compiler version.
|
| DefaultTextOutput |
Adapts
TextOutput to an internal text buffer. |
| DiskCache |
A nifty class that lets you squirrel away data on the file system.
|
| DiskCacheToken |
Wrapper around a
DiskCache token that allows easy serialization. |
| DiskCachingUtil |
General utility functions for disk caching.
|
| Empty |
Consolidates preallocated empty arrays for use with
toArray(). |
| FileBackedObject<T extends Serializable> |
Represents a File that contains the serialized form of a Serializable object.
|
| HtmlTextOutput |
An implementation of TextOutput that will produce HTML-escaped output.
|
| HttpHeaders |
HTTP header strings defined by RFCs.
|
| Ieee754_64_Arithmetic |
A class to perform arithmetic that is consistent with JavaScript.
|
| InstalledHelpInfo |
Help info based on the GWT installation directory.
|
| JsniRef |
A parsed Java reference from within a JSNI method.
|
| Memory |
Utility methods for dealing with VM memory.
|
| MemoryBackedObject<T extends Serializable> |
A Noop PersistentBackedObject that stores a reference to the data it's provided.
|
| Messages |
Static messages.
|
| Name |
Utility methods for dealing with the various types of Java names.
|
| Name.BinaryName |
Represents a Java class name in binary form, for example:
org.example.Foo$Bar. |
| Name.InternalName |
Represents a Java class name in internal form, for example:
org/example/Foo$Bar. |
| Name.SourceName |
Represents a Java class name in source form, for example:
org.example.Foo.Bar. |
| Name.SourceOrBinaryName |
Represents a Java class name in either source or binary form, for example:
org.example.Foo.Bar or org.example.Foo$Bar. |
| NullOutputFileSet |
An
OutputFileSet that discards all data sent to it. |
| OutputFileSet |
An abstract set of files that a linker links into.
|
| OutputFileSetOnDirectory |
An
OutputFileSet on a directory. |
| OutputFileSetOnJar |
An
OutputFileSet on a jar file. |
| Pair<L,R> | |
| PerfCounter |
A counter which records bunch of statistics for frequently occuring
operations.
|
| PerfLogger |
Performs basic recording/logging of performance metrics for internal
development purposes.
|
| StringInterner |
The string interner singleton.
|
| StringInterningObjectInputStream |
An ObjectInputStream that interns all deserialized strings.
|
| StringKey |
A "typed string" utility class that improves the readability of generic code
by using proper types.
|
| TypeInfo |
Java type helpers used.
|
| Util |
A smattering of useful methods.
|
Copyright © 2018. All rights reserved.