All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

accept(File, String). Method in class net.strandberg.file.DirFilter
accept(File, String). Method in class net.strandberg.file.SuffixFilter
add(Anchor). Method in class net.strandberg.html.NavBar
add(Checkbox). Method in class net.strandberg.html.CheckboxSet
Adds a Checkbox to this set.
add(HTMLItem). Method in class net.strandberg.html.WebPage
Adds an HTML item to the body of this web page.
add(int, int). Method in class net.strandberg.util.IntIntervalSet
Adds an IntInterval to this set.
add(int, Object). Method in class net.strandberg.util.DynArray
Adds an object at the specified index.
add(IntInterval). Method in class net.strandberg.util.IntIntervalSet
Adds an IntInterval to this set.
add(Sortable). Method in class net.strandberg.util.SortedVector
Adds an object to this vector at its proper place according to what its compareTo method returns
add(SString). Method in class net.strandberg.text.StringVector
add(String). Method in class net.strandberg.text.StringVector
add(String). Method in class net.strandberg.html.WebPage
Adds a string to the body of this web page.
add(String, String). Method in class net.strandberg.html.NavBar
add(String[]). Method in class net.strandberg.text.StringArrayVector
addBodyTagParam(String). Method in class net.strandberg.html.WebPage
Adds a string to the parameters of the BODY tag of this web page.
addCheckbox(String, String). Method in class net.strandberg.html.CheckboxSet
Adds a Checkbox to this set.
addContent(HTMLItem). Method in class net.strandberg.html.HTMLTable
Adds contents for the next cell in turn.
addContent(String). Method in class net.strandberg.html.HTMLTable
Adds contents for the next cell in turn.
addContentAndProp(String, String). Method in class net.strandberg.html.HTMLTable
Adds contents for the next cell in turn with certain properties.
addContentWithSpan(String, int). Method in class net.strandberg.html.HTMLTable
Adds contents for the next cell in turn with a certain COLSPAN.
addMenuItem(String, String, String). Method in class net.strandberg.html.NavMenu
addOption(String, String). Method in class net.strandberg.html.Selection
Adds an option as one of the choices in this selection
addParam(String, String). Method in class net.strandberg.html.QueryURL
addProp(int, int, String). Method in class net.strandberg.html.HTMLTable
Adds a property for a given table cell.
addRadioButton(String, String). Method in class net.strandberg.html.RadioButtonSet
Adds a radio button to this set.
addSeparator(String). Method in class net.strandberg.html.NavMenu
addToBody(HTMLItem). Method in class net.strandberg.html.Form
Adds an HTML item to the body of this form
addToBody(String). Method in class net.strandberg.html.Form
Adds a string to the body of this form
addToHead(HTMLItem). Method in class net.strandberg.html.WebPage
Adds an HTML item to the head of this web page.
addToHead(String). Method in class net.strandberg.html.WebPage
Adds a string to the head of this web page.
addToPanel(HTMLItem). Method in class net.strandberg.html.Form
Adds an HTML item to the panel of this form.
Anchor(String, String). Constructor for class net.strandberg.html.Anchor
Anchor(String, String, String). Constructor for class net.strandberg.html.Anchor
Constructs a new Anchor which will be representing a hyperlink according to the arguments given to the constructor.
Anchor(URL, String, String). Constructor for class net.strandberg.html.Anchor
Constructs a new Anchor which will be representing a hyperlink according to the arguments given to the constructor.
append(char). Method in class net.strandberg.text.SString
append(SString). Method in class net.strandberg.text.SString
append(String). Method in class net.strandberg.text.SString
apply(String, byte). Method in class net.strandberg.html.NavMenu
apply(String[], byte[]). Method in class net.strandberg.html.NavMenu
asStringArray(). Method in class net.strandberg.text.StringVector
asStringArrayArray(). Method in class net.strandberg.text.StringArrayVector
asTableItemM. Variable in class net.strandberg.html.HiddenField
asTableItemM. Variable in class net.strandberg.html.Text
asTableItemM. Variable in class net.strandberg.html.TextArea

B

