B C E F G I L M P Q R S T U V

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.STA
Collapse multiple spaces in string down to a single space.

E

EMBEDDED_COPYRIGHT - Static variable in class com.mindprod.common15.Common15
undisplayed copyright notice

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.STA
Test harness, used in debugging

P

persistLookAndFeel(UIManager.LookAndFeelInfo) - Static method in class com.mindprod.common15.Laf
save L&F using the persistence mechanism
Play - Class in com.mindprod.common15
Plays a sound using the javax.sound.sampled classes.
play(URL) - Static method in class com.mindprod.common15.Play
play a sound file supported by javax.sound.sampled e.g.
play(File) - Static method in class com.mindprod.common15.Play
play a sound file supported by javax.sound.sampled e.g.
play(Class, String) - Static method in class com.mindprod.common15.Play
play a sound file supported by javax.sound.sampled e.g.
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.STA
Collapse multiple blank lines down to one.

Q

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

R

run() - Method in class com.mindprod.common15.Play
background thread to feed bytes from stream to sound renderer

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.STA
Remove all spaces from a String.
STA - Class in com.mindprod.common15
Miscellaneous static methods for dealing with Strings in JDK 1.5+.
STA() - Constructor for class com.mindprod.common15.STA
Dummy constructor STA contains only static methods.
StringSearch - Class in com.mindprod.common15
Methods for searching strings for multiple targets.
StringSearch() - Constructor for class com.mindprod.common15.StringSearch
 

T

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

U

unlocalise(String) - Static method in class com.mindprod.common15.Localise
converts \r\n in String to \n.

V

VERSION_STRING - Static variable in class com.mindprod.common15.Common15
embedded version string.

B C E F G I L M P Q R S T U V