Package com.jidesoft.swing
Interface StringConverter
-
public interface StringConverterAn interface to convert a string to anther one.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringconvert(java.lang.String str)Convert a string to another string, for example, to make it shorter.
-