Back to: Charles Consulting Home - Java demo page
A B D G H I M P R S

A

addActionListener(ActionListener) - Method in class IntegerPanel
add a action Listener.
ArrowButton - class ArrowButton.
(C) 2000 Charles Consulting, LLC
AWT Button with up or down arrow draw on it
ArrowButton(boolean) - Constructor for class ArrowButton
constructor; set isUp to true for upward pointing button, false for downward pointing

B

buttonDelay - Static variable in class HolddownButton
millisecond delay between processing

D

detachCheck - Static variable in class HolddownButton
how to to wait between checks to see if button was detached

G

getTitle() - Method in class Spinner
implement super abstract method
getTitle() - Method in class StandAloneApplet
return desired title
getValue() - Method in class IntegerPanel
return the set value

H

HolddownButton - class HolddownButton.
(C) 2000 Charles Consulting, LLC
Button which repeats action if held down.
HolddownButton() - Constructor for class HolddownButton
constructor

I

init() - Method in class Spinner
called to initialize Applet
IntegerPanel - class IntegerPanel.
(C) 2000 Charles Consulting, LLC
AWT panel which contains integer text field and increment/decrement buttons
IntegerPanel(String, int, int, int) - Constructor for class IntegerPanel
constructor; label to apply ,initial value, mininum value, maxium value

M

main(String[]) - Static method in class Spinner
main used for application mode

P

paint(Graphics) - Method in class ArrowButton
override paint method to draw arrow

R

removeActionListener(ActionListener) - Method in class IntegerPanel
 

S

setupApplet(String[]) - Method in class StandAloneApplet
called to setup applet
Spinner - class Spinner.
(C) 2000 Charles Consulting, LLC
Class to draw radial line art image.
Spinner() - Constructor for class Spinner
 
StandAloneApplet - class StandAloneApplet.
(C) 2000 Charles Consulting, LLC
Class which allows applet to be executed as application.
StandAloneApplet() - Constructor for class StandAloneApplet
 

A B D G H I M P R S
Back to: Charles Consulting Home - Java demo page