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 DRE_Rslt
- Interpret command from pop-up menu based on the index value of the item
selected.
- 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.
- 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
-
- 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.
- 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).
- getVal(String, int, int).
Method in class DRE_Rslt
- Method that is called from the HTML document.
- 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.
- lightBlue.
Variable in class DRE_Rslt
- User-defined color to match the colorscheme in the Data area of the HTML page.
- 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.
- 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.
- 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.
- 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.
- vDREMemory.
Variable in class DRE_Rslt
- Vector used to contain various objects with corresponding DRE data.