Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
K
- KeyboardEvents - Class in com.project.calculator
-
The
KeyboardEvents
class handles keyboard input events for the calculator. - KeyboardEvents(BaseUI, MainUI) - Constructor for class com.project.calculator.KeyboardEvents
-
Constructs the
KeyboardEvents
object with references to the UI instances. - keyPressed(KeyEvent) - Method in class com.project.calculator.KeyboardEvents
-
Handles the key-pressed event and performs the corresponding action.
- keyReleased(KeyEvent) - Method in class com.project.calculator.KeyboardEvents
-
Handles the key-released event.
- keyTyped(KeyEvent) - Method in class com.project.calculator.KeyboardEvents
-
Handles the key-typed event.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form