Uses of Class
com.project.calculator.BaseUI
-
Uses of BaseUI in com.project.calculator
Fields in com.project.calculator declared as BaseUIModifier and TypeFieldDescriptionprivate final BaseUI
KeyboardEvents.baseUiInstance
Reference to theBaseUI
instance for accessing display and history labels.private final BaseUI
Logic.baseUiInstance
Reference to theBaseUI
instance for accessing display and history labels.Constructors in com.project.calculator with parameters of type BaseUIModifierConstructorDescription(package private)
KeyboardEvents
(BaseUI baseUiInstance, MainUI mainUiInstance) Constructs theKeyboardEvents
object with references to the UI instances.(package private)
Constructs theLogic
object with references to the UI instances.(package private)
Constructs theMainUI
panel and initializes the calculator buttons.