- getAboutCommand() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the command that represents the About menu item.
- getConvertCommand() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the command that represents the Convert button.
- getConvMenuCommand() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the command that represents a Conversions menu item.
- getConvType() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the type of conversion to be performed (cross-multiply, HMS/DMS, deg C/F).
- getConvType() - Method in class jll.celcalc.chap2.ChapMenuItems.ChapMnuItem
-
Gets the type of conversion to perform.
- getExitCommand() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the command that represents the Exit menu item.
- getFromDenom() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the "from" denominator for a cross multiplication.
- getFromDenom() - Method in class jll.celcalc.chap2.ChapMenuItems.ChapMnuItem
-
Gets the "from" denominator when doing a cross-multiply conversion.
- getFromFormat() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the "from" format for displaying results.
- getFromFormat() - Method in class jll.celcalc.chap2.ChapMenuItems.ChapMnuItem
-
Gets the format for displaying the "from" data value.
- getFromUnits() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the "from" units.
- getFromUnits() - Method in class jll.celcalc.chap2.ChapMenuItems.ChapMnuItem
-
Gets the "from" units for a conversion
- getInstructionsCommand() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the command that represents the Instructions menu item.
- getMenuListener() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the listener for the menu items
- getPrtInstance() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the ASTPrt instance for this application's scrollable text pane area.
- getResults() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the results label value from the GUI.
- getSwapCommand() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the command that represents the Swap Units button
- getTextPane() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the scrollable text pane area for this GUI.
- getToDenom() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the "to" denominator for a cross multiplication.
- getToDenom() - Method in class jll.celcalc.chap2.ChapMenuItems.ChapMnuItem
-
Gets the "to" denominator when doing a cross-multiply conversion.
- getToFormat() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the "to" format for displaying results.
- getToFormat() - Method in class jll.celcalc.chap2.ChapMenuItems.ChapMnuItem
-
Gets the format for displaying the "to" data value.
- getToUnits() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the "to" units.
- getToUnits() - Method in class jll.celcalc.chap2.ChapMenuItems.ChapMnuItem
-
Gets the "to" units for a conversion.
- getUserInput() - Static method in class jll.celcalc.chap2.ChapGUI
-
Gets the data that the user entered in the GUI.
- GUIButtonsListener - Class in jll.celcalc.chap2
-
Implements an action listener for GUI buttons.
- GUIButtonsListener() - Constructor for class jll.celcalc.chap2.GUIButtonsListener
-