between(String, String, boolean). Method in class net.strandberg.text.SString
breakAt(String). Method in class net.strandberg.text.SString
Breaks this string at a separator.
breakAtAnyCharOf(String). Method in class net.strandberg.text.SString
Breaks the string where any one separator of the characters given as parameter appears.
Button(String, JavaScript). Constructor for class net.strandberg.html.Button
Button(String, String). Constructor for class net.strandberg.html.Button

C

centerCol(int). Method in class net.strandberg.html.HTMLTable
Makes alignment centered for a given column.
Checkbox(String, String). Constructor for class net.strandberg.html.Checkbox
Constructs a checkbox with a label.
Checkbox(String, String, String). Constructor for class net.strandberg.html.Checkbox
Constructs a checkbox with a label.
Checkbox(String, String, String, boolean). Constructor for class net.strandberg.html.Checkbox
Constructs a checkbox with a label.
CheckboxSet(). Constructor for class net.strandberg.html.CheckboxSet
Constructs a checkbox set with no label.
CheckboxSet(String). Constructor for class net.strandberg.html.CheckboxSet
Constructs a checkbox set with a label.
CheckboxSet(String, boolean). Constructor for class net.strandberg.html.CheckboxSet
Constructs a checkbox set with a label.
clickableC. Static variable in class net.strandberg.html.NavMenu
compareTo(Object). Method in interface net.strandberg.util.Sortable
Compares this sortable object to another sortable object
contains(String). Method in class net.strandberg.text.StringVector
create(String). Static method in class net.strandberg.util.IntInterval
Creates an IntInterval by parsing the string given as input.
create(String). Static method in class net.strandberg.util.IntIntervalSet
Creates an IntIntervalSet by parsing the string given as input.

D

defaultIncrementC. Static variable in class net.strandberg.util.DynArray
defaultInitialSizeC. Static variable in class net.strandberg.util.DynArray
delimitersM. Variable in class net.strandberg.file.TableInFile
DirFilter(). Constructor for class net.strandberg.file.DirFilter
DynArray(). Constructor for class net.strandberg.util.DynArray
Constructs a dynamic array with the default initial size (32) and the default increment (32).
DynArray(int). Constructor for class net.strandberg.util.DynArray
Constructs a dynamic array with initial size as given by the argument and the default increment (32).
DynArray(int, int). Constructor for class net.strandberg.util.DynArray
Constructs a dynamic array with an initial size and increment as given by the arguments.

E

elements(). Method in class net.strandberg.util.DynArray
Gets an enumeration that contains all valid objects of this array.
elements(). Method in class net.strandberg.file.FileFinder
elements(). Method in class net.strandberg.util.SortedVector
Gets an enumeration used to iterate in order through the contents of the vector
elements(). Method in class net.strandberg.text.StringVector
endRow(). Method in class net.strandberg.html.HTMLTable
Ends the current row.
endsWith(String). Method in class net.strandberg.text.SString
equals(Object). Method in class net.strandberg.text.StringVector
Compares two Objects for equality.
equals(String). Method in class net.strandberg.text.SString
exists(). Method in class net.strandberg.file.SimpleInFile
Answers whether there exists a file in the filesystem corresponding to this SimpleInFile.
extension_m. Variable in class net.strandberg.file.DirFilter
extension_m. Variable in class net.strandberg.file.SuffixFilter

F

FileFinder(FilenameFilter, String). Constructor for class net.strandberg.file.FileFinder
finalize(). Method in class net.strandberg.file.PropertyFile
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
Form(String, String). Constructor for class net.strandberg.html.Form
Constructs a new Form which will be representing an HTML Form according to the arguments given to the constructor.
Form(String, String, boolean). Constructor for class net.strandberg.html.Form
Constructs a new Form which will be representing an HTML Form according to the arguments given to the constructor.
Form(String, String, String). Constructor for class net.strandberg.html.Form
Constructs a new Form which will be representing an HTML Form according to the arguments given to the constructor.
Form(String, String, String, boolean). Constructor for class net.strandberg.html.Form
Constructs a new Form which will be representing an HTML Form according to the arguments given to the constructor.

G

