Alphabetical Index

C D E G I L M N O R S T W

C

CharToFloat - class de.webdings.tools.CharToFloat
CharToFloat is used to convert textual representations of float numbers to the primitive data type float.
CharToInt - class de.webdings.tools.CharToInt
CharToInt is used to convert textual represenations of integer numbers into primitive data type int.
CL - class de.webdings.tools.CL
CL (command line) gives basic simple command line features.
convert(char) - static method in class de.webdings.tools.CharToInt
convert(char[]) - static method in class de.webdings.tools.CharToFloat
convert(char[]) - static method in class de.webdings.tools.CharToInt
convert(String) - static method in class de.webdings.tools.CharToFloat
convert(String) - static method in class de.webdings.tools.CharToInt
convert(StringBuffer) - static method in class de.webdings.tools.CharToFloat
convert(StringBuffer) - static method in class de.webdings.tools.CharToInt

D

E

EasyDate - class de.webdings.tools.time.EasyDate
EasyDate is a wrapper for java.util.Calendar and its subclasses to provide easy date-representing functionality.
EasyDate() - constructor for class de.webdings.tools.time.EasyDate
constructs an EasyDate object wrapping a java.util.GregorianCalendar initialized at the moment of this constructor's call.
EasyDate(Calendar) - constructor for class de.webdings.tools.time.EasyDate
constructs an EasyDate object wrapping the specified calendar.
EasyDate(int,int,int) - constructor for class de.webdings.tools.time.EasyDate
constructs an EasyDate object wrapping a java.util.GregorianCalendar of the specified year, month and day.
EasyDateCreateException - exception de.webdings.tools.time.EasyDateCreateException
EasyDateCreateException is used in the contstruction of EasyDate.
EasyDateCreateException(int) - constructor for class de.webdings.tools.time.EasyDateCreateException
encode(String) - static method in class de.webdings.tools.MailtoLinkEncoder

G

getCal() - method in class de.webdings.tools.time.EasyDate
getDay() - method in class de.webdings.tools.time.EasyDate
getDaysMonthsYearsSince(GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between 1.
Returns the timespan between two specified points in time as an array containing
IndexInformation
0full years
1full months
2full days
getDaysMonthsYearsSinceAsString(GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between 1.
Returns the timespan between two specified points in time as a String in the following form:

42 years, 5 months, 23 days

getDaysSince(GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between 1.
getDaysSince(GregorianCalendar,GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between two specified points in time in full days
getHoursSince(GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between 1.
getHoursSince(GregorianCalendar,GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between two specified points in time in full hours
getMilliSecondsSince(GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between 1.
Returns the timespan between two points in time in full milliseconds.
getMinutesSince(GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between 1.
getMinutesSince(GregorianCalendar,GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between two specified points in time in full minutes
getMonth() - method in class de.webdings.tools.time.EasyDate
getMonthsSince(GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between 1.
getMonthsSince(GregorianCalendar,GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between two specified points in time in full months
getSecondsSince(GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between 1.
getSecondsSince(GregorianCalendar,GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between two specified points in time in full seconds.
getWeeksSince(GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between 1.
getWeeksSince(GregorianCalendar,GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between two specified points in time in full weeks
getYear() - method in class de.webdings.tools.time.EasyDate
getYearsSince(GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between 1.
getYearsSince(GregorianCalendar,GregorianCalendar) - method in class de.webdings.tools.time.TimeSince
Returns the timespan between two specified points in time in full years

I

inFloat() - static method in class de.webdings.tools.CL
inInt() - static method in class de.webdings.tools.CL
inLong() - static method in class de.webdings.tools.CL
inShort() - static method in class de.webdings.tools.CL
inString() - static method in class de.webdings.tools.CL
inYN() - static method in class de.webdings.tools.CL
is used for simple "yes or no"-Questions.

L

lineOut() - static method in class de.webdings.tools.CL
Prints out an empty line followed by a line break.
lineOut(boolean) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console, followed by a line break.
lineOut(char) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console, followed by a line break.
lineOut(char[]) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console, followed by a line break.
lineOut(double) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console, followed by a line break.
lineOut(float) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console, followed by a line break.
lineOut(int) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console, followed by a line break.
lineOut(long) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console, followed by a line break.
lineOut(Object) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console, followed by a line break.
lineOut(short) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console, followed by a line break.
lineOut(String) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console, followed by a line break.

M

MailtoLinkEncoder - class de.webdings.tools.MailtoLinkEncoder
MailToLinkEncoder is used encode the characters of an email address into browser-readable mixed characters from decimal and hexadecimal html encodings.

N

newLine() - static method in class de.webdings.tools.CL
Prints out an empty line followed by a line break.

O

out(boolean) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console.
out(char) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console.
out(char[]) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console.
out(double) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console.
out(float) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console.
out(int) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console.
out(long) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console.
out(Object) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console.
out(short) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console.
out(String) - static method in class de.webdings.tools.CL
Prints out the contents of v to the console.

R

readFromFile(String) - static method in class de.webdings.tools.files.TextFiles
Reads the contents of the specified file and returns it as a String

S

setCal(Calendar) - method in class de.webdings.tools.time.EasyDate
stringContains(String,String) - static method in class de.webdings.tools.StringSearch
Returns true if s contains search as a substring.
stringContainsCaseSensitive(String,String) - static method in class de.webdings.tools.StringSearch
Does the same as stringContains(), but it's case sensitive.
StringSearch - class de.webdings.tools.StringSearch
StringSearch offers some basic search functions with Strings.

T

TextFiles - class de.webdings.tools.files.TextFiles
TextFiles is used to write and read text files from and to strings.
TimeSince - class de.webdings.tools.time.TimeSince
TimeSince is used to tell how much time has passed between two points in time.

W

writeToFile(String,String) - static method in class de.webdings.tools.files.TextFiles
Writes a specified String to a text file with a specified file name.

© 2005 by Stefan Thesing;
Verbatim copying and redistribution of this entire page are permitted provided this notice is preserved.