Skip navigation links
A C G J M P R S V 

A

actionPerformed(ActionEvent) - Method in class jll.celcalc.chap3.GUIButtonsListener
Handles clicks on individual GUI buttons.
actionPerformed(ActionEvent) - Method in class jll.celcalc.chap3.MenusListener
Handles clicks on individual menu items.
actionPerformed(ActionEvent) - Method in class jll.celcalc.chap3.RadioBtnsListener
Handles clicks on individual radio buttons.

C

calcCalendar2JD() - Method in class jll.celcalc.chap3.GUIBtnActions
Convert a calendar date to a Julian day number
calcDayOfWeek() - Method in class jll.celcalc.chap3.GUIBtnActions
Calculate the day of the week
calcDaysIntoYear() - Method in class jll.celcalc.chap3.GUIBtnActions
Calculate how many days into a year a specific date is
calcDaysIntoYear2Date() - Method in class jll.celcalc.chap3.GUIBtnActions
Calculate date when given the number of days into a year
calcGST2LST() - Method in class jll.celcalc.chap3.GUIBtnActions
Convert GST to LST
calcGST2UT() - Method in class jll.celcalc.chap3.GUIBtnActions
Convert GST to UT
calcJD2Calendar() - Method in class jll.celcalc.chap3.GUIBtnActions
Convert a Julian day number to a calendar date
calcLCT2UT() - Method in class jll.celcalc.chap3.GUIBtnActions
Convert LCT to UT
calcLeapYear() - Method in class jll.celcalc.chap3.GUIBtnActions
See if a year is a leap year
calcLST2GST() - Method in class jll.celcalc.chap3.GUIBtnActions
Convert LST to GST
calcUT2GST() - Method in class jll.celcalc.chap3.GUIBtnActions
Converts UT to GST
calcUT2LCT() - Method in class jll.celcalc.chap3.GUIBtnActions
Convert UT to LCT
ChapGUI - Class in jll.celcalc.chap3
Implements the main GUI
ChapGUI() - Constructor for class jll.celcalc.chap3.ChapGUI
Create the GUI frame.
ChapMenuItems - Class in jll.celcalc.chap3
This class extends JMenuItem to add some additional fields, which simplifies the code for adding items to the menu bar and determining what actions to take as various menu items are selected.
ChapMenuItems() - Constructor for class jll.celcalc.chap3.ChapMenuItems
This class constructor creates ChapMnuItm objects (e.g., menu items) for the Time Conversions and Local vs Greenwich menus.
ChapMenuItems.CalculationType - Enum in jll.celcalc.chap3
Define values for the eCalcType field in a ChapMenuItem class.
ChapMenuItems.ChapMnuItm - Class in jll.celcalc.chap3
Define a class for what a time conversions menu item looks like
ChapMnuItm(String, ChapMenuItems.CalculationType) - Constructor for class jll.celcalc.chap3.ChapMenuItems.ChapMnuItm
This class constructor creates a ChapMnuItem when conversion data is supplied.
clearAllTextAreas() - Static method in class jll.celcalc.chap3.ChapGUI
Clears all of the text areas in the GUI, except Longitude

G