get(int). Method in class net.strandberg.util.DynArray
Gets the object previously added at the given index.
getAfterFirst(String). Method in class net.strandberg.text.SString
Get the part of this string that appears after a delimiter.
getAfterFirst(String, boolean). Method in class net.strandberg.text.SString
Get the part of this string that appears after a delimiter.
getAfterLast(String). Method in class net.strandberg.text.SString
getBeforeFirst(String). Method in class net.strandberg.text.SString
getBeforeFirst(String, boolean). Method in class net.strandberg.text.SString
getBeforeLast(String). Method in class net.strandberg.text.SString
Get the part of this string that appears before a delimiter.
getContents(). Method in class net.strandberg.file.SimpleInFile
Gets the full contents of this file as a string.
getIOException(). Method in class net.strandberg.file.FileAccessException
getLineNo(). Method in class net.strandberg.file.SimpleInFile
Get the linenumber in the file where latest line was read.
getNextLine(). Method in class net.strandberg.file.SimpleInFile
Gets next line of this file.
getopt(). Method in class net.strandberg.util.Options
Gets the next option from the argument array.
getProperty(String). Method in class net.strandberg.file.PropertyFile
getTable(). Method in class net.strandberg.file.TableInFile
Gets the contents of this file as an N x M matrix of strings.
getTable(int). Method in class net.strandberg.file.TableInFile
Gets the contents of this file as an N x M matrix of strings.

H

HiddenField(String, String). Constructor for class net.strandberg.html.HiddenField
highlight(String). Method in class net.strandberg.html.NavMenu
highLightedC. Static variable in class net.strandberg.html.NavMenu
HTMLString(String). Constructor for class net.strandberg.html.HTMLString
HTMLString(String, boolean). Constructor for class net.strandberg.html.HTMLString
HTMLTable(). Constructor for class net.strandberg.html.HTMLTable
Constructs a new HTMLTable, initially empty.
HTMLTable(boolean). Constructor for class net.strandberg.html.HTMLTable
Constructs a new HTMLTable, initially empty.
HTMLTable(String). Constructor for class net.strandberg.html.HTMLTable
Constructs a new HTMLTable, initially empty.
HTMLTable(String, int, int, boolean). Constructor for class net.strandberg.html.HTMLTable
Constructs a new HTMLTable, initially empty.
HTMLTable(String[][]). Constructor for class net.strandberg.html.HTMLTable
Constructs a new HTMLTable which will get its contents from the String[][] argument.
HTMLTable(String[][], String). Constructor for class net.strandberg.html.HTMLTable
Constructs a new HTMLTable which will get its contents from the String[][] argument.
HTMLTable(String[][], String, int, int, boolean). Constructor for class net.strandberg.html.HTMLTable
Constructs a new HTMLTable which will get its contents from the String[][] argument.

I

includes(int). Method in class net.strandberg.util.IntInterval
Checks if the given integer is inside the interval.
includes(int). Method in class net.strandberg.util.IntIntervalSet
Checks if the given integer is inside the interval set.
indexOf(String). Method in class net.strandberg.text.SString
indexOf(String, boolean). Method in class net.strandberg.text.SString
indexOf(String, int). Method in class net.strandberg.text.SString
indexOf(String, int, boolean). Method in class net.strandberg.text.SString
indexOfIgnoreCase(String). Method in class net.strandberg.text.SString
inFile_m. Variable in class net.strandberg.file.SimpleInFile
insert(int, String). Method in class net.strandberg.text.SString
IntInterval(). Constructor for class net.strandberg.util.IntInterval
Constructs an "empty" IntInterval.
IntInterval(int). Constructor for class net.strandberg.util.IntInterval
Constructs an IntInterval representing a single int.
IntInterval(int, int). Constructor for class net.strandberg.util.IntInterval
Constructs an IntInterval ranging from a lower limit to an upper limit.
IntIntervalSet(). Constructor for class net.strandberg.util.IntIntervalSet
Constructs an "empty" IntIntervalSet.
isEmpty(). Method in class net.strandberg.text.StringArrayVector
isEmpty(). Method in class net.strandberg.text.StringVector

J

