- Laf - Class in com.mindprod.common15
-
Methods for selecting Look and Feel.
- Laf() - Constructor for class com.mindprod.common15.Laf
-
- lastIndexOf(String, String...) - Static method in class com.mindprod.common15.StringSearch
-
find last of a number of possible targets, one closest to the end
- lastIndexOf(String, int, String...) - Static method in class com.mindprod.common15.StringSearch
-
find last of a number of possible targets, one closest to the end
- lastIndexOfEnd(String, String...) - Static method in class com.mindprod.common15.StringSearch
-
find last of a number of possible targets, one closest to the end
- lastIndexOfEnd(String, int, String...) - Static method in class com.mindprod.common15.StringSearch
-
find last of a number of possible targets, one closest to the end
- Localise - Class in com.mindprod.common15
-
Miscellaneous static methods localising an app to a particular platform under JDK 1.5+.
- Localise() - Constructor for class com.mindprod.common15.Localise
-
- localise(String) - Static method in class com.mindprod.common15.Localise
-
converts \n in String to configurable local line separator
This is a more efficient implementation of com.mindprod.common11.Localise for JDK 1.5+.