Uses of Class
org.apache.mina.integration.beans.AbstractPropertyEditor

Packages that use AbstractPropertyEditor
org.apache.mina.integration.beans   
org.apache.mina.transport.serial   
 

Uses of AbstractPropertyEditor in org.apache.mina.integration.beans
 

Subclasses of AbstractPropertyEditor in org.apache.mina.integration.beans
 class ArrayEditor
          A PropertyEditor which converts a String into a one-dimensional array and vice versa.
 class BooleanEditor
          A PropertyEditor which converts a String into a Character and vice versa.
 class ByteEditor
          A PropertyEditor which converts a String into an Byte and vice versa.
 class CharacterEditor
          A PropertyEditor which converts a String into a Character and vice versa.
 class ClassEditor
          A PropertyEditor which converts a String into a Character and vice versa.
 class CollectionEditor
          A PropertyEditor which converts a String into a Collection and vice versa.
 class DateEditor
          A PropertyEditor which converts a String into a Date and vice versa.
 class DoubleEditor
          A PropertyEditor which converts a String into an Double and vice versa.
 class EnumEditor
          A PropertyEditor which converts a String into an Enum and vice versa.
 class FileEditor
          A PropertyEditor which converts a String into a File and vice versa.
 class FloatEditor
          A PropertyEditor which converts a String into an Float and vice versa.
 class InetAddressEditor
          A PropertyEditor which converts a String into an InetAddress.
 class InetSocketAddressEditor
          A PropertyEditor which converts a String into an InetSocketAddress.
 class IntegerEditor
          A PropertyEditor which converts a String into an Integer and vice versa.
 class ListEditor
          A PropertyEditor which converts a String into a List and vice versa.
 class LongEditor
          A PropertyEditor which converts a String into a Long and vice versa.
 class MapEditor
          A PropertyEditor which converts a String into a Collection and vice versa.
 class NullEditor
          A dummy PropertyEditor for null.
 class NumberEditor
          A PropertyEditor which converts a String into a Number and vice versa.
 class PatternEditor
          A PropertyEditor which converts a String into a Pattern and vice versa.
 class PropertiesEditor
          A PropertyEditor which converts a String into a Properties and vice versa.
 class SetEditor
          A PropertyEditor which converts a String into a Set and vice versa.
 class ShortEditor
          A PropertyEditor which converts a String into a Short and vice versa.
 class StringEditor
          A dummy PropertyEditor for a String.
 class TrafficMaskEditor
          A PropertyEditor which converts a String into a TrafficMask and vice versa.
 class URIEditor
          A PropertyEditor which converts a String into a URI and vice versa.
 class URLEditor
          A PropertyEditor which converts a String into a URL and vice versa.
 class VmPipeAddressEditor
          A PropertyEditor which converts a String into a VmPipeAddress and vice versa.
 

Uses of AbstractPropertyEditor in org.apache.mina.transport.serial
 

Subclasses of AbstractPropertyEditor in org.apache.mina.transport.serial
 class SerialAddressEditor
          A PropertyEditor which converts a String into a SerialAddress and vice versa.
 



Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.