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