JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
JIDE Common Layer 3.5.15
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.jidesoft.swing
Interface StringConverter
public interface
StringConverter
An interface to convert a string to anther one.
Method Summary
Methods
Modifier and Type
Method and Description
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
Overview
Package
Class
Tree
Deprecated
Index
Help
JIDE Common Layer 3.5.15
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method