Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.geronimo.common.propertyeditor

Common utilities classes used by other modules.

See:
          Description

Class Summary
AbstractCollectionEditor An abstract collection editor.
AbstractCollectionEditorTest Abstract superclass for collection editor tests.
ArrayListEditor A property editor for java.util.ArrayList.
ArrayListEditorTest Unit test for ArrayListEditor class.
ArrayPropertyEditorAdapter Adapter for editing array types.
ArrayPropertyEditorAdapterTest Unit test for ArrayPropertyEditorAdapter class.
BigDecimalEditor A property editor for java.math.BigDecimal.
BooleanEditor  
ByteEditor  
CharacterEditor  
ClassEditor A property editor for java.lang.Class.
CollectionEditor A property editor for java.util.Collection.
CollectionEditorTest Unit test for CollectionEditor class.
DateEditor A property editor for Date.
DoubleEditor  
FileEditor A property editor for java.io.File.
FloatEditor  
HashSetEditor A property editor for java.util.HashSet.
HashSetEditorTest Unit test for HashSetEditor class.
InetAddressEditor  
IntegerEditor  
IteratorEditor A property editor for Iterator.
LinkedListEditor A property editor for java.util.LinkedList.
LinkedListEditorTest Unit test for LinkedListEditor class.
ListEditor A property editor for java.util.List.
ListEditorTest Unit test for ListEditor class.
ListIteratorEditor A property editor for java.util.ListIterator.
LongEditor  
MapEditor A property editor for java.util.Properties.
ObjectNameEditor A property editor for javax.management.ObjectName.
PropertiesEditor A property editor for java.util.Properties.
PropertyEditors A collection of PropertyEditor utilities.
PropertyEditorsTest Unit test for PropertyEditors class.
SetEditor A property editor for java.util.Set.
SetEditorTest Unit test for HashSetEditor class.
ShortEditor  
StackEditor A property editor for java.util.Stack
StackEditorTest Unit test for StackEditor class.
TextPropertyEditorSupport A property editor support class for textual properties.
TreeSetEditor A property editor for java.util.TreeSet.
TreeSetEditorTest Unit test for TreeSetEditor class.
URIEditor  
URLEditor A property editor for java.net.URL.
VectorEditor A property editor for java.util.Vector.
VectorEditorTest Unit test for VectorEditor class.
 

Exception Summary
PropertyEditorException An exception throw to indicate a problem with property editor conversion.
 

Package org.apache.geronimo.common.propertyeditor Description

Common utilities classes used by other modules. This include the following topics