|
Class Summary |
| AbstractPropertyEditor |
An abstract bi-directional PropertyEditor. |
| ArrayEditor |
A PropertyEditor which converts a String into
a one-dimensional array and vice versa. |
| BooleanEditor |
A PropertyEditor which converts a String into
a Character and vice versa. |
| ByteEditor |
A PropertyEditor which converts a String into
an Byte and vice versa. |
| CharacterEditor |
A PropertyEditor which converts a String into
a Character and vice versa. |
| ClassEditor |
A PropertyEditor which converts a String into
a Character and vice versa. |
| CollectionEditor |
A PropertyEditor which converts a String into
a Collection and vice versa. |
| DateEditor |
A PropertyEditor which converts a String into
a Date and vice versa. |
| DoubleEditor |
A PropertyEditor which converts a String into
an Double and vice versa. |
| EnumEditor |
A PropertyEditor which converts a String into
an Enum and vice versa. |
| FileEditor |
A PropertyEditor which converts a String into
a File and vice versa. |
| FloatEditor |
A PropertyEditor which converts a String into
an Float and vice versa. |
| InetAddressEditor |
A PropertyEditor which converts a String into an
InetAddress. |
| InetSocketAddressEditor |
A PropertyEditor which converts a String into an
InetSocketAddress. |
| IntegerEditor |
A PropertyEditor which converts a String into
an Integer and vice versa. |
| ListEditor |
A PropertyEditor which converts a String into
a List and vice versa. |
| LongEditor |
A PropertyEditor which converts a String into
a Long and vice versa. |
| MapEditor |
A PropertyEditor which converts a String into
a Collection and vice versa. |
| NullEditor |
A dummy PropertyEditor for null. |
| NumberEditor |
A PropertyEditor which converts a String into
a Number and vice versa. |
| PatternEditor |
A PropertyEditor which converts a String into
a Pattern and vice versa. |
| PropertiesEditor |
A PropertyEditor which converts a String into
a Properties and vice versa. |
| PropertyEditorFactory |
A factory that creates a new PropertyEditor which is appropriate for
the specified object or class. |
| SetEditor |
A PropertyEditor which converts a String into
a Set and vice versa. |
| ShortEditor |
A PropertyEditor which converts a String into
a Short and vice versa. |
| StringEditor |
A dummy PropertyEditor for a String. |
| URIEditor |
A PropertyEditor which converts a String into
a URI and vice versa. |
| URLEditor |
A PropertyEditor which converts a String into
a URL and vice versa. |
| VmPipeAddressEditor |
A PropertyEditor which converts a String into
a VmPipeAddress and vice versa. |