- calcEcliptic_Equatorial() - Method in class jll.celcalc.chap4.GUIBtnActions
-
Convert Ecliptic Coordinates to Equatorial Coordinates
- calcEquatorial_Ecliptic() - Method in class jll.celcalc.chap4.GUIBtnActions
-
Convert Equatorial Coordinates to Ecliptic Coordinates
- calcEquatorial_Galactic() - Method in class jll.celcalc.chap4.GUIBtnActions
-
Convert Equatorial Coordinates to Galactic Coordinates
- calcEquatorial_Horizon() - Method in class jll.celcalc.chap4.GUIBtnActions
-
Convert Equatorial Coordinates to Horizon Coordinates
- calcGalactic_Equatorial() - Method in class jll.celcalc.chap4.GUIBtnActions
-
Convert Galactic Coordinates to Equatorial Coordinates
- calcHA_RA() - Method in class jll.celcalc.chap4.GUIBtnActions
-
Convert Hour Angle to Right Ascension
- calcHorizon_Equatorial() - Method in class jll.celcalc.chap4.GUIBtnActions
-
Convert Horizon Coordinates to Equatorial Coordinates
- calcKeplerNewton() - Method in class jll.celcalc.chap4.GUIBtnActions
-
Solve Kepler's equation by the Newton/Raphson method
- calcKeplerSimple() - Method in class jll.celcalc.chap4.GUIBtnActions
-
Solve Kepler's equation via a simple iteration method
- calcPrecessionCorr() - Method in class jll.celcalc.chap4.GUIBtnActions
-
Compute a precession correction
- calcRA_HA() - Method in class jll.celcalc.chap4.GUIBtnActions
-
Convert Right Ascension to Hour Angle
- ChapGUI - Class in jll.celcalc.chap4
-
Implements the main GUI
- ChapGUI() - Constructor for class jll.celcalc.chap4.ChapGUI
-
Create the GUI frame.
- ChapMenuItems - Class in jll.celcalc.chap4
-
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.chap4.ChapMenuItems
-
This class constructor creates ChapMnuItm objects (e.g., menu items) for
the Coord Systems and Kepler's Equation menus.
- ChapMenuItems.CalculationType - Enum in jll.celcalc.chap4
-
Define values for the eCalcType field in a ChapMenuItem class.
- ChapMenuItems.ChapMnuItm - Class in jll.celcalc.chap4
-
Define a class for what a menu item looks like
- ChapMnuItm(String, ChapMenuItems.CalculationType) - Constructor for class jll.celcalc.chap4.ChapMenuItems.ChapMnuItm
-
This class constructor creates a ChapMnuItem when conversion data is supplied.
- clearAllTextAreas() - Static method in class jll.celcalc.chap4.ChapGUI
-
Clears all of the text areas in the GUI
- getAboutCommand() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the command that represents the About menu item.
- getCalcToDo() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the calculation to perform based upon the most recent menu selection.
- getCalcType() - Method in class jll.celcalc.chap4.ChapMenuItems.ChapMnuItm
-
Gets the type of calculation to perform.
- getChapMenuCommand() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the command that represents the Coord Sys and Kepler's Eq menu items.
- getCoordSystemsMenu() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the Coord Systems menu.
- getData1() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the string data associated with the 1st input area
- getData2() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the string data associated with the 2nd input area
- getData3() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the string data associated with the 3rd input area
- getData4() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the string data associated with the 4th input area
- getExitCommand() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the command that represents the Exit menu item.
- getInstructionsCommand() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the command that represents the Instructions menu item.
- getKeplersEqMenu() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the Kepler's Equation menu.
- getMenuListener() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the listener for the menu items
- getPrtInstance() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the ASTPrt instance for this application's scrollable text pane area.
- getTextPane() - Static method in class jll.celcalc.chap4.ChapGUI
-
Gets the scrollable text pane area for this GUI.
- GUIBtnActions - Class in jll.celcalc.chap4
-
Handles the Calculate button
- GUIBtnActions() - Constructor for class jll.celcalc.chap4.GUIBtnActions
-
- GUIButtonListener - Class in jll.celcalc.chap4
-
Implements an action listener for GUI buttons.
- GUIButtonListener() - Constructor for class jll.celcalc.chap4.GUIButtonListener
-