TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.beans
Class PropertyEditorStringConverterAdapter

java.lang.Object
  extended byorg.eclipse.tptp.platform.analysis.util.converter.StringConverter
      extended byorg.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.beans.PropertyEditorStringConverterAdapter
All Implemented Interfaces:
IObjectConverter, IStringConverter

public class PropertyEditorStringConverterAdapter
extends StringConverter

PropertyEditorStringConverterAdapter


Field Summary
 
Fields inherited from class org.eclipse.tptp.platform.analysis.util.converter.StringConverter
DEFAULT
 
Constructor Summary
PropertyEditorStringConverterAdapter(java.beans.PropertyEditor pe)
          Constructor.
 
Method Summary
 java.lang.Object fromString(java.lang.String s)
          From string value.
 java.lang.String toString(java.lang.Object o)
          To string value.
 
Methods inherited from class org.eclipse.tptp.platform.analysis.util.converter.StringConverter
convert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEditorStringConverterAdapter

public PropertyEditorStringConverterAdapter(java.beans.PropertyEditor pe)
Constructor.

Parameters:
pe -
Method Detail

toString

public java.lang.String toString(java.lang.Object o)
                          throws java.lang.IllegalArgumentException
To string value.

Parameters:
o -
Returns:
Throws:
java.lang.IllegalArgumentException

fromString

public java.lang.Object fromString(java.lang.String s)
                            throws java.lang.UnsupportedOperationException,
                                   java.lang.IllegalArgumentException
From string value.

Parameters:
s -
Returns:
Throws:
java.lang.IllegalArgumentException
java.lang.UnsupportedOperationException

TPTP 4.2.0 Platform Project
Public API Specification