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

arandom. Variable in class MyPackage.MyApplet
Varible for the Randon number

B

b_reload. Variable in class MyPackage.MyApplet
Awt Componet Button for Reloading the number
b_reload_MousePress(MouseEvent). Method in class MyPackage.MyApplet
A Method for the MouseAdapater.
b_return. Variable in class MyPackage.MyApplet
Awt Componet Button for Closing the Applet
b_return_MousePress(MouseEvent). Method in class MyPackage.MyApplet
A Method for the MouseAdapater.
b_start. Variable in class MyPackage.MyApplet
Awt Componet Button for Starting the Execution of the Thread
b_start_MousePress(MouseEvent). Method in class MyPackage.MyApplet
A Method for the MouseAdapater.

C

CalculateProduct(Color). Method in class MyPackage.MyApplet
This Function will Calculate the Product of two Vector field.
choicemode. Variable in class MyPackage.MyApplet
Awt Componet Choice of the Mode
choicethread. Variable in class MyPackage.MyApplet
Awt Componet Choice of the number of Thread
color. Variable in class MyPackage.MyThread
Varible to store the Color associated with the Thread
currentpos. Static variable in class MyPackage.MyApplet
Varible for the Current Postion being executed by Thread

F

firsttextfield. Variable in class MyPackage.MyApplet
Awt Componet TextField for storing first Vector
firsttime. Variable in class MyPackage.MyApplet
Awt Componet TextField for storing Synchronous Time

G

GenerateColor(int). Method in class MyPackage.MyApplet
This will assign a unique color to the each Thread

I

init(). Method in class MyPackage.MyApplet
This Function Initalized the Applet

L

l_async. Variable in class MyPackage.MyApplet
Awt Componet Label for Asynchronous Time
l_first. Variable in class MyPackage.MyApplet
Awt Componet Label for first Vector
l_mode. Variable in class MyPackage.MyApplet
Awt Componet Label for the Mode
l_output. Variable in class MyPackage.MyApplet
Awt Componet Label for output Vector
l_product. Variable in class MyPackage.MyApplet
Awt Componet Label for Scalar Product
l_second. Variable in class MyPackage.MyApplet
Awt Componet Label for second Vector
l_sync. Variable in class MyPackage.MyApplet
Awt Componet Label for Synchronous Time
l_thread. Variable in class MyPackage.MyApplet
Awt Componet Label for the Thread

M

mstring. Variable in class MyPackage.MyApplet
Variable to store the mode of execution
MyApplet(). Constructor for class MyPackage.MyApplet
MyThread(). Constructor for class MyPackage.MyThread
Default Constructor
MyThread(MyApplet, Color). Constructor for class MyPackage.MyThread
Constructor with two arguments

O

outputtextfield. Variable in class MyPackage.MyApplet
Awt Componet TextField for storing output Vector

P

parent. Variable in class MyPackage.MyThread
Varible to store the Object Reference from which This thread is Invoked

R

run(). Method in class MyPackage.MyThread
Run Method for the Thread

S

scalarproduct. Variable in class MyPackage.MyApplet
Varible for the Storing Scalar Product in Synchronous mode
secondtextfield. Variable in class MyPackage.MyApplet
Awt Componet TextField for storing second Vector
secondtime. Variable in class MyPackage.MyApplet
Awt Componet TextField for storing Asynchronous Time

T

tf_scalarproduct. Variable in class MyPackage.MyApplet
Awt Componet TextField for scalar Product
tstring. Variable in class MyPackage.MyApplet
Varible to Store the no of Threads
1