toggle menu
UIQ3
7.1.0
FX-602P
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.fx602p
/
Interface
Interface
FX-602P
abstract
class
Interface
Simulation of the some calculator interface.
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Inheritors
Tape
Printer
Members
Constructors
Interface
Link copied to clipboard
FX-602P
constructor
(
)
Properties
Alpha_To_Display
Link copied to clipboard
FX-602P
private
val
Alpha_To_Display
:
Array
<
String
>
Convert CASIO Alpha Character into Java String
Enable
Link copied to clipboard
FX-602P
private
open
var
Enable
:
Boolean
When true the interface is enabled.
Logger
Link copied to clipboard
FX-602P
private
val
Logger
:
Logger
Class logger instance.
TAG
Link copied to clipboard
FX-602P
private
val
TAG
:
String
Class logger tag.
Functions
clone
Link copied to clipboard
FX-602P
protected
open
fun
clone
(
)
:
Any
Convert_To_Java
Link copied to clipboard
FX-602P
open
fun
Convert_To_Java
(
Alpha_Character
:
Short
)
:
String
open
fun
Convert_To_Java
(
Alpha_String
:
Array
<
Short
>
)
:
String
Convert an CASIO String to an Java String (using the old character set)
Enable
Link copied to clipboard
FX-602P
fun
Enable
(
Enable
:
Boolean
)
A disabled interface will ignore all input and output.
equals
Link copied to clipboard
FX-602P
open
fun
equals
(
obj
:
Any
)
:
Boolean
finalize
Link copied to clipboard
FX-602P
protected
open
fun
finalize
(
)
get
Class
Link copied to clipboard
FX-602P
fun
getClass
(
)
:
Class
<
out
Any
>
hash
Code
Link copied to clipboard
FX-602P
open
fun
hashCode
(
)
:
Int
Is_Enabled
Link copied to clipboard
FX-602P
fun
Is_Enabled
(
)
:
Boolean
A disabled interface will ignore all input and output.
notify
Link copied to clipboard
FX-602P
fun
notify
(
)
notify
All
Link copied to clipboard
FX-602P
fun
notifyAll
(
)
to
String
Link copied to clipboard
FX-602P
open
fun
toString
(
)
:
String
wait
Link copied to clipboard
FX-602P
fun
wait
(
)