trassare.com

Package com.trassare.calculator.ui

The user interface package for the calculator application.

See:
          Description

Interface Summary
UserInterface A user interface should be able to take any shape.
 

Class Summary
ButtonPanel A 7x4 grid of buttons is constructed to take mouse and keyboard input from the user.
CalcInput CalcInput manages keyboard input through fancy manipulation of a JTextField.
CalcMenuBar Typical menu bar for an application.
CalculatorCUI The CUI for the calculator application.
CalculatorFactory CalculatorFactory delivers a complete user interface to the main method.
CalculatorGUI CalculatorGUI initializes a data structure for all GUI components then renders the GUI.
ExitListener Listens for exit instructions and calls the SaveListener class as appropriate.
HelpBrowser Deprecated. This class will be removed in future versions in favor of using the platform's native browser.
LandFLoader LandFLoader manages the OYOAHA look and feel for the application.
LCDPanel Encapsulates the input and output display of the calculator.
LimitInput To further control keyboard input, this class is used to hi-jack certain key commands and replace them with their associated data.
LinkFollower Deprecated. This class will be removed in future versions in favor of using the platform's native browser.
Messages Externalizes strings for the CalcMenuBar class.
SaveListener Handles the saving of the session results.
 

Package com.trassare.calculator.ui Description

The user interface package for the calculator application.


trassare.com