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