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

A

actionPerformed(ActionEvent) - Method in class jll.celcalc.chap4.GUIButtonListener
Handles clicks on individual GUI buttons.
actionPerformed(ActionEvent) - Method in class jll.celcalc.chap4.MenusListener
Handles clicks on individual menu items.

C

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

G

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
 

J

jll.celcalc.chap4 - package jll.celcalc.chap4
 

M

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

P

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

R

RunChap4 - Class in jll.celcalc.chap4
Chapter 4: Coordinate System Conversions
RunChap4() - Constructor for class jll.celcalc.chap4.RunChap4
 

S

setCalcToDo(ChapMenuItems.CalculationType) - Static method in class jll.celcalc.chap4.ChapGUI
Saves the calculation to perform based upon the just selected menu item
setDataLabels(String) - Static method in class jll.celcalc.chap4.ChapGUI
Sets the data labels in the GUI
setDataLabels(String, String) - Static method in class jll.celcalc.chap4.ChapGUI
Sets the data labels in the GUI
setDataLabels(String, String, String) - Static method in class jll.celcalc.chap4.ChapGUI
Sets the data labels in the GUI
setDataLabels(String, String, String, String) - Static method in class jll.celcalc.chap4.ChapGUI
Sets the data labels in the GUI
setResults(String) - Static method in class jll.celcalc.chap4.ChapGUI
Sets the results label in the GUI
showAboutBox() - Static method in class jll.celcalc.chap4.ChapGUI
Shows the About Box

V

valueOf(String) - Static method in enum jll.celcalc.chap4.ChapMenuItems.CalculationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum jll.celcalc.chap4.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