EchoPoint API - 3.0.0b5
App Webcontainer

Package echopoint.util

Interface Summary
ComponentKit.ComponentTraversalCallBack ComponentOperationCallBack is an interface used during the traverseComponent() method.
ReflectionKit.MethodSearchCriteria MethodSearchCriteria is an interface used to determine if a method matches some search criteria.
 

Class Summary
ColorKit A utility to class to help with Color manipulation
ComponentKit A utility to class to help with Component manipulation
ComponentTracker ComponentTracker keeps track of components that have been added and removed from it and its associated component.
ExtentKit ExtentKit is a utility class to help with Extent manipulation
FontKit A utility to class to help with Font manipulation
HtmlKit Encodes text strings into HTML.
QuoterKit This class will quote string data
RandKit  
ReflectionKit ReflectionKit provides methods that help when using reflection on Java code.
ReflectionKit.ClassConstructorComparator A Comparator that can be used when comparing and sorting Constructor objects by most specific declaring class order, then followed by Constructor name and parameters.
ReflectionKit.ClassDerivationComparator A Comparator that can be used when comparing and sorting Class objects by most specific class order.
ReflectionKit.ClassFieldComparator A Comparator that can be used when comparing and sorting Field objects by most specific declaring class order, then followed by Field name and parameters.
ReflectionKit.ClassMemberComparator A Comparator that can be used when comparing and sorting Member objects by most specific declaring class order, then followed by member name.
ReflectionKit.ClassMethodComparator A Comparator that can be used when comparing and sorting Method objects by most specific declaring class order, then followed by method name and parameters.
ReflectionKit.ClassNameComparator A Comparator that can be used when comparing and sorting Class objects by class name.
ReflectionKit.FieldClassComparator A Comparator that can be used when comparing and sorting Field objects by name, modifier and class order.
ReflectionKit.MemberClassComparator A Comparator that can be used when comparing and sorting Member objects by name, modifier and finally declaring class order.
ReflectionKit.MethodClassComparator A Comparator that can be used when comparing and sorting Method objects by name, modifier and class order.
StringPeerFactory A PeerFactory that can return and peer object instance for a given string (rather than use class name which is what PeerFactory does)
StyleMerger StyleMerger is an Component which alllows you to merge two xml style definitions into a single one, which can then be loaded by echo.
TokenizerKit The TokenizerKit class is useful for break a String down into an array of "Token" strings.
 


EchoPoint API - 3.0.0b5
App Webcontainer