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
abstract class Application : IApplication
Calculator Application to handle application startup und shutdown.
Link copied to clipboard
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
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
On Android the activity also controls the main view hence the activity Implements the ICalculator_Fragment interface
Link copied to clipboard
abstract class Canvas : JPanel, ICalculatorCanvas, Serializable
An display canvas for an Calculator
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 Help_Activity
Link copied to clipboard
open class Help_Dialog : JDialog
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 ICalculator : Runnable
Public calculator interface
Link copied to clipboard
A Button to control a NumberPickerDialog
Link copied to clipboard
interface ICalculator_Fragment : ICalculatorCanvas
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
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 Main : Runnable, IMain
Link copied to clipboard
abstract class Main_Activity<Service_Type : IService?> : IMain_Activity<Service_Type> , ICalculatorCanvas, IPrinter_Fragment, IMenu_Fragment
On Android the activity also controls the main view hence the activity Implements the ICalculatorCanvas interface
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
the printer fragment
Link copied to clipboard
abstract class Service : ForegroundService, IService