Package-level declarations

Library for calculator applications.

Types

Link copied to clipboard
Link copied to clipboard
abstract class Alpha
The Inv key was clicked
Link copied to clipboard
@JavaBean(description = "Calculator Button with three functions")
open class Button_3<Canvas_Type : Canvas?, Key_Type : Key?> : Button<Canvas_Type, Key_Type>
Link copied to clipboard
open class Button_5<Canvas_Type : Canvas?, Key_Type : Key?> : Button<Canvas_Type, Key_Type>
Link copied to clipboard
open class Calculator_Button_5 : ICalculator_Button
A Button to control a NumberPickerDialog
╔══════════════════╗
║┌────────────────┐║paddingTop
║│╔═════╗   ╔════╗│║topMargin
║│║Shift║   ║2ndF║│║
║│╚═════╝   ╚════╝│║bottomMargin
╟┼────────────────┼╢Split_1
║│╔══════════════╗│║topMargin
║│║    Button    ║│║
║│╚══════════════╝│║bottomMargin
╟┼────────────────┼╢Split_2
║│╔═══╗    ╔═════╗│║topMargin
║│║Hex║    ║Alpha║│║
║│╚═══╝    ╚═════╝│║bottomMargin
║└────────────────┘║paddingBottom
╚══════════════════╝
Link copied to clipboard
Listen for Keyboard and Mouse events.
Link copied to clipboard
A simple activity to display some online help
Link copied to clipboard
for future use
Link copied to clipboard
abstract class Error : Exception
"Error" is an abstract exception class representing all possible errors the calculator can produce.
Link copied to clipboard
open class Error_Canvas : JPanel
Link copied to clipboard
open class fx602p
Link copied to clipboard
open class fx603p
Link copied to clipboard
open class Help_Activity
Link copied to clipboard
open class Help_Dialog : JDialog
Link copied to clipboard
open class hp45
Link copied to clipboard
Interface for FX-602P and FX-603P alpha register
Link copied to clipboard
interface IBinder<Service_Type : IService?>
Created with IntelliJ IDEA.
Link copied to clipboard
interface IClear
Tape for objects which can be cleaned.
Link copied to clipboard
interface IFragment<Service_Type : IService?, Activity_Type : Main_Activity<Service_Type>?, Preference_Type : SharedPreferencesHelper?>
Link copied to clipboard
interface IL_Register : IClear
Link copied to clipboard
interface IMain_Activity<Service_Type : IService?>
Link copied to clipboard
open class Info_Activity
${tags}
Link copied to clipboard
A Programmable Operation need to be displayed on program mode.
Link copied to clipboard
interface IOperation
Virtual CPU Operation
Link copied to clipboard
A Programmable Operation need to be displayed on program mode.
Link copied to clipboard
The fragment (GUI) for the printer.
Link copied to clipboard
A Programmable Operation need to be displayed on program mode.
Link copied to clipboard
abstract class Menu_Fragment<Service_Type : IService?, Activity_Type : Main_Activity<Service_Type>?, Preference_Type : SharedPreferencesHelper?> : IFragment<Service_Type, Activity_Type, Preference_Type> , IMenu_Fragment
On Android the activity also controls the main view hence the activity Implements the ICalculatorCanvas interface
Link copied to clipboard
abstract class Path_Preference
Enhanced path display
Link copied to clipboard
abstract class Preferences_Activity
Link copied to clipboard
abstract class Printer_Fragment<Service_Type : IService?, Activity_Type : Main_Activity<Service_Type>?, Preference_Type : SharedPreferencesHelper?> : IFragment<Service_Type, Activity_Type, Preference_Type> , IPrinter_Fragment
the printer fragment
Link copied to clipboard
abstract class Service : ForegroundService, IService
Link copied to clipboard
@JavaBean(description = "Theme chooser panel")
open class Theme_Canvas : JPanel