package

com.google.gwt.uibinder.rebind

Interfaces

DesignTimeUtils Utilities used for implementing design time support of UiBinder. 
FieldWriter Models a field to be written in the generated binder code. 
Statements Accepts Java statements to be included in generated UiBinder implementations. 
Tokenator.Resolver Resolves a token to its literal value. 
XMLElement.Interpreter<T> Callback interface used by consumeInnerHtml(Interpreter) and consumeChildElements(Interpreter)
XMLElement.PostProcessingInterpreter<T> Extends XMLElement.Interpreter with a method to be called after all elements have been processed. 
XMLElementProvider Implemented by objects that instantiate XMLElement. 

Classes

BundleWriter Writes source implementing an ImplicitClientBundle
CssResourceWriter Writes the source to implement an ImplicitCssResource interface. 
DesignTimeUtilsImpl Design time implementation of DesignTimeUtils
DesignTimeUtilsStub Empty implementation of DesignTimeUtils
FieldManager This class handles all FieldWriter instances created for the current template. 
FieldReference Represents a {field.reference}
IndentedWriter Pleasant wrapper for PrintWriter, manages indentation levels. 
MonitoredLogger Handy for logging a bunch of errors and then dying later. 
MortalLogger Wraps a TreeLogger with handy format(String, Object...) style methods and can be told to die. 
Statements.Empty Implementation of Statements which does nothing. 
Tokenator Methods to dispense unique text tokens to be stitched into text, and to help replace the tokens with arbitrary content. 
UiBinderContext A shared context cache for UiBinder. 
UiBinderGenerator Generator for implementations of UiBinder
UiBinderParser Parses the root UiBinder element, and kicks of the parsing of the rest of the document. 
UiBinderWriter Writer for UiBinder generated classes. 
W3cDomHelper Simplifies instantiation of the w3c XML parser, in just the style that UiBinder likes it. 
XMLAttribute Like XMLElement, a wrapper around Attr to keep parser writers out of trouble. 
XMLElement A wrapper for Element that limits the way parsers can interact with the XML document, and provides some convenience methods. 
XMLElement.Location Represents the source location where the XMLElement was declared. 
XMLElementProviderImpl The default implemenatation of XMLElementProvider