toggle menu
UIQ3
7.1.0
FX-603P
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.fx603p
/
Interface
Interface
FX-603P
abstract
class
Interface
Simulation of the some calculator interface.
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Inheritors
Printer
Tape
Serial
Members
Constructors
Interface
Link copied to clipboard
FX-603P
protected
constructor
(
)
Properties
Enable
Link copied to clipboard
FX-603P
private
open
var
Enable
:
Boolean
When true the interface is enabled.
logger
Link copied to clipboard
FX-603P
private
val
logger
:
Logger
class logger instance
Special_Character
Link copied to clipboard
FX-603P
private
val
Special_Character
:
Array
<
String
>
Characters which are not ASCII and can be used in Alpha strings.
Special_Character_Token
Link copied to clipboard
FX-603P
private
val
Special_Character_Token
:
Array
<
String
>
Token used for non ASCII characters.
TAG
Link copied to clipboard
FX-603P
private
val
TAG
:
String
class logger tag.
Functions
clone
Link copied to clipboard
FX-603P
protected
open
fun
clone
(
)
:
Any
Convert_To_Alpha
Link copied to clipboard
FX-603P
open
fun
Convert_To_Alpha
(
Token_Text
:
String
)
:
Array
<
Short
>
Convert_To_Java
Link copied to clipboard
FX-603P
open
fun
Convert_To_Java
(
Alpha_String
:
Array
<
Int
>
)
:
String
open
fun
Convert_To_Java
(
Alpha
:
Short
)
:
String
open
fun
Convert_To_Java
(
Alpha_String
:
Array
<
Short
>
)
:
String
Convert_To_Token
Link copied to clipboard
FX-603P
open
fun
Convert_To_Token
(
Alpha
:
Short
)
:
String
equals
Link copied to clipboard
FX-603P
open
fun
equals
(
obj
:
Any
)
:
Boolean
finalize
Link copied to clipboard
FX-603P
protected
open
fun
finalize
(
)
get
Class
Link copied to clipboard
FX-603P
fun
getClass
(
)
:
Class
<
out
Any
>
hash
Code
Link copied to clipboard
FX-603P
open
fun
hashCode
(
)
:
Int
Is_Enabled
Link copied to clipboard
FX-603P
fun
Is_Enabled
(
)
:
Boolean
A disabled interface will ignore all input and output.
notify
Link copied to clipboard
FX-603P
fun
notify
(
)
notify
All
Link copied to clipboard
FX-603P
fun
notifyAll
(
)
Set_Enable
Link copied to clipboard
FX-603P
fun
Set_Enable
(
Enable
:
Boolean
)
A disabled interface will ignore all input and output.
to
String
Link copied to clipboard
FX-603P
open
fun
toString
(
)
:
String
wait
Link copied to clipboard
FX-603P
fun
wait
(
)