| com.jidesoft.swing.StringConverter
StringConverter | public interface StringConverter (Code) | | 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. |
convert | String convert(String str)(Code) | | Convert a string to another string, for example, to make it shorter.
Parameters: str - string to be converted string after conversion |
|
|