Package pivot.wtkx

Provides support for loading WTK components and other classes from XML.

See:
          Description

Interface Summary
Bindable.ObjectHierarchy Interface denoting a WTKX object hierarchy to which we can bind values.
 

Class Summary
Bindable Base class for objects that wish to leverage WTKX binding.
BindProcessor Annotation processor that may be run on classes that use the @Load and @Bind annotations in order to cause the WTKX binding process to avoid security-constrained reflection calls.
Compiler Provides the facility by which WTKX resources can be compiled into Java classes.
Translator Translates WTKX documents into compilable Java file objects.
WTKXSerializer Loads an object hierarchy from an XML document.
 

Exception Summary
BindException Thrown when an error is encountered during binding.
 

Annotation Types Summary
Bindable.Bind Annotation that causes a loaded WTKX element to be bound to the annotated field.
Bindable.Load Annotation that causes the annotated field to be loaded via WTKX and bound to the field.
 

Package pivot.wtkx Description

Provides support for loading WTK components and other classes from XML.