JavaScript(String). Constructor for class net.strandberg.html.JavaScript
Constructs a new JavaScript which will be representing a JavaScript function call.
JavaScript(String, String). Constructor for class net.strandberg.html.JavaScript
Constructs a new JavaScript which will be representing a JavaScript function call.
JavaScript(String, String, boolean). Constructor for class net.strandberg.html.JavaScript
Constructs a new JavaScript which will be representing a JavaScript function call.
JavaScript(String, String, String). Constructor for class net.strandberg.html.JavaScript
Constructs a new JavaScript which will be representing a JavaScript function call.
JavaScript(String, String, String, boolean). Constructor for class net.strandberg.html.JavaScript
Constructs a new JavaScript which will be representing a JavaScript function call.
JavaScript(String, String[]). Constructor for class net.strandberg.html.JavaScript
Constructs a new JavaScript which will be representing a JavaScript function call.
JavaScript(String, String[], boolean). Constructor for class net.strandberg.html.JavaScript
Constructs a new JavaScript which will be representing a JavaScript function call.
JavaScriptURL(String). Constructor for class net.strandberg.html.JavaScriptURL
Constructs a new JavaScriptURL which will be representing a JavaScript URL
JavaScriptURL(String, String). Constructor for class net.strandberg.html.JavaScriptURL
Constructs a new JavaScriptURL which will be representing a JavaScript URL.
JavaScriptURL(String, String, boolean). Constructor for class net.strandberg.html.JavaScriptURL
Constructs a new JavaScriptURL which will be representing a JavaScript URL.
JavaScriptURL(String, String, String). Constructor for class net.strandberg.html.JavaScriptURL
Constructs a new JavaScriptURL which will be representing a JavaScript URL.
JavaScriptURL(String, String, String, boolean). Constructor for class net.strandberg.html.JavaScriptURL
Constructs a new JavaScriptURL which will be representing a JavaScript URL.
JavaScriptURL(String, String[]). Constructor for class net.strandberg.html.JavaScriptURL
Constructs a new JavaScriptURL which will be representing a JavaScript URL.
JavaScriptURL(String, String[], boolean). Constructor for class net.strandberg.html.JavaScriptURL
Constructs a new JavaScriptURL which will be representing a JavaScript URL.

L

LabeledString(boolean, String, String). Constructor for class net.strandberg.html.LabeledString
LabeledString(String, String). Constructor for class net.strandberg.html.LabeledString
LabeledString(String, String, boolean). Constructor for class net.strandberg.html.LabeledString
lastElement(). Method in class net.strandberg.util.SortedVector
Gets the last (largest) element in the vector
lastIndexOf(String). Method in class net.strandberg.text.SString
length(). Method in class net.strandberg.text.SString
lowlight(String). Method in class net.strandberg.html.NavMenu

M

main(String[]). Static method in class net.strandberg.html.Checkbox
Tests the class
main(String[]). Static method in class net.strandberg.html.CheckboxSet
Tests the class
main(String[]). Static method in class net.strandberg.util.DynArray
Tests the class.
main(String[]). Static method in class net.strandberg.file.FileFinder
Tests the class.
main(String[]). Static method in class net.strandberg.html.HiddenField
Tests the class
main(String[]). Static method in class net.strandberg.html.HTMLTable
The main method of HTMLTable is used to transform the contents of a file containing a matrix of strings into a HTML Table.
main(String[]). Static method in class net.strandberg.util.IntInterval
Tests the class.
main(String[]). Static method in class net.strandberg.util.IntIntervalSet
Tests the class.
main(String[]). Static method in class net.strandberg.html.LabeledString
Tests the class
main(String[]). Static method in class net.strandberg.html.NavBar
Tests the class
main(String[]). Static method in class net.strandberg.html.NavMenu
Tests the class
main(String[]). Static method in class net.strandberg.util.Options
The main method is used for testing the behaviour of the Options class.
main(String[]). Static method in class net.strandberg.file.PropertyFile
The main method is used for testing.
main(String[]). Static method in class net.strandberg.html.RadioButtonSet
Tests the class
main(String[]). Static method in class net.strandberg.html.ResetButton
Tests the class
main(String[]). Static method in class net.strandberg.html.Selection
Tests the class
main(String[]). Static method in class net.strandberg.text.SString
Tests the class.
main(String[]). Static method in class net.strandberg.html.SubmitButton
Tests the class
main(String[]). Static method in class net.strandberg.html.Text
Tests the class
main(String[]). Static method in class net.strandberg.html.TextArea
Tests the class
main(String[]). Static method in class net.strandberg.html.WebPage
Tests the class
makeClickable(String). Method in class net.strandberg.html.NavMenu
makeInVisible(String). Method in class net.strandberg.html.NavMenu
makeLayoutVertical(). Method in class net.strandberg.html.CheckboxSet
Makes the layout of the checkboxes vertical.
makeLayoutVertical(). Method in class net.strandberg.html.RadioButtonSet
Makes the layout of the radio buttons vertical.
makeNonClickable(String). Method in class net.strandberg.html.NavMenu
makeVisible(String). Method in class net.strandberg.html.NavMenu

