- 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
- 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
-