toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.tape
/
Interface
Interface
Library
open
class
Interface
Cassette interface for JavaSE
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Inheritors
SE_Interface
Members
Constructors
Interface
Link copied to clipboard
Library
constructor
(
)
Types
File_Type
Link copied to clipboard
Library
enum
File_Type
there are six file types
Properties
Application_Prefix
Link copied to clipboard
Library
val
Application_Prefix
:
String
=
"application/x-fx-"
Mime type prefix.
Calculator_Files
Link copied to clipboard
Library
val
Calculator_Files
:
ArrayList
<
String
>
File types for my calculator app.
Empty_File_Name
Link copied to clipboard
Library
val
Empty_File_Name
:
Array
<
Int
>
No CASIO style filename to embed into the header
MAC_OS_X
Link copied to clipboard
Library
val
MAC_OS_X
:
Boolean
true when we run on mac os x
Simple_ASCII
Link copied to clipboard
Library
val
Simple_ASCII
:
String
=
"ISO-8859-1"
TAG
Link copied to clipboard
Library
private
val
TAG
:
String
class logger tag.
Text_Prefix
Link copied to clipboard
Library
val
Text_Prefix
:
String
=
"text/x-fx-"
Mime type prefix.
Functions
clone
Link copied to clipboard
Library
protected
open
fun
clone
(
)
:
Any
equals
Link copied to clipboard
Library
open
fun
equals
(
obj
:
Any
)
:
Boolean
finalize
Link copied to clipboard
Library
protected
open
fun
finalize
(
)
get
Class
Link copied to clipboard
Library
fun
getClass
(
)
:
Class
<
out
Any
>
hash
Code
Link copied to clipboard
Library
open
fun
hashCode
(
)
:
Int
Is_Calculator_File
Link copied to clipboard
Library
open
fun
Is_Calculator_File
(
Filename
:
File
)
:
Boolean
open
fun
Is_Calculator_File
(
Filename
:
String
)
:
Boolean
open
fun
Is_Calculator_File
(
Filename
:
Path
)
:
Boolean
check if file is a valid calculator file
notify
Link copied to clipboard
Library
fun
notify
(
)
notify
All
Link copied to clipboard
Library
fun
notifyAll
(
)
to
String
Link copied to clipboard
Library
open
fun
toString
(
)
:
String
Type_Of_File
Link copied to clipboard
Library
open
fun
Type_Of_File
(
Filename
:
File
)
:
Interface.File_Type
open
fun
Type_Of_File
(
Filename
:
String
)
:
Interface.File_Type
open
fun
Type_Of_File
(
Filename
:
Path
)
:
Interface.File_Type
get type from database value.
wait
Link copied to clipboard
Library
fun
wait
(
)