N

NavBar(). Constructor for class net.strandberg.html.NavBar
NavMenu(). Constructor for class net.strandberg.html.NavMenu
NavMenu(boolean). Constructor for class net.strandberg.html.NavMenu
niceSubstring(int, int). Method in class net.strandberg.text.SString

O

onSubmit(JavaScript). Method in class net.strandberg.html.Form
Sets the function to be called when submitting the form.
onSubmit(String). Method in class net.strandberg.html.Form
Sets the function to be called when submitting the form.
optarg(). Method in class net.strandberg.util.Options
Gets the option argument for the latest option parsed from the argument array.
optind(). Method in class net.strandberg.util.Options
Gets the index of the next argument to be parsed from the argument array.
Options(String, String[], String). Constructor for class net.strandberg.util.Options
Constructs a new Options which can later be used to parse the argument array given as parameter.
Options(String, String[], String, boolean). Constructor for class net.strandberg.util.Options
Constructs a new Options which can later be used to parse the argument array given as parameter.
optopt(). Method in class net.strandberg.util.Options
Gets the latest option parsed from the argument array.

P

PropertyFile(String). Constructor for class net.strandberg.file.PropertyFile
Constructs a new PropertyFile.
PropertyFile(String, boolean). Constructor for class net.strandberg.file.PropertyFile
Constructs a new PropertyFile.
putAtFirstLine(). Method in class net.strandberg.file.SimpleInFile
puts this file at the first line to later be read by getNextLine().
putLabelLeftOfBox(). Method in class net.strandberg.html.Checkbox
Aligns the label to the left of the checkbox.

Q

QueryURL(String). Constructor for class net.strandberg.html.QueryURL
QueryURL(String, String, String). Constructor for class net.strandberg.html.QueryURL
QueryURL(String, String, String, String, String). Constructor for class net.strandberg.html.QueryURL
QueryURL(String, String, String, String, String, String, String). Constructor for class net.strandberg.html.QueryURL
queryUrlM. Variable in class net.strandberg.html.QueryURL

R

RadioButtonSet(String). Constructor for class net.strandberg.html.RadioButtonSet
Constructs a radio button set with no label.
RadioButtonSet(String, String). Constructor for class net.strandberg.html.RadioButtonSet
Constructs a radio button set with a label.
RadioButtonSet(String, String, boolean). Constructor for class net.strandberg.html.RadioButtonSet
Constructs a radio button set with a label.
removeProperty(String). Method in class net.strandberg.file.PropertyFile
removeRegion(int, int). Method in class net.strandberg.text.SString
replace(String, String). Method in class net.strandberg.text.SString
Replace substrings within the SString.
ResetButton(String). Constructor for class net.strandberg.html.ResetButton

S

