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

actionPerformed(ActionEvent). Method in class DRE_Rslt
Interpret command from pop-up menu based on the index value of the item selected.

C

calcResultsArea. Variable in class DRE_Rslt
TextArea that is used to display results of the calculation or status.
clearContents(). Method in class DRE_Rslt
Method that clears the calcResultsArea TextArea contents.
colors. Variable in class DRE_Rslt
Array that contains colors that is used when a color selection is made from the pop-up menu.
computeDRE(float, float). Method in class DRE_Rslt
Method that computes the DRE value based on the data passed by showResults().
createPopUpMenu(). Method in class DRE_Rslt
Method that is called to create the pop-up menu.

D

descName. Variable in class DRE_Data
Data member that contains the description of the project or activity.
DRE_Data(). Constructor for class DRE_Data
DRE_Rslt(). Constructor for class DRE_Rslt

E

errorQty1. Variable in class DRE_Data
Data member that contains the qty of error found in the entire duration of the project/activity.
errorQty2. Variable in class DRE_Data
Data member that contains the qty of error found after the completion of the project/activity.

F

findIndex(String). Method in class DRE_Rslt
Method that finds the equivalent index of the command from menuNames array based on the string passed during the mouse event (selection from pop-up menu).

G

getVal(String, int, int). Method in class DRE_Rslt
Method that is called from the HTML document.

I

iMemSize. Variable in class DRE_Rslt
Preset size of the memory use in recalling the previous DRE Calculations.
init(). Method in class DRE_Rslt
Method that is called to initialize layout when applet is created.

L

lightBlue. Variable in class DRE_Rslt
User-defined color to match the colorscheme in the Data area of the HTML page.

M

menu. Variable in class DRE_Rslt
Name of the pop-up menu.
menuNames. Variable in class DRE_Rslt
Array that contain items that are present when the pop-up menu is invoked.

N

noResults(). Method in class DRE_Rslt
Method that is called when there's no useful information that can be displayed in the calcResulsArea TextArea by displaying a " No info..." message.
numColors. Variable in class DRE_Rslt
Preset qty of colors that is available in changing the background of the applet.
numErrAfter. Variable in class DRE_Rslt
Input (E2 = faults after project/activity is finished) from HTML page.
numErrBefore. Variable in class DRE_Rslt
Input (E1 = faults during project/activity) from HTML page.
numSubmitted. Variable in class DRE_Rslt
Variable to check applet has just been created if value is zero.

P

processMouseEvent(MouseEvent). Method in class DRE_Rslt
Method that is called to process a mouse event.
projectName. Variable in class DRE_Rslt
Input from the HTML page the describes the project/activity.

S

showResults(String, int, int). Method in class DRE_Rslt
Show calculation results in calcResultsArea TextArea.
storeData(). Method in class DRE_Rslt
Save the current data from the HTML in memory, i.e., in memObject, which is then stored in Vector vDREMemory.

V

vDREMemory. Variable in class DRE_Rslt
Vector used to contain various objects with corresponding DRE data.