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
- actionPerformed(ActionEvent).
Method in class ImageAndSound
- Implements the method from the ActionListener Interface
This listerner applies to buttons and actionperfomed is invoked
when the user clicks on the button.
- adjustmentValueChanged(AdjustmentEvent).
Method in class ImageAndSound
- Implements the method for AdjustmentListener interface
This listener applies to scrollbars and adjustmentvaluechanged
is invoked when the scrollbar is moved.
- ImageAndSound().
Constructor for class ImageAndSound
-
- init().
Method in class ImageAndSound
- This method is called after the applet instance is first created by
the browser.
- is_interrupted().
Method in class ImageAndSound
- Method to determine if the process is interrupted
- itemStateChanged(ItemEvent).
Method in class ImageAndSound
- Implements the method for ItemListener interface.
- paint(Graphics).
Method in class ImageAndSound
- This is where user-level drawing is placed.
- run().
Method in class work
- Called by the start method to execute the
run method in a separate thread of execution
- start().
Method in class ImageAndSound
- The start method is called after init is completed, but before the
first invocation of paint.
- stop().
Method in class ImageAndSound
- The stop method is called everything the user leaves the page
containing the applet or minimizes the browser.