Package org.formaria.aria.helper

Interface Summary
ResourceBundleEx An interface for finding the extended properties of a resource bundle.
ResourceBundleLoader An interface to facilitate loading of resource bundles
Translator An interface for translation objects (a utility for looking up translations in a resource bundle.
 

Class Summary
ArgumentConverter An interfaces for helpers that convert a string representation of type to a target type.
AriaUtilities A collection of utilities for use with Aria
AttributedComponentHelper A helper for setting common properties
Constants Constants used by various Aria modules.
DefaultTranslator The default implementation of the Translator interface, providing simplified lookup of strings in the resource bundle and some independance of the individual resource bundle
DoubleAdapter A helper for an double model field
IntegerAdapter A helper for an int model field
LayoutHelper A helper class for working with layout managers.
Measurer A helper class to assist in positioning rows and columns of components within a container.
MessageHelper Formats messages (for 1.1.x JDKs)
NumberFormatter A utility to help format numbers in accordance with the current Locale
ReflectionHelper A helper to simplify some of the more common reflection tasks used in Aria
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.