Uses of Enum Class
mars.venus.execute.ProgramStatus
Packages that use ProgramStatus
-
Uses of ProgramStatus in mars.venus
Methods in mars.venus that return ProgramStatusModifier and TypeMethodDescriptionVenusUI.getProgramStatus()
Get the current status of the overall program as it relates to the Execute tab.Methods in mars.venus with parameters of type ProgramStatusModifier and TypeMethodDescriptionvoid
VenusUI.setProgramStatus
(ProgramStatus status) Set the status of the overall program, and update the menu state. -
Uses of ProgramStatus in mars.venus.execute
Methods in mars.venus.execute that return ProgramStatusModifier and TypeMethodDescriptionstatic ProgramStatus
Returns the enum constant of this class with the specified name.static ProgramStatus[]
ProgramStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.