class MenuActions
extends java.lang.Object
Copyright (c) 2018
Constructor and Description |
---|
MenuActions() |
Modifier and Type | Method and Description |
---|---|
protected void |
clearCatalog()
Clears all catalog data currently loaded.
|
protected void |
findConstellationForRA_Decl()
Finds the constellation that a given RA/Decl falls within.
|
protected void |
listAllConstellations()
Displays a list of all of the constellations.
|
protected void |
listAllObjsByConst()
Shows all space objects within a given constellation.
|
protected void |
listAllObjsByRange()
Shows all space objects within a user specified index range.
|
protected void |
listAllObjsInCatalog()
Shows all catalog information, including space objects,
in the currently loaded catalog.
|
protected void |
listConstByAbbrevName()
Displays detailed information about a constellation when
given its abbreviated name.
|
protected void |
listConstByName()
Displays detailed information about a constellation when given its name.
|
protected void |
listConstsByMeaning()
Displays detailed information about the constellations that contain a target substring
in their "meaning" field.
|
protected void |
listObjByAltName()
Displays all catalog information about an object given its alternate name.
|
protected void |
listObjByComments()
Displays detailed information about catalog objects that
contain a target substring in their "comments" field.
|
protected void |
listObjByName()
Displays all catalog information about an object given its name.
|
protected void |
loadCatalog()
Loads a star catalog from disk.
|
protected void |
showCatalogInfo()
Shows the catalog information from the currently loaded catalog.
|
protected void |
sortCatalog(jll.celcalc.ASTUtils.ASTCatalog.CatalogSortField sortField)
Sorts the currently loaded catalog in ascending or descending
order depending upon the sort checkbox in the GUI.
|
protected void findConstellationForRA_Decl()
protected void listAllConstellations()
protected void listConstByAbbrevName()
protected void listConstsByMeaning()
protected void listConstByName()
protected void clearCatalog()
protected void loadCatalog()
protected void showCatalogInfo()
protected void listAllObjsByConst()
protected void listAllObjsByRange()
protected void listAllObjsInCatalog()
protected void listObjByAltName()
protected void listObjByComments()
protected void listObjByName()
protected void sortCatalog(jll.celcalc.ASTUtils.ASTCatalog.CatalogSortField sortField)
sortField
- which field to sort on.