Class Summary |
AbstractValidationProcess |
base implementation of IValidationProcess . |
AccessibilityValidationProcess |
a validation process that walks a hierarchy of GUI components and validates
each component with the appropriate validator. |
DefaultValidationProcessMappingFactory |
default factory for mapping validators to validation processes. |
EventExecutionPoint |
an execution point triggered by the firing of an event. |
EventExecutionPointTarget |
The concrete class for the description of a single event execution point target at which validations
are to be triggered. |
ExecutionPoint |
base implementation for an execution point, a point of execution of the validated application at which a
validation is to be triggered. |
ExecutionPointDescriptor |
embodies a description of the execution points at which validations are to be triggered. |
ExecutionPointTarget |
the base class for the description of single execution point target at which validations are to be triggered. |
ExternalClassLoader |
a configurable class loader. |
FocusValidationProcess |
FocusValidationProcess handles all focus validation processes. |
MethodExecutionPoint |
an execution point that serves as a trigger for a validation from a method
or constructor invocation. |
MethodExecutionPointTarget |
The concrete class for the description of single method execution point target at which validations
are to be triggered. |
ModelTransition |
The wrapper class used in defining the model transition elements for
an execution point target. |
Parameter |
A Parameter object represents any attribute value or argument that is to be
passed to a constructor or method as it appears in the XML document. |
Reflector |
Because the IBM Reflexive GUI Builder appplication is based on the Java Reflection API, we use this class to
perform most of the introspection of classes required by the main RGB engine
to build and render GUIs. |
ResultInvoker |
The ResultInvoker is used in conjunction with the
IRenderableModel interface in order to insure that all object
instantiations and/or method invocations effecting or depending upon the
state of components in GUI occur on the UI thread appropriate for the
model. |
TargetArgument |
The wrapper class used in defining the arguments for an execution point target. |
ValidationProcessConstants |
|
ValidationProcessManager |
entry point for the ACTF validation engine and the point at which all
validation processes are initiated. |
ValidationProcessState |
ValidationProcessState is a holder for the current state of a
IValidationProcess. |
ValidationThread |
|