save(). Method in class net.strandberg.file.PropertyFile
Selection(String, String). Constructor for class net.strandberg.html.Selection
Constructs a new Selection with name and label as given by the parameters.
Selection(String, String, boolean). Constructor for class net.strandberg.html.Selection
Selection(String, String, boolean, int). Constructor for class net.strandberg.html.Selection
Selection(String, String, boolean, int, boolean). Constructor for class net.strandberg.html.Selection
setALinkColor(int, int, int). Method in class net.strandberg.html.WebPage
Sets the color of a highlighted link on this web page.
setBgColor(Color). Method in class net.strandberg.html.WebPage
Sets the background color of this web page.
setBgColor(int, int, int). Method in class net.strandberg.html.WebPage
Sets the background color of this web page.
setBgColorLightGray(). Method in class net.strandberg.html.WebPage
Sets the background color of this web page to light gray.
setBgColorWhite(). Method in class net.strandberg.html.WebPage
Sets the background color of this web page to white.
setBorder(int). Method in class net.strandberg.html.Form
Sets the border of the table in which this form will be generated.
setBufferSize(int). Method in class net.strandberg.html.HTMLTable
Sets the buffer size used when generating the HTML in the toHTML() method.
setCellSpacing(int). Method in class net.strandberg.html.Form
Sets the cell spacing of the table in which this form will be generated.
setLinkColor(int, int, int). Method in class net.strandberg.html.WebPage
Sets the color of (unvisited) links on this web page.
setProperty(String, String). Method in class net.strandberg.file.PropertyFile
setVLinkColor(int, int, int). Method in class net.strandberg.html.WebPage
Sets the color of visited links on this web page.
SimpleInFile(File). Constructor for class net.strandberg.file.SimpleInFile
Constructs a new SimpleInFile which will get its contents from the file pointed to by f.
SimpleInFile(String). Constructor for class net.strandberg.file.SimpleInFile
Constructs a new SimpleInFile which will get its contents from the file pointed to by path.
size(). Method in class net.strandberg.text.StringVector
skipAfterAndIncludingLast(String). Method in class net.strandberg.text.SString
Removes the part of this string that appears after a delimiter.
SortedVector(). Constructor for class net.strandberg.util.SortedVector
SString(). Constructor for class net.strandberg.text.SString
Constructs a new SString which contains an empty string.
SString(SString). Constructor for class net.strandberg.text.SString
Constructs a new SString containing the same string as the SString given as parameter.
SString(String). Constructor for class net.strandberg.text.SString
Constructs a new SString containing the string given as parameter.
StringArrayVector(). Constructor for class net.strandberg.text.StringArrayVector
StringVector(). Constructor for class net.strandberg.text.StringVector
StringVector(String, String). Constructor for class net.strandberg.text.StringVector
StringVector(String[]). Constructor for class net.strandberg.text.StringVector
SubmitButton(String). Constructor for class net.strandberg.html.SubmitButton
substring(int). Method in class net.strandberg.text.SString
substring(int, int). Method in class net.strandberg.text.SString
substring(String, String, boolean). Method in class net.strandberg.text.SString
substringIgnoreCase(String, String). Method in class net.strandberg.text.SString
SuffixFilter(String). Constructor for class net.strandberg.file.SuffixFilter

T

