B C D G I N O P R S W

B

BEHAVIOUR_AUTOCLEAR - Static variable in class wabadma.ui.OutputBox
Behaviour of OutputBox is to clear & return to top when the bottom is reached.
ButtonLabel - class wabadma.ui.ButtonLabel.
A waba label control extended to provide a ControlEvent.PRESSED if it is clicked on.
ButtonLabel(String) - Constructor for class wabadma.ui.ButtonLabel
 

C

clear() - Method in class wabadma.ui.OutputBox
Clear the OutputBox.
clear() - Method in class wabadma.util.DWCatalog
Clear the current database.

D

Dialog - class wabadma.ui.Dialog.
A waba control that displays a dialog box with a single OK button.
Dialog(String, int, int, int, int) - Constructor for class wabadma.ui.Dialog
Create an empty Dialog box of the given metrics with the given title in a default font.
Dialog(String, int, int, int, int, Font) - Constructor for class wabadma.ui.Dialog
Create an empty titled Dialog box of the given metrics using the given font.
Dialog(String, int, int, int, int, String) - Constructor for class wabadma.ui.Dialog
Create a Dialog box of the given metrics with the given title in a default font with the given text.
Dialog(String, int, int, int, int, String[]) - Constructor for class wabadma.ui.Dialog
Create a Dialog box of the given metrics with the given title in a default font with the pre-formatted text given as a String[].
Dialog(String, int, int, int, int, String, boolean) - Constructor for class wabadma.ui.Dialog
Create a Dialog box of the given metrics with the given title in a default font with the given text centered or not.
DLWRandom - class wabadma.util.DLWRandom.
This class provides a non-secure pseudo-random number generator designed for use with waba and PalmOS.
DLWRandom() - Constructor for class wabadma.util.DLWRandom
Creates a new DLWRandom object and seeds it with a value based on the current time.
DLWRandom(int) - Constructor for class wabadma.util.DLWRandom
Creates a new DLWRandom object and seeds it with the given value.
DWCatalog - class wabadma.util.DWCatalog.
DWCatalog is an extension of waba's Catalog class for writing and reading Whipples to a PalmOS device.
DWCatalog(String) - Constructor for class wabadma.util.DWCatalog
Create a new DWCatalog object using the database name given.

G

get() - Method in class wabadma.util.DLWRandom
Get the generator's register without advancing it.
get() - Method in class wabadma.util.Whipple
Return the Whipple object as a string.
getInt() - Method in class wabadma.ui.NumericLabel
get the int value of the control.
getInt() - Method in class wabadma.ui.NumericEdit
get the int value of the control.

I

isActive() - Method in class wabadma.ui.OutputBox
Return true if the Dialog is currently being displayed.
isActive() - Method in class wabadma.ui.Dialog
Return true if the Dialog is currently displayed.

N

next() - Method in class wabadma.util.DLWRandom
Get the next value in the generator's sequence.
nextBoolean() - Method in class wabadma.util.Whipple
Get the next value in the Whipple as a boolean.
nextInt() - Method in class wabadma.util.Whipple
Get the next value in the Whipple as an int.
nextString() - Method in class wabadma.util.Whipple
Get the next value in the Whipple as a String.
NumericEdit - class wabadma.ui.NumericEdit.
A waba edit control extended with methods to get and set int values.
NumericEdit() - Constructor for class wabadma.ui.NumericEdit
 
NumericLabel - class wabadma.ui.NumericLabel.
A waba label control extended with methods to get and set int values.
NumericLabel(int) - Constructor for class wabadma.ui.NumericLabel
construct a new NumericLabel with an int

O

onEvent(Event) - Method in class wabadma.ui.Dialog
 
onEvent(Event) - Method in class wabadma.ui.ButtonLabel
 
onPaint(Graphics) - Method in class wabadma.ui.OutputBox
 
onPaint(Graphics) - Method in class wabadma.ui.Dialog
 
out - Variable in class wabadma.ui.Dialog
 
OutputBox - class wabadma.ui.OutputBox.
A waba container providing text output.
OutputBox(int, int, int, int) - Constructor for class wabadma.ui.OutputBox
Construct an OutputBox with the given metrics using a default font.
OutputBox(int, int, int, int, Font) - Constructor for class wabadma.ui.OutputBox
Construct an OutputBox with the given metrics and given font.

P

printFormatted(String) - Method in class wabadma.ui.OutputBox
Print a pre-formatted string to the OutputBox using STYLE_NORMAL.
printFormattedStringArray(String[]) - Method in class wabadma.ui.OutputBox
Print an array of pre-formatted strings to the OutputBox using STYLE_NORMAL.
println() - Method in class wabadma.ui.OutputBox
Print an empty line.
println(String) - Method in class wabadma.ui.OutputBox
Print a line to the OutputBox.
printlnCentered(String) - Method in class wabadma.ui.OutputBox
Print a centered line to the OutputBox.
printlnStyled(String, int) - Method in class wabadma.ui.OutputBox
Print a styled line.
put(boolean) - Method in class wabadma.util.Whipple
Put a boolean value into the Whipple.
put(int) - Method in class wabadma.util.Whipple
Put an int value into the Whipple.
put(String) - Method in class wabadma.util.Whipple
Put a String value into the Whipple.

R

random(int) - Method in class wabadma.util.DLWRandom
Get a (non-secure, pseudo-)random value from 0..(i-1).
readWhipple() - Method in class wabadma.util.DWCatalog
Read the next Whipple in the database.
readWhipple(int) - Method in class wabadma.util.DWCatalog
Read the Whipple at the given position in the database.

S

set(int) - Method in class wabadma.util.DLWRandom
Set the generator's register to a given value, essentially reseeding the generator.
setInt(int) - Method in class wabadma.ui.NumericLabel
set the control to the value of an int.
setInt(int) - Method in class wabadma.ui.NumericEdit
set the control to the value of an int.
STYLE_CENTERED - Static variable in class wabadma.ui.OutputBox
Style of a line's text is centered.
STYLE_NORMAL - Static variable in class wabadma.ui.OutputBox
Style of a line's text is normal (left-justified).

W

wabadma.ui - package wabadma.ui
 
wabadma.util - package wabadma.util
 
Whipple - class wabadma.util.Whipple.
This class provides a simple series of methods to pack several values into a single string.
Whipple() - Constructor for class wabadma.util.Whipple
Creates an empty Whipple object with a default separator.
Whipple(char) - Constructor for class wabadma.util.Whipple
Creates an empty Whipple object with given separator.
Whipple(String) - Constructor for class wabadma.util.Whipple
Create a Whipple object from a passed string.
writeNewWhipple(Whipple) - Method in class wabadma.util.DWCatalog
Write a Whipple to the end of the current database.

B C D G I N O P R S W