B C F G I L M P Q S T

B

build(String, int, int) - Static method in class com.mindprod.common15.FontFactory
Creates a new Font from the specified name, style and point size.
buildLookAndFeelMenu() - Static method in class com.mindprod.common15.Laf
build JMenu to allow user to choose a L&F.

C

com.mindprod.common15 - package com.mindprod.common15
 
Common15 - Class in com.mindprod.common15
Common methods for JDK 1.5+.
Common15() - Constructor for class com.mindprod.common15.Common15
 
condense(String) - Static method in class com.mindprod.common15.StringToolsAugmented
Collapse multiple spaces in string down to a single space.

F

FontFactory - Class in com.mindprod.common15
Modifies Java's logical font mapping.
FontFactory() - Constructor for class com.mindprod.common15.FontFactory
 

G

getCurrentLookAndFeel() - Static method in class com.mindprod.common15.Laf
get current L&F
getPersistedLookAndFeel() - Static method in class com.mindprod.common15.Laf
fetch the persisted L&F the user has selected previously
getPreferredLookAndFeel() - Static method in class com.mindprod.common15.Laf
Get the preferred LookAndFeel, default before the user has expressed a preference.

I

indexOf(String, String...) - Static method in class com.mindprod.common15.StringSearch
find first of a number of possible targets.
indexOf(String, int, String...) - Static method in class com.mindprod.common15.StringSearch
find first of a number of possible targets.
indexOfEnd(String, String...) - Static method in class com.mindprod.common15.StringSearch
find first of a number of possible targets
indexOfEnd(String, int, String...) - Static method in class com.mindprod.common15.StringSearch
find first of a number of possible targets
isLookAndFeelSupported(UIManager.LookAndFeelInfo) - Static method in class com.mindprod.common15.Laf
is this L&F supported

L

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+.

M

main(String[]) - Static method in class com.mindprod.common15.Common15
TEST harness
main(String[]) - Static method in class com.mindprod.common15.Laf
test harness
main(String[]) - Static method in class com.mindprod.common15.StringToolsAugmented
Test harness, used in debugging

P

persistLookAndFeel(UIManager.LookAndFeelInfo) - Static method in class com.mindprod.common15.Laf
save L&F using the persistence mechanism
propagateLookAndFeelChange() - Static method in class com.mindprod.common15.Laf
make sure all Frames and Windows are repainted with the new Look and Feel.
pruneExcessBlankLines(String[], int) - Static method in class com.mindprod.common15.StringToolsAugmented
Collapse multiple blank lines down to one.

Q

quoteSQL(String) - Static method in class com.mindprod.common15.StringToolsAugmented
used to prepare SQL string literals by doubling each embedded ' and wrapping in ' at each end.

S

setLookAndFeel(String) - Static method in class com.mindprod.common15.Laf
change the current look and feel.
squish(String) - Static method in class com.mindprod.common15.StringToolsAugmented
Remove all spaces from a String.
StringSearch - Class in com.mindprod.common15
Methods for searching strings for multiple targets.
StringSearch() - Constructor for class com.mindprod.common15.StringSearch
 
StringToolsAugmented - Class in com.mindprod.common15
Miscellaneous static methods for dealing with Strings in JDK 1.5+.
StringToolsAugmented() - Constructor for class com.mindprod.common15.StringToolsAugmented
Dummy constructor StringToolsAugmented contains only static methods.

T

toZulu(long) - Static method in class com.mindprod.common15.Common15
convert to Zulu time format

B C F G I L M P Q S T