JComponentPack 1.5.0

com.zfqjava.swing.cell.converter
Interface Converter

All Known Implementing Classes:
DateConverter, NumberConverter

public interface Converter

Converter converts the string to object and object to string.


Method Summary
 String toString(Object o)
          Converts the object to string.
 Object valueOf(String s)
          Convets the string to object.
 

Method Detail

toString

String toString(Object o)
                throws ConvertException
Converts the object to string.

Parameters:
o - the object
Throws:
ConvertException

valueOf

Object valueOf(String s)
               throws ConvertException
Convets the string to object.

Parameters:
s - the string
Throws:
ConvertException

JComponentPack 1.5.0

Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.