Skip navigation links
A C F G J L M R S 

A

actionPerformed(ActionEvent) - Method in class jll.celcalc.chap1.MenusListener
Handles clicks on individual menu items.

C

ChapGUI - Class in jll.celcalc.chap1
Implements the main GUI
ChapGUI() - Constructor for class jll.celcalc.chap1.ChapGUI
Create the GUI frame.
clearCatalog() - Method in class jll.celcalc.chap1.MenuActions
Clears all catalog data currently loaded.

F

findConstellationForRA_Decl() - Method in class jll.celcalc.chap1.MenuActions
Finds the constellation that a given RA/Decl falls within.

G

getAboutCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the About menu item.
getClearCatalogCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the clear catalog menu item.
getExitCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the Exit menu item.
getFindConstellationCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the Find Constellation menu item.
getInstructionsCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the Instructions menu item.
getListAllConstellationsCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the List All Constellations menu item.
getListAllObjsInCatalogCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the List the Entire Catalog menu item.
getListAllObjsInConstCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the List all Catalog Objects in a Constellation menu item.
getListAllObjsInRangeCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the List a Range of Catalog Objects menu item.
getListConstByAbbrevNameCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the List Constellation by Abbreviated Name menu item.
getListConstByMeaningCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the List List Constellation by Meaning menu item.
getListConstByNameCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the List Constellation by Name menu item.
getListObjByAltNameCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the List Object by Alternate Name menu item.
getListObjByCommentsCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the List Object by Comments menu item.
getListObjByNameCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the List Object by Name menu item.
getLoadCatalogCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the load catalog menu item.
getPrtInstance() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the ASTPrt instance for this application's scrollable text pane area.
getShowCatalogInfoCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the show catalog info menu item.
getSortCatByConstAndObjNameCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the Sort Catalog by Constellation and Object Name menu item.
getSortCatByConstellationCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the Sort Catalog by Constellation menu item.
getSortCatByObjAltNameCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the Sort Catalog by Object Alt Name menu item.
getSortCatByObjDeclCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the Sort Catalog by Object Decl menu item.
getSortCatByObjmVCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the Sort Catalog by Object mV menu item.
getSortCatByObjNameCommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the Sort Catalog by Object Name menu item.
getSortCatByObjRACommand() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the command that represents the Sort Catalog by Object RA menu item.
getSortOrderChkbox() - Static method in class jll.celcalc.chap1.ChapGUI
Gets the current checkbox setting for the sort order.

J

jll.celcalc.chap1 - package jll.celcalc.chap1
 

L

listAllConstellations() - Method in class jll.celcalc.chap1.MenuActions
Displays a list of all of the constellations.
listAllObjsByConst() - Method in class jll.celcalc.chap1.MenuActions
Shows all space objects within a given constellation.
listAllObjsByRange() - Method in class jll.celcalc.chap1.MenuActions
Shows all space objects within a user specified index range.
listAllObjsInCatalog() - Method in class jll.celcalc.chap1.MenuActions
Shows all catalog information, including space objects, in the currently loaded catalog.
listConstByAbbrevName() - Method in class jll.celcalc.chap1.MenuActions
Displays detailed information about a constellation when given its abbreviated name.
listConstByName() - Method in class jll.celcalc.chap1.MenuActions
Displays detailed information about a constellation when given its name.
listConstsByMeaning() - Method in class jll.celcalc.chap1.MenuActions
Displays detailed information about the constellations that contain a target substring in their "meaning" field.
listObjByAltName() - Method in class jll.celcalc.chap1.MenuActions
Displays all catalog information about an object given its alternate name.
listObjByComments() - Method in class jll.celcalc.chap1.MenuActions
Displays detailed information about catalog objects that contain a target substring in their "comments" field.
listObjByName() - Method in class jll.celcalc.chap1.MenuActions
Displays all catalog information about an object given its name.
loadCatalog() - Method in class jll.celcalc.chap1.MenuActions
Loads a star catalog from disk.

M

main(String[]) - Static method in class jll.celcalc.chap1.RunChap1
Main entry point for the 'Introduction' program.
MenuActions - Class in jll.celcalc.chap1
Performs various actions based on what menu item was selected.
MenuActions() - Constructor for class jll.celcalc.chap1.MenuActions
 
MenusListener - Class in jll.celcalc.chap1
Implements an action listener for menu items.
MenusListener() - Constructor for class jll.celcalc.chap1.MenusListener
 

R

RunChap1 - Class in jll.celcalc.chap1
Chapter 1: Introduction
RunChap1() - Constructor for class jll.celcalc.chap1.RunChap1
 

S

setCatalogType(String) - Static method in class jll.celcalc.chap1.ChapGUI
Sets the Catalog Type label in the GUI.
setEpoch(double) - Static method in class jll.celcalc.chap1.ChapGUI
Sets the Epoch label in the GUI.
setFilename(String) - Static method in class jll.celcalc.chap1.ChapGUI
Sets the filename label to be displayed in the GUI.
showAboutBox() - Static method in class jll.celcalc.chap1.ChapGUI
Shows the About Box.
showCatalogInfo() - Method in class jll.celcalc.chap1.MenuActions
Shows the catalog information from the currently loaded catalog.
sortCatalog(ASTCatalog.CatalogSortField) - Method in class jll.celcalc.chap1.MenuActions
Sorts the currently loaded catalog in ascending or descending order depending upon the sort checkbox in the GUI.
A C F G J L M R S 
Skip navigation links