TableInFile(String). Constructor for class net.strandberg.file.TableInFile
Constructs a new TableInFile which will get its contents from the file pointed to by the String argument.
TableInFile(String, String). Constructor for class net.strandberg.file.TableInFile
Constructs a new TableInFile which will get its contents from the file pointed to by the first String argument.
Text(String, String). Constructor for class net.strandberg.html.Text
Text(String, String, int). Constructor for class net.strandberg.html.Text
Text(String, String, String, boolean). Constructor for class net.strandberg.html.Text
Text(String, String, String, int, boolean). Constructor for class net.strandberg.html.Text
TextArea(String, String). Constructor for class net.strandberg.html.TextArea
TextArea(String, String, int, int). Constructor for class net.strandberg.html.TextArea
TextArea(String, String, String, boolean). Constructor for class net.strandberg.html.TextArea
TextArea(String, String, String, int, int, boolean). Constructor for class net.strandberg.html.TextArea
toHTML(). Method in class net.strandberg.html.Anchor
Returns HTML code representing this Anchor.
toHTML(). Method in class net.strandberg.html.Button
toHTML(). Method in class net.strandberg.html.Checkbox
toHTML(). Method in class net.strandberg.html.CheckboxSet
toHTML(). Method in class net.strandberg.html.Form
Returns HTML code presenting this Form.
toHTML(). Method in class net.strandberg.html.HiddenField
toHTML(). Method in interface net.strandberg.html.HTMLItem
Returns HTML code representing this HTMLItem.
toHTML(). Method in class net.strandberg.html.HTMLString
toHTML(). Method in class net.strandberg.html.HTMLTable
Returns HTML code representing this HTMLTable.
toHTML(). Method in class net.strandberg.html.JavaScript
Returns HTML code representing this JavaScript function call.
toHTML(). Method in class net.strandberg.html.JavaScriptURL
Returns HTML code representing this JavaScript URL.
toHTML(). Method in class net.strandberg.html.LabeledString
toHTML(). Method in class net.strandberg.html.NavBar
toHTML(). Method in class net.strandberg.html.NavMenu
toHTML(). Method in class net.strandberg.html.QueryURL
Returns HTML code representing this Query URL.
toHTML(). Method in class net.strandberg.html.RadioButtonSet
toHTML(). Method in class net.strandberg.html.ResetButton
toHTML(). Method in class net.strandberg.html.Selection
toHTML(). Method in class net.strandberg.html.SubmitButton
toHTML(). Method in class net.strandberg.html.Text
toHTML(). Method in class net.strandberg.html.TextArea
toHTML(). Method in class net.strandberg.html.URL
Returns HTML code representing this URL.
toHTML(). Method in class net.strandberg.html.WebPage
Returns HTML code presenting this web page.
toHTML(String). Static method in class net.strandberg.html.JavaScript
Get HTML corresponding to a JavaScript function call.
toHTML(String). Static method in class net.strandberg.html.JavaScriptURL
Get HTML corresponding to a JavaScript URL
toHTML(String, String). Static method in class net.strandberg.html.JavaScript
Get HTML corresponding to a JavaScript function call.
toHTML(String, String). Static method in class net.strandberg.html.JavaScriptURL
Get HTML corresponding to a JavaScript URL Parameter par1 will be quoted, i.e.
toHTML(String, String, String). Static method in class net.strandberg.html.JavaScript
Get HTML corresponding to a JavaScript function call.
toHTML(String, String, String). Static method in class net.strandberg.html.JavaScriptURL
Get HTML corresponding to a JavaScript URL Parameter par1 and par2 will be quoted, i.e.
toHTML(String, String, String). Static method in class net.strandberg.html.QueryURL
toHTML(String, String, String, String, String). Static method in class net.strandberg.html.QueryURL
toHTML(String, String, String, String, String, String, String). Static method in class net.strandberg.html.QueryURL
toInt(). Method in class net.strandberg.text.SString
toString(). Method in class net.strandberg.util.IntInterval
Returns a string representation of the object.
toString(). Method in class net.strandberg.util.IntIntervalSet
Returns a string representation of the object.
toString(). Method in class net.strandberg.file.SimpleInFile
Returns a string representation of the object.
toString(). Method in class net.strandberg.text.SString
Returns a string representation of the object.
toString(). Method in class net.strandberg.text.StringVector
Returns a string representation of the object.
toString(char). Method in class net.strandberg.text.StringVector
toString(String). Method in class net.strandberg.text.StringVector

U

URL(). Constructor for class net.strandberg.html.URL
Constructs a new URL which will be representing an HTML URL
URL(String). Constructor for class net.strandberg.html.URL
Constructs a new URL which will be representing an HTML URL
urlM. Variable in class net.strandberg.html.URL

V

vecM. Variable in class net.strandberg.text.StringVector
vect. Variable in class net.strandberg.text.StringArrayVector
visibleC. Static variable in class net.strandberg.html.NavMenu

W

WebPage(String). Constructor for class net.strandberg.html.WebPage
Constructs a web page with title as given by the parameter
WebPage(String, Color). Constructor for class net.strandberg.html.WebPage
Constructs a web page with title, header and background color as given by the parameters
WebPage(String, String). Constructor for class net.strandberg.html.WebPage
Constructs a web page with title and header as given by the parameters
WebPage(String, String, Color). Constructor for class net.strandberg.html.WebPage
Constructs a web page with title, header and background color as given by the parameters