JIDE 3.5.15

com.jidesoft.swing
Interface StringConverter

All Known Implementing Classes:
DefaultStringConverter

public interface StringConverter

An interface to convert a string to anther one.


Method Summary
 String convert(String str)
          Convert a string to another string, for example, to make it shorter.
 

Method Detail

convert

String convert(String str)
Convert a string to another string, for example, to make it shorter.

Parameters:
str - string to be converted
Returns:
string after conversion

JIDE 3.5.15