getAboutCommand() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the command that represents the About menu item.
getCalcToDo() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the calculation to perform based upon the most recent menu selection.
getCalcType() - Method in class jll.celcalc.chap3.ChapMenuItems.ChapMnuItm
Gets the type of conversion to perform.
getCSTCommand() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the command that represents the CST radio button.
getData1() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the string data associated with the 1st input area
getData2() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the string data associated with the 2nd input area
getDSTStatus() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the current status of the DST check box
getESTCommand() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the command that represents the EST radio button.
getExitCommand() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the command that represents the Exit menu item.
getInstructionsCommand() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the command that represents the Instructions menu item.
getLocalGreenwichMenu() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the Local vs Greenwich menu.
getLongitudeCommand() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the command that represents the Longitude radio button.
getLongitudeData() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the string the user entered for the Longitude
getMenuListener() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the listener for the menu items
getMSTCommand() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the command that represents the MST radio button.
getPrtInstance() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the ASTPrt instance for this application's scrollable text pane area.
getPSTCommand() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the command that represents the PST radio button.
getSelectedRBStatus() - Static method in class jll.celcalc.chap3.ChapGUI
Determine what time zone radio button is selected
getTextPane() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the scrollable text pane area for this GUI.
getTimeConversionsCommand() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the command that represents the time conversion menu items.
getTimeConvMenu() - Static method in class jll.celcalc.chap3.ChapGUI
Gets the Time Conversions menu.
GUIBtnActions - Class in jll.celcalc.chap3
Handles the Calculate button
GUIBtnActions() - Constructor for class jll.celcalc.chap3.GUIBtnActions
 
GUIButtonsListener - Class in jll.celcalc.chap3
Implements an action listener for GUI buttons.
GUIButtonsListener() - Constructor for class jll.celcalc.chap3.GUIButtonsListener
 

J

jll.celcalc.chap3 - package jll.celcalc.chap3
 

M

main(String[]) - Static method in class jll.celcalc.chap3.RunChap3
Main entry point for the 'Time Conversions' program.
MenusListener - Class in jll.celcalc.chap3
Implements an action listener for menu items.
MenusListener() - Constructor for class jll.celcalc.chap3.MenusListener
 

P

printCond(String) - Static method in class jll.celcalc.chap3.ChapGUI
Routines to handle sending output text to the scrollable output area.
printlnCond() - Static method in class jll.celcalc.chap3.ChapGUI
Routines to handle sending output text to the scrollable output area.
printlnCond(String) - Static method in class jll.celcalc.chap3.ChapGUI
Routines to handle sending output text to the scrollable output area.
printlnCond(String, boolean) - Static method in class jll.celcalc.chap3.ChapGUI
Routines to handle sending output text to the scrollable output area.

R

RadioBtnsListener - Class in jll.celcalc.chap3
Implements an action listener for Radio buttons.
RadioBtnsListener() - Constructor for class jll.celcalc.chap3.RadioBtnsListener
 
RunChap3 - Class in jll.celcalc.chap3
Chapter 3: Time Conversions
RunChap3() - Constructor for class jll.celcalc.chap3.RunChap3
 

S

setCalcToDo(ChapMenuItems.CalculationType) - Static method in class jll.celcalc.chap3.ChapGUI
Saves the calculation to perform based upon the just selected menu item
setCSTRadBtn() - Static method in class jll.celcalc.chap3.ChapGUI
Sets the CST radio button to true
setDataLabels(String) - Static method in class jll.celcalc.chap3.ChapGUI
Sets the data labels in the GUI
setDataLabels(String, String) - Static method in class jll.celcalc.chap3.ChapGUI
Sets the data labels in the GUI
setESTRadBtn() - Static method in class jll.celcalc.chap3.ChapGUI
Sets the EST radio button to true
setLonRadBtn() - Static method in class jll.celcalc.chap3.ChapGUI
Sets the Longitude radio button to true
setMSTRadBtn() - Static method in class jll.celcalc.chap3.ChapGUI
Sets the MST radio button to true
setPSTRadBtn() - Static method in class jll.celcalc.chap3.ChapGUI
Sets the PST radio button to true
setResults(String) - Static method in class jll.celcalc.chap3.ChapGUI
Sets the results label in the GUI
showAboutBox() - Static method in class jll.celcalc.chap3.ChapGUI
Shows the About Box

V

valueOf(String) - Static method in enum jll.celcalc.chap3.ChapMenuItems.CalculationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum jll.celcalc.chap3.ChapMenuItems.CalculationType
Returns an array containing the constants of this enum type, in the order they are declared.
A C G J M P R S V 
Skip navigation links