A B C D E F G H I K L M N O P R S T U V W X Y

A

A_AND - Static variable in class moka.io.Graph
AND the region to draw (alias).
A_NORMAL - Static variable in class moka.io.Graph
Draw with destination pixels turned on (alias).
A_OR - Static variable in class moka.io.Graph
Draw with source pixels ORed with destination pixels (alias).
A_REPLACE - Static variable in class moka.io.Graph
Draw with source pixels replace destination pixels (alias).
A_REVERSE - Static variable in class moka.io.Graph
Draw with destination pixels turned off (alias).
A_SHADE_H - Static variable in class moka.io.Graph
Draw the line using a horizontal shading pattern (alias).
A_SHADE_NS - Static variable in class moka.io.Graph
Draw the line using a negative slope diagonal shading pattern (alias).
A_SHADE_PS - Static variable in class moka.io.Graph
Draw the line using a positive slope diagonal shading pattern (alias).
A_SHADE_V - Static variable in class moka.io.Graph
Draw the line using a vertical shading pattern (alias).
A_SHADED - Static variable in class moka.io.Graph
Draw with destination pixels masked so that every other pixel turned off (alias)
A_THICK1 - Static variable in class moka.io.Graph
Draw a double thick line (alias).
A_XOR - Static variable in class moka.io.Graph
Draw with source pixels XORed with destination pixels (alias).
abs(byte) - Static method in class moka.lang.Math
Returns the absolute value of a byte value.
abs(double) - Static method in class moka.lang.Math
Returns the absolute value of an int value.
abs(int) - Static method in class moka.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class moka.lang.Math
Returns the absolute value of a long value.
abs(short) - Static method in class moka.lang.Math
Returns the absolute value of a short value.
acos(double) - Static method in class moka.lang.Math
Returns the arc cosine of an angle.
active - Variable in class moka.util.Timer
Is the timer activated ? Should be only read.
add(Component) - Method in class moka.x.Container
Adds the specified component to this container.
add(int, Object) - Method in class moka.util.LinkedList
Inserts the specified element at the specified position in this linked list.
add(int, Object) - Method in class moka.util.Vector
Inserts the specified element at the specified position in this vector.
add(int, Serializable) - Method in class moka.util.SerialList
Inserts the specified element at the specified position in this serial list.
add(Menu) - Method in class moka.x.MenuBar
Adds the specified Menu to this MenuBar.
add(MenuItem) - Method in class moka.x.Menu
Adds the specified MenuItem to this Menu.
addr - Variable in class moka.io.Graphics
The graphic port address.
ALPHA_KEY_COUNT - Static variable in class moka.io.Keyboard
The number of alphabetic key the keyboard class handle.
AMS - Static variable in class moka.lang.System
The AMS version (AMS_1xx or AMS_2xx)
AMS_1 - Static variable in class moka.lang.System
Indicate that the AMS version is AMS_1xx.
AMS_2 - Static variable in class moka.lang.System
Indicate that the AMS version is AMS_2xx.
AND_ATTR - Static variable in class moka.io.Graphics
AND the region to draw.
AND_ATTR - Static variable in class moka.io.Graph
AND the region to draw.
append(boolean) - Method in class moka.lang.String
Appends the string representation of the boolean argument to the string.
append(byte) - Method in class moka.lang.String
Appends the string representation of the byte argument to this string.
append(char_p, int, int) - Method in class moka.lang.String
Appends the characters of a subarray of the char array argument to this string.
append(char) - Method in class moka.lang.String
Appends the string representation of the char argument to this string.
append(double) - Method in class moka.lang.String
Appends the string representation of the double argument to this string.
append(int) - Method in class moka.lang.String
Appends the string representation of the int argument to this string.
append(long) - Method in class moka.lang.String
Appends the string representation of the long argument to this string.
append(Object) - Method in class moka.lang.String
Appends the string representation of the Object argument to this string.
append(short) - Method in class moka.lang.String
Appends the string representation of the short argument to this string.
append(String) - Method in class moka.lang.String
Appends the string to this string.
asin(double) - Static method in class moka.lang.Math
Returns the arc sine of an angle.
atan(double) - Static method in class moka.lang.Math
Returns the arc tangent of an angle.
atan2(double, double) - Static method in class moka.lang.Math
Converts rectangular coordinates (xy) to polar (r, theta).
autoScroll - Variable in class moka.x.ScrollPane
A flag specifying if the Scroll Pane will scroll automatically to the next component instead of scrolling progressively.
available() - Method in class moka.io.File
Returns the number of bytes that can be read from this file.

B

B_CUT_STYLE - Static variable in class moka.x.Style
Draw usign the rectangle with the upper corners cut style.
B_DOUBLE_STYLE - Static variable in class moka.x.Style
Draw usign the double thick rectangle style.
B_ROUNDED_STYLE - Static variable in class moka.x.Style
Draw usign the rectangle with rounded corners style.
Bevel - class moka.x.Bevel.
Bevel class is a decorative Bevel.
Bevel() - Constructor for class moka.x.Bevel
 
bgColor - Static variable in interface moka.x.Colored
The background color for this component.
BITMAP_p - class moka.lang.BITMAP_p.
The BITMAP_p class represents the C BITMAP* type.
BITMAP_p() - Constructor for class moka.lang.BITMAP_p
 
bitmapFromVar(String) - Static method in class moka.io.Graphics
Converts a specified PIC file name to a bitmap.
bitmapToVar(BITMAP_p, String) - Static method in class moka.io.Graphics
Saves a specified bitmap to a specified pic file.
BLACK - Static variable in class moka.io.Gray
Draw in black.
BLACK_COLOR - Static variable in class moka.x.Color
Draw in black.
bmp - Variable in class moka.x.Image
The bitmap displayed by this Image.
Boolean - class moka.lang.Boolean.
The Boolean class wraps a value of the primitive type boolean in an object.
Boolean(boolean) - Constructor for class moka.lang.Boolean
Constructs a newly allocated Boolean object that represents the primitive boolean argument.
Boolean(String) - Constructor for class moka.lang.Boolean
Constructs a newly allocated Boolean object that represents the value represented by the string.
booleanValue() - Method in class moka.lang.Boolean
Returns the value of this Boolean as a boolean.
border - Static variable in interface moka.x.Bordered
The border for this component.
Border - class moka.x.Border.
Border class encapsulates border styles.
Border() - Constructor for class moka.x.Border
 
Bordered - interface moka.x.Bordered.
The Bordered interface provides methods used to deal with bordered components.
bottom() - Method in class moka.x.Component
 
busy - Static variable in class moka.event.Interrupt
Setting this flag to true will stop the interrupts execution.
Button - class moka.x.Button.
Button class is a push button component.
Button() - Constructor for class moka.x.Button
 
Button(String) - Constructor for class moka.x.Button
 
Byte - class moka.lang.Byte.
The Byte class wraps a value of the primitive type byte in an object.
BYTE_p - class moka.lang.BYTE_p.
The BYTE_p class represents the C BYTE* type.
BYTE_p() - Constructor for class moka.lang.BYTE_p
 
Byte(byte) - Constructor for class moka.lang.Byte
Constructs a newly allocated Byte object that represents the primitive byte argument.
Byte(String) - Constructor for class moka.lang.Byte
Constructs a newly allocated Byte object that represents the value represented by the string.
byteValue() - Method in class moka.lang.UByte
Returns the value of this UByte as an byte.
byteValue() - Method in class moka.lang.UShort
Returns the value of this UShort as a byte.
byteValue() - Method in class moka.lang.UInteger
Returns the value of this UInteger as a byte.
byteValue() - Method in class moka.lang.ULong
Returns the value of this ULong as a byte.
byteValue() - Method in class moka.lang.Byte
Returns the value of this Byte as an byte.
byteValue() - Method in class moka.lang.Double
Returns the value of this Double as a byte.
byteValue() - Method in class moka.lang.Integer
Returns the value of this Integer as a byte.
byteValue() - Method in class moka.lang.Long
Returns the value of this Long as a byte.
byteValue() - Method in class moka.lang.Short
Returns the value of this Short as a byte.

C

CALCULATOR - Static variable in class moka.lang.System
The calculator model (TI-89, TI-92 or V200)
CALCULATOR_TI89 - Static variable in class moka.lang.System
Indicate that the calculator model is TI89.
CALCULATOR_TI92PLUS - Static variable in class moka.lang.System
Indicate that the calculator model is TI92PLUS.
CALCULATOR_V200 - Static variable in class moka.lang.System
Indicate that the calculator model is V200.
CANCEL_OPTION - Static variable in class moka.x.OptionPane
Return value from class method if CANCEL is chosen.
Canvas - class moka.x.Canvas.
Canvas class is a drawing component.
Canvas() - Constructor for class moka.x.Canvas
 
Canvas(BITMAP_p) - Constructor for class moka.x.Canvas
 
Canvas(String) - Constructor for class moka.x.Canvas
 
capacity - Variable in class moka.util.Vector
The actual capacity of the Vector.
capacityIncrement - Variable in class moka.util.Vector
The capacity increment of the Vector.
caption - Variable in class moka.x.MenuItem
The caption of the MenuItem.
caption - Static variable in interface moka.x.Captioned
The caption of the component.
Captioned - interface moka.x.Captioned.
The Captioned interface provides methods used to deal with captioned components.
CaptionedComponent - class moka.x.CaptionedComponent.
The CaptionedComponent class represents a component that shows a caption.
CaptionedComponent() - Constructor for class moka.x.CaptionedComponent
 
CaptionedComponent(String) - Constructor for class moka.x.CaptionedComponent
 
ceil(double) - Static method in class moka.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
center() - Method in class moka.x.Component
 
CHAR_INPUT_TYPE - Static variable in class moka.x.TextField
The TextField only accepts characters.
char_p - class moka.lang.char_p.
The char_p class represents the C char* type.
char_p() - Constructor for class moka.lang.char_p
 
Character - class moka.lang.Character.
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class moka.lang.Character
Constructs a newly allocated Character object that represents the primitive char argument.
charAt(int) - Method in class moka.lang.String
Returns the character at the specified index.
charValue() - Method in class moka.lang.Character
Returns the value of this Character object.
check() - Method in class moka.event.Interrupt
Used by a thread to verify if this interrupt should be executed.
check() - Method in class moka.util.Timer
Used to verify if this timer should trigger an event.
CheckBox - class moka.x.CheckBox.
CheckBox class is a check box component.
CheckBox() - Constructor for class moka.x.CheckBox
 
CheckBox(String) - Constructor for class moka.x.CheckBox
 
checked - Variable in class moka.x.CheckBox
Is the CheckBox Checked.
checkKeys() - Method in class moka.io.Keyboard
Checks if any key of the keyboard is pressed.
checkMnemonic(char) - Method in class moka.x.Component
Checks if the mnemonic of this component correspond to the current mnemonic.
checkMnemonic(char) - Method in class moka.x.Container
Checks if the mnemonic of this container correspond to the current mnemonic.
checkRunning() - Static method in class moka.io.Gray
Checks whether grayscale mode is active.
checkSysKeys() - Method in class moka.io.Keyboard
Checks if any "system" key is pressed.
child - Variable in class moka.x.Container
The first component in this Container.
clean() - Method in class moka.x.Component
Disposes of all ressources used by this component.
clean() - Method in class moka.x.Container
Disposes of all ressources used by this container and all its children.
clean() - Method in class moka.x.GEM
Disposes of all ressources used by the Graphic Environment.
cleanup() - Static method in class moka.x.OptionPane
Called at the end of the program to free the ressources used by the static members of this class.
clear() - Method in class moka.util.LinkedList
Removes all of the elements from this linked list.
clear() - Method in class moka.util.SerialList
Removes all of the elements from this linked list.
clear() - Method in class moka.util.Vector
Removes all of the elements from this vector.
clear() - Method in class moka.x.List
Disposes of all ressources used by this List's elements.
clearEstack() - Static method in class moka.lang.System
Clears the expression stack.
cloneBitmap(BITMAP_p) - Static method in class moka.io.Graphics
Returns a copy of the specified bitmap.
close() - Method in class moka.io.File
Closes the stream.
close() - Method in class moka.io.IOStream
Closes the stream.
close() - Method in class moka.io.Socket
Closes the socket.
closeButtonVisible - Variable in class moka.x.Frame
Is the close button visible ? Should be only read.
clrscr() - Static method in class moka.lang.System
Clears the screen and moves the print position to the first character of the first line.
clrscr() - Static method in class moka.io.Graphics
Clears the current display device screen.
clrscr() - Static method in class moka.io.Graph
Clears the current display device screen.
clrScr() - Method in class moka.io.Graphics
Clears the Graphics' display device screen.
clrScr() - Static method in class moka.io.Graph
Clears the current display device screen.
ClrScr() - Static method in class moka.io.Graphics
Clears the current display device screen.
color - Variable in class moka.x.Canvas
The color of the pen use to draw in this Canvas.
Color - class moka.x.Color.
Color class encapsulates colors.
Color() - Constructor for class moka.x.Color
 
Colored - interface moka.x.Colored.
The Colored interface provides methods used to deal with colored components.
ComboBox - class moka.x.ComboBox.
List class is a list selection component.
ComboBox() - Constructor for class moka.x.ComboBox
Constructs a new ComboBox.
compareTo(String) - Method in class moka.lang.String
Compares two strings lexicographically.
Component - class moka.x.Component.
Component is the base class for user-interface objects.
Component() - Constructor for class moka.x.Component
Constructs a newly allocated Component.
concat(char_p, char_p) - Static method in class moka.lang.Character
Concatenates another ANSI string to the end of the specified ANSI string.
concat(String) - Method in class moka.lang.String
Concatenates the specified string to the end of this string.
Container - class moka.x.Container.
Container is a component that contains child components.
Container() - Constructor for class moka.x.Container
Constructs a newly allocated Container.
contains(Object) - Method in class moka.util.LinkedList
Returns true if this linked list contains the specified element.
contains(Object) - Method in class moka.util.Vector
Returns true if this vector contains the specified element.
contains(Serializable) - Method in class moka.util.SerialList
Returns true if this linked list contains the specified element.
contrastDn() - Static method in class moka.lang.System
Decreases the display contrast.
contrastUp() - Static method in class moka.lang.System
Increases the display contrast.
copyInto(Object[], int, int) - Method in class moka.util.LinkedList
Copies the components of this linked list into the specified array.
copyInto(Object[], int, int) - Method in class moka.util.Vector
Copies the components of this vector into the specified array.
copyInto(Serializable[], int, int) - Method in class moka.util.SerialList
Copies the components of this linked list into the specified array.
copyValueOf(char_p) - Static method in class moka.lang.Character
Returns a copy of the ANSI string argument.
copyValueOf(char_p, int, int) - Static method in class moka.lang.Character
Returns the ANSI string representation of a specific subarray of the char array argument.
cos(double) - Static method in class moka.lang.Math
Returns the trigonometric cosine of an angle.
countTokens() - Method in class moka.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called.
current - Variable in class moka.util.Enumeration
The current element.
currentPosition - Variable in class moka.util.StringTokenizer
The index of the current char in the string.
cursorSpeedX - Variable in class moka.x.GEM
The horizontal speed of the cursor.
cursorSpeedY - Variable in class moka.x.GEM
The vertical speed of the cursor.
cursorVisible - Variable in class moka.x.GEM
Is the cursor visible ? Should be only read.
cursorX - Variable in class moka.x.GEM
The cursor x position.
cursorY - Variable in class moka.x.GEM
The cursor y position.

D

DARK_GRAY - Static variable in class moka.io.Gray
Draw in dark gray.
DARK_PLANE - Static variable in class moka.io.Gray
The dark grayscale plane.
DEFAULT_OPTION - Static variable in class moka.x.OptionPane
Default return value.
defaultCloseOperation - Variable in class moka.x.Frame
The default close operation for this frame.
delay - Variable in class moka.util.Timer
The delay of the timer (in 1/20th of second).
delete() - Method in class moka.io.File
Deletes the file denoted by this abstract pathname.
delete(int, int) - Method in class moka.lang.String
Removes the characters in a substring of this String.
dequeue() - Method in class moka.util.LinkedList
Removes the object at the beginning of this queue and returns that object as the value of this function.
dequeue() - Method in class moka.util.SerialList
Removes the object at the beginning of this queue and returns that object as the value of this function.
dequeue() - Method in class moka.util.Vector
Removes the object at the beginning of this queue and returns that object as the value of this function.
deserialize(IOStream) - Method in class moka.io.Serializable
Reads and deserializes an object from a given stream.
disable() - Static method in class moka.io.RowRead
Disable RowRead operation.
DISPOSE_ON_CLOSE - Static variable in class moka.x.Frame
Indicate that the default close operation disposes of this frame.
dispose() - Method in class moka.x.Frame
Disposes of all ressources used by this frame and all its children.
DLL - class moka.lang.DLL.
Class DLL provides methods to deal with DLLs.
DLL_ALREADYLOADED - Static variable in class moka.lang.DLL
There is already another DLL loaded in the RAM.
DLL_LOCKFAILED - Static variable in class moka.lang.DLL
The attempt to lock the DLL in memory has failed due to some strange reason.
DLL_NOTFOUND - Static variable in class moka.lang.DLL
The DLL is not found.
DLL_NOTINGHOSTSPACE - Static variable in class moka.lang.DLL
The DLL could not be loaded because the program counter is not in the "ghost space" (the virtual address space where HW2 protections do not take effect).
DLL_OK - Static variable in class moka.lang.DLL
The DLL was loaded and initialized successfully.
DLL_OUTOFMEM - Static variable in class moka.lang.DLL
There is not memory to load the DLL into RAM.
DLL_WRONGVERSION - Static variable in class moka.lang.DLL
There is at least one valid DLL file with the name DLLName and with the correct extension, signature, and identification number, but none of them has a major version number which is equal to the expected major number (determined by the Major parameter) and a minor version number which is greater or equal than the expected minor number (determined by the Minor parameter).
DO_NOTHING_ON_CLOSE - Static variable in class moka.x.Frame
Indicate that the default close operation does nothing.
Double - class moka.lang.Double.
The Double class wraps a value of the primitive type double in an object.
Double(double) - Constructor for class moka.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
Double(String) - Constructor for class moka.lang.Double
Constructs a newly allocated Double object that represents the value represented by the string.
doubleValue() - Method in class moka.lang.UByte
Returns the value of this UByte as a double.
doubleValue() - Method in class moka.lang.UShort
Returns the value of this UShort as a double.
doubleValue() - Method in class moka.lang.UInteger
Returns the value of this UInteger as a double.
doubleValue() - Method in class moka.lang.ULong
Returns the value of this ULong as a double.
doubleValue() - Method in class moka.lang.Byte
Returns the value of this Byte as a double.
doubleValue() - Method in class moka.lang.Double
Returns the value of this Double as an double.
doubleValue() - Method in class moka.lang.Integer
Returns the value of this Integer as a double.
doubleValue() - Method in class moka.lang.Long
Returns the value of this Long as a double.
doubleValue() - Method in class moka.lang.Short
Returns the value of this Short as a double.
draw(short, short, char_p, short) - Method in class moka.io.Graphics
Draws an ANSI string on the Graphics' display device screen.
Draw(short, short, char_p, short) - Static method in class moka.io.Graphics
Draws an ANSI string on the current display device screen.
draw(short, short, char[], short) - Static method in class moka.io.Graph
Draws an ANSI string on the current display device screen.
draw(short, short, char, short) - Method in class moka.io.Graphics
Draws a char on the Graphics' display device screen.
draw(short, short, char, short) - Static method in class moka.io.Graph
Draws a char on the current display device screen.
Draw(short, short, char, short) - Static method in class moka.io.Graphics
Draws a char on the current display device screen.
draw(short, short, double, short) - Method in class moka.io.Graphics
Draws a double on the Graphics' display device screen.
draw(short, short, double, short) - Static method in class moka.io.Graph
Draws a double on the current display device screen.
Draw(short, short, double, short) - Static method in class moka.io.Graphics
Draws a double on the current display device screen.
draw(short, short, int, short) - Method in class moka.io.Graphics
Draws an int on the Graphics' display device screen.
draw(short, short, int, short) - Static method in class moka.io.Graph
Draws an int on the current display device screen.
Draw(short, short, int, short) - Static method in class moka.io.Graphics
Draws an int on the current display device screen.
draw(short, short, long, short) - Method in class moka.io.Graphics
Draws a long on the Graphics' display device screen.
draw(short, short, long, short) - Static method in class moka.io.Graph
Draws a long on the current display device screen.
Draw(short, short, long, short) - Static method in class moka.io.Graphics
Draws a long on the current display device screen.
draw(short, short, short, short) - Method in class moka.io.Graphics
Draws a short on the Graphics' display device screen.
draw(short, short, short, short) - Static method in class moka.io.Graph
Draws a short on the current display device screen.
Draw(short, short, short, short) - Static method in class moka.io.Graphics
Draws a short on the current display device screen.
draw(short, short, String, short) - Method in class moka.io.Graphics
Draws a String object on the Graphics' display device screen then finalizes the String object.
draw(short, short, String, short) - Static method in class moka.io.Graph
Draws a String object on the current display device screen then finalizes the String object.
Draw(short, short, String, short) - Static method in class moka.io.Graphics
Draws a String object on the current display device screen then finalizes the String object.
drawChar(short, short, char, short) - Method in class moka.io.Graphics
Draws a char on the Graphics' display device screen.
drawChar(short, short, char, short) - Static method in class moka.io.Graph
Draws a char on the current display device screen.
DrawChar(short, short, char, short) - Static method in class moka.io.Graphics
Draws a char on the current display device screen.
drawElipse(short, short, short, short, short) - Method in class moka.io.Graphics
Draws a elipse on the Graphics' display device screen.
drawEllipse(short, short, short, short, short) - Method in class moka.io.Graphics
Draws a ellipse on the Graphics' display device screen.
drawEllipse(short, short, short, short, short) - Static method in class moka.io.Graph
Draws a elipse on the current display device screen.
DrawEllipse(short, short, short, short, short) - Static method in class moka.io.Graphics
Draws an ellipse on the current display device screen.
drawLine(short, short, short, short, short) - Method in class moka.io.Graphics
Draws a line on the Graphics' display device screen.
drawLine(short, short, short, short, short) - Static method in class moka.io.Graph
Draws a line on the current display device screen.
DrawLine(short, short, short, short, short) - Static method in class moka.io.Graphics
Draws a line on the current display device screen.
drawPix(short, short) - Method in class moka.x.Canvas
Draws a pixel in the canvas.
drawPix(short, short, short) - Method in class moka.io.Graphics
Draws a pixel on the Graphics' display device screen.
drawPix(short, short, short) - Static method in class moka.io.Graph
Draws a pixel on the current display device screen.
DrawPix(short, short, short) - Static method in class moka.io.Graphics
Draws a pixel on the current display device screen.
drawTo(short, short) - Method in class moka.io.Graphics
Draws a line from the current pen position (set by moveTo) on the Graphics' display device screen.
drawTo(short, short) - Static method in class moka.io.Graph
Draws a line from the current pen position (set by moveTo) on the current display device screen.
DrawTo(short, short) - Static method in class moka.io.Graphics
Draws a line from the current pen position (set by moveTo) on the current display device screen.

E

E - Static variable in class moka.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
element - Variable in class moka.util.Entry
The object linked to this entry.
element - Variable in class moka.util.SerialEntry
The object linked to this entry.
elements() - Method in class moka.util.LinkedList
Returns an enumeration of the components of this LinkedList.
elements() - Method in class moka.util.SerialList
Returns an enumeration of the components of this SerialList.
elements() - Method in class moka.util.Vector
Returns an enumeration of the components of this vector.
empty() - Method in class moka.x.Container
Empties the container (removes all its children).
enable() - Static method in class moka.io.RowRead
Enable RowRead operation.
enabled - Variable in class moka.x.Component
Is the Component enabled ? Should be only read.
endsWith(String) - Method in class moka.lang.String
Tests if this string ends with the specified suffix.
enqueue(Object) - Method in class moka.util.LinkedList
Enqueues an item at the end of this queue.
enqueue(Object) - Method in class moka.util.Vector
Enqueues an item at the end of this queue.
enqueue(Serializable) - Method in class moka.util.SerialList
Enqueues an item at the end of this queue.
ENTRIES - Static variable in class moka.lang.System
Number of entries in TIOS jump table: may be used for determining actual AMS version (for example, it is 972 on AMS 1.05 and 1463 on AMS 2.03).
Entry - class moka.util.Entry.
Class Entry represents a LinkedList entry.
Entry(Object, Entry, Entry) - Constructor for class moka.util.Entry
Creates a new Entry for the specified element.
Enumeration - class moka.util.Enumeration.
Class Enumeration represents an object generates a series of elements, one at a time.
Enumeration() - Constructor for class moka.util.Enumeration
 
equals(Object) - Method in class moka.lang.UByte
Compares this object to the specified object.
equals(Object) - Method in class moka.lang.UShort
Compares this object to the specified object.
equals(Object) - Method in class moka.lang.UInteger
Compares this object to the specified object.
equals(Object) - Method in class moka.lang.ULong
Compares this object to the specified object.
equals(Object) - Method in class moka.lang.Boolean
Compares this object to the specified object.
equals(Object) - Method in class moka.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class moka.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class moka.lang.Double
Compares this object to the specified object.
equals(Object) - Method in class moka.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class moka.lang.Long
Compares this object to the specified object.
equals(Object) - Method in class moka.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class moka.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class moka.lang.String
Compares this string to the specified object.
equalsIgnoreCase(String) - Method in class moka.lang.String
Compares this String to another String, ignoring case considerations.
erase() - Method in class moka.x.Canvas
Erases the the canvas.
error - Variable in class moka.io.IOStream
Is the stream in error ? Should be only read.
Error - class moka.lang.Error.
The Error class has been designed to deal with error handling.
Error() - Constructor for class moka.lang.Error
Constructs a newly allocated Error object that can be used in a try ...
Error(short) - Constructor for class moka.lang.Error
Constructs a newly allocated Error object that can be used in a try ...
EventListener - class moka.event.EventListener.
The EventListener interfaces for receiving events.
EventListener() - Constructor for class moka.event.EventListener
 
eventTriggered(Object) - Method in class moka.event.EventListener
Invoked when an event is triggered.
eventTriggered(Object) - Method in class moka.x.Component
Invoked when an event is triggered.
eventTriggered(Object) - Method in class moka.x.OptionPane
Invoked when an event is triggered.
exec(String) - Static method in class moka.lang.System
Executes the specified string command.
exists() - Method in class moka.io.File
Tests whether the file denoted by this abstract pathname exists.
EXIT_ON_CLOSE - Static variable in class moka.x.Frame
Indicate that the default close operation exits the application.
exit() - Static method in class moka.lang.System
Terminates the current program returning 0 as return value.
exit(double) - Static method in class moka.lang.System
Terminates the current program returning a double as return value.
exit(int) - Static method in class moka.lang.System
Terminates the current program returning an int as return value.
exit(long) - Static method in class moka.lang.System
Terminates the current program returning a long as return value.
exit(short) - Static method in class moka.lang.System
Terminates the current program returning a short as return value.
exit(String) - Static method in class moka.lang.System
Terminates the current program returning a String as return value.
exp(double) - Static method in class moka.lang.Math
Returns Euler's number e raised to the power of a double value.
export(String, boolean) - Static method in class moka.io.File
Exports the boolean argument to a TIOS variable.
export(String, byte) - Static method in class moka.io.File
Exports the byte argument to a TIOS variable.
export(String, char) - Static method in class moka.io.File
Exports the char argument to a TIOS variable.
export(String, double) - Static method in class moka.io.File
Exports the double argument to a TIOS variable.
export(String, int) - Static method in class moka.io.File
Exports the int argument to a TIOS variable.
export(String, long) - Static method in class moka.io.File
Exports the long argument to a TIOS variable.
export(String, short) - Static method in class moka.io.File
Exports the short argument to a TIOS variable.
export(String, String) - Static method in class moka.io.File
Exports the String argument to a TIOS variable.
exportExpr(String, String) - Static method in class moka.io.File
Exports an expression to a TIOS variable.

F

fgColor - Static variable in interface moka.x.Colored
The foreground color for this component.
File - class moka.io.File.
An abstract representation of file and directory pathnames.
File(String) - Constructor for class moka.io.File
Creates a new File instance by using the given pathname string.
finalize() - Method in class moka.event.Interrupt
Frees the ressources used by this Interrupt.
finalize() - Method in class moka.lang.Object
Called on an object to free the memory or system ressources used by this object.
finalize() - Method in class moka.lang.String
Frees the memory of system ressources used by this String object.
finalize() - Method in class moka.io.File
Frees the memory of system ressources used by this File object.
finalize() - Method in class moka.io.IOStream
Frees the memory of system ressources used by this IOStream object.
finalize() - Method in class moka.util.LinkedList
Frees the memory used by this object.
finalize() - Method in class moka.util.SerialList
Frees the memory used by this object.
finalize() - Method in class moka.util.StringTokenizer
Frees the memory of system ressources used by this StringTokenizer object.
finalize() - Method in class moka.util.Vector
Frees the memory used by this object.
finalize() - Method in class moka.x.Menu
Frees the memory of system ressources used by this Menu object.
finalize() - Method in class moka.x.MenuItem
Frees the memory of system ressources used by this MenuItem object.
finalize() - Method in class moka.x.CaptionedComponent
Free the memory and system ressources used by this CaptionedComponent.
finalize() - Method in class moka.x.Component
Free the memory and system ressources used by this Component.
finalize() - Method in class moka.x.Frame
Free the memory and system ressources used by this Frame.
finalize() - Method in class moka.x.GEM
Free the memory and system ressources used by this GEM.
finalize() - Method in class moka.x.Image
Frees the memory of system ressources used by this Image object.
finalize() - Method in class moka.x.List
Frees the memory of system ressources used by this List object.
finalize() - Method in class moka.x.ScrollPane
Frees the memory of system ressources used by this ScrollPane object.
first - Variable in class moka.util.Enumeration
The first element of the enumeration.
FLOAT_INPUT_TYPE - Static variable in class moka.x.TextField
The TextField only accepts integers and floats.
floor(double) - Static method in class moka.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
flush() - Static method in class moka.io.Keyboard
Flushes the keyboard queue.
font - Static variable in interface moka.x.Captioned
The font for this component.
Font - class moka.x.Font.
Border class encapsulates fonts.
FONT_4x6 - Static variable in class moka.x.Font
Use a proportional small font.
FONT_6x8 - Static variable in class moka.x.Font
Use a fixed-width medium font.
FONT_8x10 - Static variable in class moka.x.Font
Use a fixed-width large font.
FONT_SYSTEM - Static variable in class moka.x.Font
Use the current system font.
Font() - Constructor for class moka.x.Font
 
Frame - class moka.x.Frame.
Class Frame is a floating window.
Frame() - Constructor for class moka.x.Frame
 
Frame(String) - Constructor for class moka.x.Frame
 
free(void_p) - Static method in class moka.lang.System
Deallocates a memory block previously allocated by a call of System.malloc.

G

gcRAM() - Static method in class moka.lang.System
Calls the garbage collection of the RAM memory.
gem - Static variable in class moka.x.GEM
The instance of the Graphic Environment Manager.
GEM - class moka.x.GEM.
The GEM (Graphic Environment Manager) class implements the methods used to manage the Graphic Environment.
GEM() - Constructor for class moka.x.GEM
 
get(int) - Method in class moka.util.LinkedList
Returns the element at the specified position in this linked list.
get(int) - Method in class moka.util.SerialList
Returns the element at the specified position in this linked list.
get(int) - Method in class moka.util.Vector
Returns the element at the specified position in this vector.
getAvailRAM() - Static method in class moka.lang.System
Returns the availlable RAM memory in bytes.
getBitmap(short, short, short, short) - Static method in class moka.io.Graphics
Return a bitmap, taken from a specified zone of the screen.
getChars(int, int, char_p, int) - Method in class moka.lang.String
Copies characters from this string into the destination character array.
getClassName() - Method in class moka.lang.Object
Returns the class' name of an object.
getDouble() - Static method in class moka.lang.System
Returns the next argument as a double.
getFontHeight() - Method in class moka.x.GEM
Returns the current system font height.
getFontHeight(short) - Static method in class moka.x.GEM
Returns the specified font height.
getFontWidth() - Method in class moka.x.GEM
Returns the current system font width.
getFontWidth(short) - Static method in class moka.x.GEM
Returns the specified font width.
getInt() - Static method in class moka.lang.System
Returns the next argument as a int.
getKey() - Method in class moka.io.Keyboard
Returns the key actually pressed.
GetKey() - Static method in class moka.io.Keyboard
Checks to see if a keystroke is currently available.
getKey(int) - Static method in class moka.io.Keyboard
Returns the key pressed in a specified delay.
getLong() - Static method in class moka.lang.System
Returns the next argument as a long.
getPicVar(String, short, short, short, short) - Static method in class moka.io.Graphics
Saves a zone of the screen to a TIOS' PIC variable.
getPix(short, short) - Method in class moka.io.Graphics
Gets the status of a pixel on the Graphics' display device screen.
getPix(short, short) - Static method in class moka.io.Graph
Gets the status of a pixel on the current display device screen.
getPix(short, short) - Method in class moka.x.Canvas
Gets the status of a pixel on the canvas.
GetPix(short, short) - Static method in class moka.io.Graphics
Gets the status of a pixel on the current display device screen.
getPixGray(short, short) - Static method in class moka.io.Graphics
Gets the status of a pixel on the current display device screen.
getSelectedItem() - Method in class moka.x.List
Returns the item identified by the selected index.
getShort() - Static method in class moka.lang.System
Returns the next argument as a short.
getString() - Static method in class moka.lang.System
Returns the next argument as a String.
Graph - class moka.io.Graph.
The Graph class provides methods to deal with bitmaps and display.
Graphics - class moka.io.Graphics.
The Graphics class encapsulates the display device operations and provides methods to deal with bitmaps.
Graphics() - Constructor for class moka.io.Graphics
Creates a new Graphics object using the default display device.
Graphics(void_p, short, short) - Constructor for class moka.io.Graphics
Creates a new Graphics object specifying the display device.
Gray - class moka.io.Gray.
Gray class encapsulates grayscale levels.
graymode - Static variable in class moka.io.Graphics
Is in grayscale mode ? Should be only read
group - Variable in class moka.x.RadioButton
The group of the radio button.

H

hasMoreElements() - Method in class moka.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreTokens() - Method in class moka.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
height - Variable in class moka.x.Component
The height of this Component.
HIDE_ON_CLOSE - Static variable in class moka.x.Frame
Indicate that the default close operation hides the frame.
hit() - Method in class moka.io.Keyboard
Checks if a key is pressed.
hScrollVisible - Variable in class moka.x.ScrollPane
Is the horizontal scroll bar should be visible.

I

idle() - Static method in class moka.lang.System
Turns the calculator in "low-power" state until the next interrupt occurs then returns.
Image - class moka.x.Image.
TextArea class is a text entry component.
Image() - Constructor for class moka.x.Image
 
Image(BITMAP_p) - Constructor for class moka.x.Image
 
Image(String) - Constructor for class moka.x.Image
 
index - Variable in class moka.x.List
The selected item's index.
indexOf(Object) - Method in class moka.util.LinkedList
Returns the index in this linked list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class moka.util.Vector
Returns the index in this vector of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object, int) - Method in class moka.util.LinkedList
Searches for the first occurence of the given argument, beginning the search at index.
indexOf(Object, int) - Method in class moka.util.Vector
Searches for the first occurence of the given argument, beginning the search at index.
indexOf(Serializable) - Method in class moka.util.SerialList
Returns the index in this linked list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Serializable, int) - Method in class moka.util.SerialList
Searches for the first occurence of the given argument, beginning the search at index.
indexOf(String, int) - Method in class moka.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
inputType - Variable in class moka.x.TextField
The input type of this TextField
INT_INPUT_TYPE - Static variable in class moka.x.TextField
The TextField only accepts integers.
Integer - class moka.lang.Integer.
The Integer class wraps a value of the primitive type int in an object.
Integer(int) - Constructor for class moka.lang.Integer
Constructs a newly allocated Integer object that represents the primitive int argument.
Integer(String) - Constructor for class moka.lang.Integer
Constructs a newly allocated Integer object that represents the value represented by the string.
Interrupt - class moka.event.Interrupt.
The Interrupt interfaces for executing code while a thread is running.
Interrupt() - Constructor for class moka.event.Interrupt
Creates a new Interrupt.
intValue() - Method in class moka.lang.UByte
Returns the value of this UByte as an int.
intValue() - Method in class moka.lang.UShort
Returns the value of this UShort as an int.
intValue() - Method in class moka.lang.UInteger
Returns the value of this UInteger as an int.
intValue() - Method in class moka.lang.ULong
Returns the value of this ULong as an int.
intValue() - Method in class moka.lang.Byte
Returns the value of this Byte as an int.
intValue() - Method in class moka.lang.Double
Returns the value of this Double as an int.
intValue() - Method in class moka.lang.Integer
Returns the value of this Integer as an int.
intValue() - Method in class moka.lang.Long
Returns the value of this Long as an int.
intValue() - Method in class moka.lang.Short
Returns the value of this Short as an int.
INVERT_COLOR - Static variable in class moka.x.Color
Draw the invert color.
IOStream - class moka.io.IOStream.
This class represents an Input/Output data stream.
IOStream() - Constructor for class moka.io.IOStream
Creates an IOStream.
isArchived() - Method in class moka.io.File
Tests whether the file named by this abstract pathname is archived.
isByte(String) - Static method in class moka.lang.Byte
Checks if the specified string is a decimal representation of a byte.
isCursorOver(short, short) - Method in class moka.x.Component
Indicates if the cursor is over this component.
isCursorOver(short, short) - Method in class moka.x.Frame
Indicates if the cursor is over this frame.
isCursorOverCloseButton(short, short) - Method in class moka.x.Frame
Indicates if the cursor is over the close button of this frame.
isCursorOverMinimizeButton(short, short) - Method in class moka.x.Frame
Indicates if the cursor is over the minimize button of this frame.
isCursorOverTitleBar(short, short) - Method in class moka.x.Frame
Indicates if the cursor is over the title bar of this frame.
isDigit(char) - Static method in class moka.lang.Character
Determines if the specified character is a digit.
isDouble(String) - Static method in class moka.lang.Double
Checks if the specified string is a decimal representation of a double.
isHidden() - Method in class moka.io.File
Tests whether the file named by this abstract pathname is hidden.
isInt(String) - Static method in class moka.lang.Integer
Checks if the specified string is a decimal representation of an integer.
isLetter(char) - Static method in class moka.lang.Character
Determines if the specified character is a letter.
isLocked() - Method in class moka.io.File
Tests whether the file named by this abstract pathname is locked.
isLong(String) - Static method in class moka.lang.Long
Checks if the specified string is a decimal representation of a long integer.
isLowerCase(char) - Static method in class moka.lang.Character
Determines if the specified character is a lowercase character.
isShort(String) - Static method in class moka.lang.Short
Checks if the specified string is a decimal representation of a short integer.
isUbyte(String) - Static method in class moka.lang.UByte
Checks if the specified string is a decimal representation of a ubyte.
isUint(String) - Static method in class moka.lang.UInteger
Checks if the specified string is a decimal representation of an usigned integer.
isUlong(String) - Static method in class moka.lang.ULong
Checks if the specified string is a decimal representation of a ulong integer.
isUpperCase(char) - Static method in class moka.lang.Character
Determines if the specified character is an uppercase character.
isUshort(String) - Static method in class moka.lang.UShort
Checks if the specified string is a decimal representation of a ushort integer.
items - Variable in class moka.x.Menu
A vector containing the items of this Menu.
items - Variable in class moka.x.List
A vector containing the items of this list.
items - Variable in class moka.x.ScrollPane
A vector containing the items visible in the scrollable area.

K

kbhit() - Static method in class moka.io.Keyboard
Checks if a key stroke is available.
key_2nd - Static variable in class moka.io.RowRead
Checks if the 2ND key is pressed.
key_2nd - Variable in class moka.io.Keyboard
 
key_A - Static variable in class moka.io.RowRead
Checks if the A key is pressed.
key_A - Variable in class moka.io.Keyboard
 
key_ANY - Static variable in class moka.io.RowRead
Checks if ANY key is pressed.
key_APPS - Static variable in class moka.io.RowRead
Checks if the APPS key is pressed.
key_APPS - Variable in class moka.io.Keyboard
 
KEY_APPS - Static variable in class moka.io.Keyboard
The APPS key.
key_B - Static variable in class moka.io.RowRead
Checks if the B key is pressed.
key_B - Variable in class moka.io.Keyboard
 
KEY_BACKSPACE - Static variable in class moka.io.Keyboard
The BACKSPACE key.
key_C - Static variable in class moka.io.RowRead
Checks if the C key is pressed.
key_C - Variable in class moka.io.Keyboard
 
KEY_CHAR - Static variable in class moka.io.Keyboard
The CHAR key.
KEY_CLEAR - Static variable in class moka.io.Keyboard
The CLEAR key.
KEY_COUNT - Static variable in class moka.io.Keyboard
The number of key the keyboard class handle.
key_D - Static variable in class moka.io.RowRead
Checks if the D key is pressed.
key_D - Variable in class moka.io.Keyboard
 
key_Diamnd - Static variable in class moka.io.RowRead
Checks if the DIAMOND key is pressed.
key_Diamnd - Variable in class moka.io.Keyboard
 
KEY_DIAMOND - Static variable in class moka.lang.System
The number added to the key code if the Diamond key is pressed with it.
key_Down - Static variable in class moka.io.RowRead
Checks if the DOWN key is pressed.
key_Down - Variable in class moka.io.Keyboard
 
KEY_DOWN - Static variable in class moka.lang.System
Key code for the down arrow key.
KEY_DOWNLEFT - Static variable in class moka.lang.System
Key code for simultaneous pressing of the down and left arrow keys.
KEY_DOWNRIGHT - Static variable in class moka.lang.System
Key code for simultaneous pressing on up and right arrow keys.
key_E - Static variable in class moka.io.RowRead
Checks if the E key is pressed.
key_E - Variable in class moka.io.Keyboard
 
key_ENTER - Static variable in class moka.io.RowRead
Checks if the ENTER key is pressed.
key_ENTER - Variable in class moka.io.Keyboard
 
KEY_ENTER - Static variable in class moka.io.Keyboard
The ENTER key.
key_ENTER1 - Static variable in class moka.io.RowRead
Checks if the ENTER1 key is pressed.
key_ENTER1 - Variable in class moka.io.Keyboard
 
key_ENTER2 - Static variable in class moka.io.RowRead
Checks if the ENTER2 key is pressed.
key_ENTER2 - Variable in class moka.io.Keyboard
 
KEY_ENTRY - Static variable in class moka.io.Keyboard
The ENTRY key.
key_ESC - Static variable in class moka.io.RowRead
Checks if the ESC key is pressed.
key_ESC - Variable in class moka.io.Keyboard
 
KEY_ESC - Static variable in class moka.io.Keyboard
The ESC key.
key_F - Static variable in class moka.io.RowRead
Checks if the F key is pressed.
key_F - Variable in class moka.io.Keyboard
 
key_F1 - Static variable in class moka.io.RowRead
Checks if the F1 key is pressed.
key_F1 - Variable in class moka.io.Keyboard
 
KEY_F1 - Static variable in class moka.io.Keyboard
The F1 key.
key_F2 - Static variable in class moka.io.RowRead
Checks if the F2 key is pressed.
key_F2 - Variable in class moka.io.Keyboard
 
KEY_F2 - Static variable in class moka.io.Keyboard
The F2 key.
key_F3 - Static variable in class moka.io.RowRead
Checks if the F3 key is pressed.
key_F3 - Variable in class moka.io.Keyboard
 
KEY_F3 - Static variable in class moka.io.Keyboard
The F3 key.
key_F4 - Static variable in class moka.io.RowRead
Checks if the F4 key is pressed.
key_F4 - Variable in class moka.io.Keyboard
 
KEY_F4 - Static variable in class moka.io.Keyboard
The F4 key.
key_F5 - Static variable in class moka.io.RowRead
Checks if the F5 key is pressed.
key_F5 - Variable in class moka.io.Keyboard
 
KEY_F5 - Static variable in class moka.io.Keyboard
The F5 key.
KEY_F6 - Static variable in class moka.io.Keyboard
The F6 key.
KEY_F7 - Static variable in class moka.io.Keyboard
The F7 key.
KEY_F8 - Static variable in class moka.io.Keyboard
The F8 key.
key_G - Static variable in class moka.io.RowRead
Checks if the G key is pressed.
key_G - Variable in class moka.io.Keyboard
 
key_H - Static variable in class moka.io.RowRead
Checks if the H key is pressed.
key_H - Variable in class moka.io.Keyboard
 
key_I - Static variable in class moka.io.RowRead
Checks if the I key is pressed.
key_I - Variable in class moka.io.Keyboard
 
KEY_INS - Static variable in class moka.io.Keyboard
The INS key.
key_J - Static variable in class moka.io.RowRead
Checks if the J key is pressed.
key_J - Variable in class moka.io.Keyboard
 
key_K - Static variable in class moka.io.RowRead
Checks if the K key is pressed.
key_K - Variable in class moka.io.Keyboard
 
key_L - Static variable in class moka.io.RowRead
Checks if the L key is pressed.
key_L - Variable in class moka.io.Keyboard
 
key_Left - Static variable in class moka.io.RowRead
Checks if the LEFT key is pressed.
key_Left - Variable in class moka.io.Keyboard
 
KEY_LEFT - Static variable in class moka.lang.System
Key code for the left arrow key.
key_M - Static variable in class moka.io.RowRead
Checks if the M key is pressed.
key_M - Variable in class moka.io.Keyboard
 
KEY_MATH - Static variable in class moka.io.Keyboard
The MATH key.
KEY_MEM - Static variable in class moka.io.Keyboard
The MEM key.
KEY_MODE - Static variable in class moka.io.Keyboard
The MODE key.
key_N - Static variable in class moka.io.RowRead
Checks if the N key is pressed.
key_N - Variable in class moka.io.Keyboard
 
key_O - Static variable in class moka.io.RowRead
Checks if the O key is pressed.
key_O - Variable in class moka.io.Keyboard
 
KEY_OFF - Static variable in class moka.io.Keyboard
The OFF key.
KEY_ON - Static variable in class moka.io.Keyboard
The ON key.
key_P - Static variable in class moka.io.RowRead
Checks if the P key is pressed.
key_P - Variable in class moka.io.Keyboard
 
key_Q - Static variable in class moka.io.RowRead
Checks if the Q key is pressed.
key_Q - Variable in class moka.io.Keyboard
 
KEY_QUIT - Static variable in class moka.io.Keyboard
The QUIT key.
key_R - Static variable in class moka.io.RowRead
Checks if the R key is pressed.
key_R - Variable in class moka.io.Keyboard
 
KEY_RCL - Static variable in class moka.io.Keyboard
The RCL key.
key_Right - Static variable in class moka.io.RowRead
Checks if the RIGHT key is pressed.
key_Right - Variable in class moka.io.Keyboard
 
KEY_RIGHT - Static variable in class moka.lang.System
Key code for the right arrow key.
key_S - Static variable in class moka.io.RowRead
Checks if the S key is pressed.
key_S - Variable in class moka.io.Keyboard
 
key_Shift - Static variable in class moka.io.RowRead
Checks if the SHIFT key is pressed.
key_Shift - Variable in class moka.io.Keyboard
 
KEY_SHIFT - Static variable in class moka.lang.System
The number added to the key code if the Shift key is pressed with it.
KEY_SIGN - Static variable in class moka.io.Keyboard
The SIGN key.
KEY_STO - Static variable in class moka.io.Keyboard
The STO key.
KEY_SWITCH - Static variable in class moka.io.Keyboard
The SWITCH key.
key_T - Static variable in class moka.io.RowRead
Checks if the T key is pressed.
key_T - Variable in class moka.io.Keyboard
 
key_U - Static variable in class moka.io.RowRead
Checks if the U key is pressed.
key_U - Variable in class moka.io.Keyboard
 
key_Up - Static variable in class moka.io.RowRead
Checks if the UP key is pressed.
key_Up - Variable in class moka.io.Keyboard
 
KEY_UP - Static variable in class moka.lang.System
Key code for the up arrow key.
KEY_UPLEFT - Static variable in class moka.lang.System
Key code for simultaneous pressing of the up and left arrow keys.
KEY_UPRIGHT - Static variable in class moka.lang.System
Key code for simultaneous pressing on up and right arrow keys.
key_V - Static variable in class moka.io.RowRead
Checks if the V key is pressed.
key_V - Variable in class moka.io.Keyboard
 
KEY_VARLNK - Static variable in class moka.io.Keyboard
The VARLNK key.
key_W - Static variable in class moka.io.RowRead
Checks if the W key is pressed.
key_W - Variable in class moka.io.Keyboard
 
key_X - Static variable in class moka.io.RowRead
Checks if the X key is pressed.
key_X - Variable in class moka.io.Keyboard
 
key_Y - Static variable in class moka.io.RowRead
Checks if the Y key is pressed.
key_Y - Variable in class moka.io.Keyboard
 
key_Z - Static variable in class moka.io.RowRead
Checks if the Z key is pressed.
key_Z - Variable in class moka.io.Keyboard
 
Keyboard - class moka.io.Keyboard.
Class Keyboard is used to get low-level input from the keyboard.
Keyboard() - Constructor for class moka.io.Keyboard
Initializes a newly allocated Keyboard.
keyTest(short, short) - Static method in class moka.io.RowRead
Handle low level keyboard reading for single keys.

L

Label - class moka.x.Label.
Label is a text label component.
Label() - Constructor for class moka.x.Label
 
Label(String) - Constructor for class moka.x.Label
 
lastIndexOf(Object) - Method in class moka.util.LinkedList
Returns the index in this linked list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class moka.util.Vector
Returns the index in this vector of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object, int) - Method in class moka.util.LinkedList
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(Object, int) - Method in class moka.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(Serializable) - Method in class moka.util.SerialList
Returns the index in this linked list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Serializable, int) - Method in class moka.util.SerialList
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(String, int) - Method in class moka.lang.String
Returns the index within this string of the last occurrence of the specified substring, searching backward starting at the specified index.
LCD_HEIGHT - Static variable in class moka.x.GEM
Height of the screen in pixels (100 on TI-89, 128 on TI-92 Plus or V200).
LCD_LINE_BYTES - Static variable in class moka.x.GEM
Number of bytes in the visible part of a screen line (20 on TI-89, 30 on TI-92 Plus or V200).
LCD_WIDTH - Static variable in class moka.x.GEM
Width of the screen in pixels (160 on TI-89, 240 on TI-92 Plus or V200).
lcdRestore(void_p) - Static method in class moka.io.Graphics
Restores the saved content of the LCD screen.
lcdSave() - Static method in class moka.io.Graphics
Saves the content of the LCD screen to a new LCD_BUFFER.
lcdSave(void_p) - Static method in class moka.io.Graphics
Saves the content of the LCD screen to an existing LCD_BUFFER.
left() - Method in class moka.x.Component
 
length() - Method in class moka.lang.String
Returns the length of this string.
length() - Method in class moka.io.File
Returns the length of the file denoted by this abstract pathname.
level - Static variable in class moka.io.Graphics
The actual grayscale level (the gray variant the graphic instructions will draw).
LIGHT_GRAY - Static variable in class moka.io.Gray
Draw in light gray.
LIGHT_PLANE - Static variable in class moka.io.Gray
The light grayscale plane.
LinkedList - class moka.util.LinkedList.
The LinkedList class implements doubly-linked list.
LinkedList() - Constructor for class moka.util.LinkedList
Creates a new LinkedList.
LinkedList(Enumeration) - Constructor for class moka.util.LinkedList
Creates a new LinkedList adding the elements of the specified enumeration.
List - class moka.x.List.
List class is a list selection component.
List() - Constructor for class moka.x.List
Constructs a new List.
listen - Variable in class moka.util.Timer
The listener binded to this timer.
listen - Variable in class moka.x.MenuItem
The event listener for this MenuItem.
listen - Variable in class moka.x.Component
The event listener for this component.
load(char[], uint, ushort, ushort) - Static method in class moka.lang.DLL
Loads a DLL into memory and prepares it for use.
load(String, uint, ushort, ushort) - Static method in class moka.lang.DLL
Loads a DLL into memory and prepares it for use.Unloads the previously loaded DLL, if any, using System.unloadDLL(), before attempting to load a new DLL.
log(double) - Static method in class moka.lang.Math
Returns the natural logarithm (base e) of a double value.
Long - class moka.lang.Long.
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class moka.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
Long(String) - Constructor for class moka.lang.Long
Constructs a newly allocated Long object that represents the value represented by the string.
longValue() - Method in class moka.lang.UByte
Returns the value of this UByte as a long.
longValue() - Method in class moka.lang.UShort
Returns the value of this UShort as a long.
longValue() - Method in class moka.lang.UInteger
Returns the value of this UInteger as a long.
longValue() - Method in class moka.lang.ULong
Returns the value of this ULong as an long.
longValue() - Method in class moka.lang.Byte
Returns the value of this Byte as a long.
longValue() - Method in class moka.lang.Double
Returns the value of this Double as a long.
longValue() - Method in class moka.lang.Integer
Returns the value of this Integer as a long.
longValue() - Method in class moka.lang.Long
Returns the value of this Long as an long.
longValue() - Method in class moka.lang.Short
Returns the value of this Short as a long.

M

malloc(int) - Static method in class moka.lang.System
Allocate a block of memory from the memory heap.
mask - Variable in class moka.x.TextField
The mask for this TextField.
Math - class moka.lang.Math.
The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
Math() - Constructor for class moka.lang.Math
 
MAX_VALUE - Static variable in class moka.lang.UByte
The largest value of type byte.
MAX_VALUE - Static variable in class moka.lang.UShort
The largest value of type short.
MAX_VALUE - Static variable in class moka.lang.UInteger
The largest value of type int.
MAX_VALUE - Static variable in class moka.lang.ULong
A constant holding the maximum value a ulong can have, 264.
MAX_VALUE - Static variable in class moka.lang.Byte
The largest value of type byte.
MAX_VALUE - Static variable in class moka.lang.Double
A constant holding the largest positive finite value of type double.
MAX_VALUE - Static variable in class moka.lang.Integer
The largest value of type int.
MAX_VALUE - Static variable in class moka.lang.Long
A constant holding the maximum value a long can have, 263-1.
MAX_VALUE - Static variable in class moka.lang.Short
The largest value of type short.
max(byte, byte) - Static method in class moka.lang.Math
Returns the greater of two byte values.
max(double, double) - Static method in class moka.lang.Math
Returns the greater of two double values.
max(int, int) - Static method in class moka.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class moka.lang.Math
Returns the greater of two long values.
max(short, short) - Static method in class moka.lang.Math
Returns the greater of two short values.
maxLength - Variable in class moka.x.TextArea
The number of character this TextField should accept.
maxLength - Variable in class moka.x.TextField
The number of character this TextField should accept.
Menu - class moka.x.Menu.
Menu class represents a pull-down menu component that is deployed from a menu bar.
Menu() - Constructor for class moka.x.Menu
 
Menu(String) - Constructor for class moka.x.Menu
 
MenuBar - class moka.x.MenuBar.
The MenuBar class represents a menu bar bound to a frame.
MenuBar() - Constructor for class moka.x.MenuBar
Constructs a newly allocated MenuBar.
MenuItem - class moka.x.MenuItem.
MenuItem class represents an item of a menu.
MenuItem() - Constructor for class moka.x.MenuItem
 
MenuItem(String) - Constructor for class moka.x.MenuItem
 
MIN_VALUE - Static variable in class moka.lang.UByte
The smallest value of type byte.
MIN_VALUE - Static variable in class moka.lang.UShort
The smallest value of type short.
MIN_VALUE - Static variable in class moka.lang.UInteger
The smallest value of type uint.
MIN_VALUE - Static variable in class moka.lang.ULong
A constant holding the minimum value a ulong can have, 0.
MIN_VALUE - Static variable in class moka.lang.Byte
The smallest value of type byte.
MIN_VALUE - Static variable in class moka.lang.Double
A constant holding the smallest positive nonzero value of type double.
MIN_VALUE - Static variable in class moka.lang.Integer
The smallest value of type int.
MIN_VALUE - Static variable in class moka.lang.Long
A constant holding the minimum value a long can have, -263.
MIN_VALUE - Static variable in class moka.lang.Short
The smallest value of type short.
min(byte, byte) - Static method in class moka.lang.Math
Returns the smaller of two byte values.
min(double, double) - Static method in class moka.lang.Math
Returns the smaller of two double values.
min(int, int) - Static method in class moka.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class moka.lang.Math
Returns the smaller of two long values.
min(short, short) - Static method in class moka.lang.Math
Returns the smaller of two short values.
minimizeButtonVisible - Variable in class moka.x.Frame
Is the minimize button visible ? Should be only read.
minListen - Variable in class moka.x.GEM
The event listener notified when a frame is minimized.
mkdir() - Method in class moka.io.File
Creates the directory named by this abstract pathname.
mnemonic - Variable in class moka.x.MenuItem
The mnemonic associated with this MenuItem.
mnemonic - Variable in class moka.x.Component
The mnemonic associated with this component.
modal - Variable in class moka.x.Frame
Is this frame modal ? Should be only read.
mode - Variable in class moka.io.File
The file mode.
MODE_APPEND - Static variable in class moka.io.File
Append (binary); open for writing at end of file, or create for writing if the file does not exist.
MODE_APPEND_TEXT - Static variable in class moka.io.File
Append (text); open for writing at end of file, or create for writing if the file does not exist.
MODE_OPEN_READ - Static variable in class moka.io.File
Open for reading only (binary).
MODE_OPEN_READ_TEXT - Static variable in class moka.io.File
Open for reading only (text).
MODE_OPEN_UPDATE - Static variable in class moka.io.File
Open an existing file for update (reading and writing) (binary).
MODE_OPEN_UPDATE_TEXT - Static variable in class moka.io.File
Open an existing file for update (reading and writing) (text).
MODE_UPDATE - Static variable in class moka.io.File
Create a new file for update (reading and writing) (binary).
MODE_UPDATE_APPEND - Static variable in class moka.io.File
Open for append (binary); open for update at the end of the file, or create if the file does not exist.
MODE_UPDATE_APPEND_TEXT - Static variable in class moka.io.File
Open for append (text); open for update at the end of the file, or create if the file does not exist.
MODE_UPDATE_TEXT - Static variable in class moka.io.File
Create a new file for update (reading and writing) (text).
MODE_WRITE - Static variable in class moka.io.File
Create for writing (binary).
MODE_WRITE_TEXT - Static variable in class moka.io.File
Create for writing (text).
moka.event - package moka.event
 
moka.io - package moka.io
 
moka.lang - package moka.lang
 
moka.util - package moka.util
 
moka.x - package moka.x
 
movable - Variable in class moka.x.Frame
Is this frame movable ?
move(short, short) - Method in class moka.x.Component
 
moveTo(short, short) - Static method in class moka.io.Graph
Move the current pen position.
MoveTo(short, short) - Static method in class moka.io.Graphics
Move the current pen position.

N

name - Variable in class moka.io.File
The name of the file.
next - Variable in class moka.util.Entry
The next entry in the LinkedList.
next - Variable in class moka.util.SerialEntry
The next entry in the LinkedList.
next - Variable in class moka.x.Component
The next component in the container of this Component.
nextBoolean() - Method in class moka.util.Random
Generates the next pseudorandom boolean number.
nextBytes(BYTE_p, short) - Method in class moka.util.Random
Generates random bytes and places them into a user-supplied byte array.
nextDouble() - Method in class moka.util.Random
Generates the next pseudorandom double number.
nextElement() - Method in class moka.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextShort() - Method in class moka.util.Random
Generates the next pseudorandom short number.
nextToken() - Method in class moka.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken(String) - Method in class moka.util.StringTokenizer
Returns the next token in this string tokenizer's string.
ngetchx() - Method in class moka.io.Keyboard
Wait for the user to press a key, then return the key.
Ngetchx() - Static method in class moka.io.Keyboard
Wait for the user to press a key, then return the key.
no - Variable in class moka.util.Timer
Deprecated.  
NO_BORDER - Static variable in class moka.x.Border
Do not draw any border.
No_GhostSpace - interface moka.lang.No_GhostSpace.
By default, Moka programs run in "ghost space" to prevent the 8K or 24K limit of some AMS version.
NO_INPUT_TYPE - Static variable in class moka.x.TextField
The TextField accepts any character.
No_Instanciation - interface moka.lang.No_Instanciation.
When applied to the main class of a program, this interface disable the object instanciation support to remove overhead.
No_Optimization - interface moka.lang.No_Optimization.
The No_Optimization interface prevents Moka to optimize the program (-o switch of the compiler) when implemented by the main class of a project.
NO_OPTION - Static variable in class moka.x.OptionPane
Return value from class method if NO is chosen.
No_ROMCallsOptimization - interface moka.lang.No_ROMCallsOptimization.
By default, Moka enables the ROM calls optimization.
No_SaveScreen - interface moka.lang.No_SaveScreen.
By default, Moka programs restore the screen before returning.
NORMAL_ATTR - Static variable in class moka.io.Graphics
Draw with destination pixels turned on.
NORMAL_ATTR - Static variable in class moka.io.Graph
Draw with destination pixels turned on.
NORMAL_BORDER - Static variable in class moka.x.Border
Draw normal borders.
NORMAL_STYLE - Static variable in class moka.x.Style
Draw usign the normal style.

O

Object - class moka.lang.Object.
Class Object is the root of the class hierarchy.
Object() - Constructor for class moka.lang.Object
 
OFF - Static variable in class moka.io.Gray
Draw in black.
off() - Static method in class moka.lang.System
Turns off the calculator.
off() - Static method in class moka.io.Gray
Deactivates grayscale mode.
OK_CANCEL_OPTION - Static variable in class moka.x.OptionPane
Type used for showConfirmDialog.
OK_OPTION - Static variable in class moka.x.OptionPane
Return value form class method if OK is chosen.
on() - Static method in class moka.io.Gray
Activates grayscale mode with four shades of gray.
onClose() - Method in class moka.x.Frame
Called when a CloseEvent occurs.
onDrag() - Method in class moka.x.Frame
Called when a DragEvent occurs.
onDrag(Component) - Method in class moka.x.GEM
Called when a DragEvent occurs to drag and drop a component.
onMinimize() - Method in class moka.x.Frame
Called when a MinimizeEvent occurs.
onMinimize(Frame) - Method in class moka.x.GEM
Called when a MinimizedEvent is triggered.
onPaint() - Method in class moka.x.Menu
Called when a PaintEvent occurs to paint the image of the container and stores it in its virtual memory.
onPaint() - Method in class moka.x.Component
Called when a PaintEvent occurs to paint the image of the component and stores it in its virtual memory.
onPaint() - Method in class moka.x.Container
Called when a PaintEvent occurs to paint the image of the container and stores it in its virtual memory.
onPaint() - Method in class moka.x.GEM
Called when a PaintEvent occurs to refresh the screen.
onPaint() - Method in class moka.x.ScrollPane
Called when a PaintEvent occurs to paint the image of the container and stores it in its virtual memory.
onRefresh() - Method in class moka.x.Container
Called when an UpdateEvent occurs.
onRefresh() - Method in class moka.x.GEM
Called when an UpdateEvent occurs.
open() - Method in class moka.io.File
Opens an existing binary file in the current I/O mode (read only by default).
open() - Method in class moka.io.IOStream
Opens the stream.
open() - Method in class moka.io.Socket
Opens the socket for reading and writting.
open(short) - Method in class moka.io.File
Opens a binary file.
opened - Variable in class moka.io.IOStream
Is the stream opened ? Should be only read.
OptionPane - class moka.x.OptionPane.
OptionPane makes it easy to pop up a standard dialog box that prompts users for a value or informs them of something.
OptionPane() - Constructor for class moka.x.OptionPane
Constructs a newly allocated OptionPane dialog.
OR_ATTR - Static variable in class moka.io.Graphics
Draw with source pixels ORed with destination pixels.
OR_ATTR - Static variable in class moka.io.Graph
Draw with source pixels ORed with destination pixels.

P

paint() - Method in class moka.x.Menu
Paints the Menu.
paint() - Method in class moka.x.Bevel
Paints the bevel.
paint() - Method in class moka.x.Button
Paints the button.
paint() - Method in class moka.x.CheckBox
Paints the CheckBox.
paint() - Method in class moka.x.ComboBox
Paints the ComboBox.
paint() - Method in class moka.x.Component
This method is called to draw the component.
paint() - Method in class moka.x.Frame
Paints the frame.
paint() - Method in class moka.x.Image
Paints the Image.
paint() - Method in class moka.x.Label
Paints the label.
paint() - Method in class moka.x.List
Paints the List.
paint() - Method in class moka.x.RadioButton
Paints the RadioButton.
paint() - Method in class moka.x.TextArea
Paints the TextArea.
paint() - Method in class moka.x.TextField
Paints the textfield.
paintChildren(SCR_RECT_p) - Method in class moka.x.Container
Paints the children of this container to the virtual screen.
paintChildren(SCR_RECT_p) - Method in class moka.x.ScrollPane
Paints the children of this container to the virtual screen.
paintForeground() - Method in class moka.x.MenuBar
Paints the foreground of the MenuBar.
paintForeground() - Method in class moka.x.Container
This method is called to draw the foreground of the container.
paintForeground() - Method in class moka.x.Frame
Paints the foreground of the frame.
paintForeground() - Method in class moka.x.Panel
Paints the foreground of the panel.
paintForeground() - Method in class moka.x.ScrollPane
Paints the foreground of the panel.
Panel - class moka.x.Panel.
Panel is a container used to regroup visual objects.
Panel() - Constructor for class moka.x.Panel
 
parent - Variable in class moka.x.Component
The parent Container of this Component.
parseBoolean(String) - Static method in class moka.lang.Boolean
Returns a Boolean with a value represented by the specified String.
parseByte(String) - Static method in class moka.lang.Byte
Parses the string argument as a signed decimal integer.
parseDouble(String) - Static method in class moka.lang.Double
Parses the string argument as a signed decimal integer.
parseInt(String) - Static method in class moka.lang.Integer
Parses the string argument as a signed decimal integer.
parseLong(String) - Static method in class moka.lang.Long
Parses the string argument as a signed decimal long.
parseShort(String) - Static method in class moka.lang.UShort
Parses the string argument as a decimal integer.
parseShort(String) - Static method in class moka.lang.Short
Parses the string argument as a signed decimal integer.
parseUbyte(String) - Static method in class moka.lang.UByte
Parses the string argument as a decimal integer.
parseUint(String) - Static method in class moka.lang.UInteger
Parses the string argument as a signed decimal integer.
parseUlong(String) - Static method in class moka.lang.ULong
Parses the string argument as a unsigned decimal ulong.
peek() - Method in class moka.util.LinkedList
Looks at the object at the top of this stack without removing it from the stack.
peek() - Method in class moka.util.SerialList
Looks at the object at the top of this stack without removing it from the stack.
peek() - Method in class moka.util.Vector
Looks at the object at the top of this stack without removing it from the stack.
PI - Static variable in class moka.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
picVarPut(char_p, short, short, short) - Static method in class moka.io.Graphics
Puts a TIOS PIC variable on the screen.
picVarPut(char[], short, short, short) - Static method in class moka.io.Graph
Puts a TIOS PIC variable on the screen.
picVarPut(String, short, short, short) - Static method in class moka.io.Graphics
Puts a TIOS PIC variable on the screen.
picVarPut(String, short, short, short) - Static method in class moka.io.Graph
Puts a TIOS PIC variable on the screen.
pop() - Method in class moka.util.LinkedList
Removes the object at the top of this stack and returns that object as the value of this function.
pop() - Method in class moka.util.SerialList
Removes the object at the top of this stack and returns that object as the value of this function.
pop() - Method in class moka.util.Vector
Removes the object at the top of this stack and returns that object as the value of this function.
port - Variable in class moka.x.GEM
The virtual screen buffer.
portSet() - Method in class moka.io.Graphics
Sets the virtual screen to the Graphics' display device screen.
portSet(void_p, short, short) - Static method in class moka.io.Graphics
Sets the virtual screen.
pow(double, double) - Static method in class moka.lang.Math
Returns of value of the first argument raised to the power of the second argument.
prev - Variable in class moka.x.Component
The previous component in the container of this Component.
previous - Variable in class moka.util.Entry
The previous entry in the LinkedList.
print(byte) - Static method in class moka.lang.System
Prints a byte.
print(char) - Static method in class moka.lang.System
Prints a char.
print(char[]) - Static method in class moka.lang.System
Prints an ANSI string.
print(double) - Static method in class moka.lang.System
Prints a double.
print(int) - Static method in class moka.lang.System
Prints an int.
print(long) - Static method in class moka.lang.System
Prints a long.
print(Object) - Static method in class moka.lang.System
Prints an object.
print(short) - Static method in class moka.lang.System
Prints a short.
print(String) - Static method in class moka.lang.System
Prints a String then finalize the String.
println() - Static method in class moka.lang.System
Terminates the line.
println(byte) - Static method in class moka.lang.System
Prints a byte and then terminates the line.
println(char) - Static method in class moka.lang.System
Prints a char and then terminates the line.
println(char[]) - Static method in class moka.lang.System
Prints an ANSI string and then terminates the line.
println(double) - Static method in class moka.lang.System
Prints a double and then terminates the line.
println(int) - Static method in class moka.lang.System
Prints an int and then terminates the line.
println(long) - Static method in class moka.lang.System
Prints a long and then terminates the line.
println(Object) - Static method in class moka.lang.System
Prints an object and then terminates the line.
println(short) - Static method in class moka.lang.System
Prints a short and then terminates the line.
println(String) - Static method in class moka.lang.System
Prints a String and then terminates the line and finalize the String.
push(Object) - Method in class moka.util.LinkedList
Pushes an item onto the top of this stack.
push(Object) - Method in class moka.util.Vector
Pushes an item onto the top of this stack.
push(Serializable) - Method in class moka.util.SerialList
Pushes an item onto the top of this stack.
putBitmap(BITMAP_p, short, short, short) - Static method in class moka.io.Graphics
Puts a BITMAP on the screen.
putBitmap(BITMAP_p, short, short, short) - Static method in class moka.io.Graph
Puts a BITMAP on the screen.
putGray(BITMAP_p, BITMAP_p, short, short, short) - Static method in class moka.io.Graphics
Puts a set of TIOS on the screen.
putGray(String, String, short, short, short) - Static method in class moka.io.Graphics
Puts a set of TIOS PIC variables on the screen.

R

RadioButton - class moka.x.RadioButton.
RadioButton class is a check box component.
RadioButton() - Constructor for class moka.x.RadioButton
 
RadioButton(String) - Constructor for class moka.x.RadioButton
 
RadioGroup - class moka.x.RadioGroup.
RadioGroup class represents a group of RadioButtons.
RadioGroup() - Constructor for class moka.x.RadioGroup
 
RAISED_BORDER - Static variable in class moka.x.Border
Apply a raising effect to the borders.
RAISED_STYLE - Static variable in class moka.x.Style
Draw usign the raised style.
rand() - Static method in class moka.lang.Math
Returns a short value with a positive sign, greater than or equal to 0 and less than 32767.
rand(short) - Static method in class moka.lang.Math
Returns a short value with a positive sign, greater than or equal to 0 and less than the specified number.
Random - class moka.util.Random.
An instance of this class is used to generate a stream of pseudorandom numbers.
random() - Static method in class moka.lang.Math
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
Random() - Constructor for class moka.util.Random
Creates a new random number generator.
Random(short) - Constructor for class moka.util.Random
Creates a new random number generator using a single short seed.
randomize() - Static method in class moka.lang.Math
Initializes the random number generator with a random value (picked from the timer).
read() - Static method in class moka.lang.System
Read a character from the keyboard.
readAlpha() - Method in class moka.io.Keyboard
Returns the first (in alphabetic order) of the alphabetic keys pressed.
readBoolean() - Method in class moka.io.IOStream
Reads a boolean.
readByte() - Method in class moka.io.File
Reads an 8 bit byte.
readByte() - Method in class moka.io.IOStream
Reads an 8 bit byte.
readByte() - Method in class moka.io.Socket
Reads an 8 bit byte.
readBytes(char_p, short) - Method in class moka.io.File
Copies to a buffer of bytes up to the specified length bytes read from the stream.
readBytes(char_p, short) - Method in class moka.io.IOStream
Copies to a buffer of bytes up to the specified length bytes read from the stream.
readBytes(char_p, short) - Method in class moka.io.Socket
Copies to a buffer of bytes up to the specified length bytes read from the stream.
readChar() - Method in class moka.io.IOStream
Reads a char.
readChars(short) - Method in class moka.io.IOStream
Reads an ANSI string.
readDouble() - Method in class moka.io.IOStream
Reads a double.
readInt() - Method in class moka.io.IOStream
Reads an int.
readLine() - Static method in class moka.lang.System
Read a line of text.
readLine(boolean) - Static method in class moka.lang.System
Read a line of text.
readLong() - Method in class moka.io.IOStream
Reads a long.
readObject() - Method in class moka.io.IOStream
Reads a Object.
readShort() - Method in class moka.io.IOStream
Reads a short.
readString() - Method in class moka.io.IOStream
Reads a String object.
regionMatches(boolean, int, String, int, int) - Method in class moka.lang.String
Tests if two string regions are equal.
regionMatches(int, String, int, int) - Method in class moka.lang.String
Tests if two string regions are equal.
register(Interrupt) - Static method in class moka.event.Interrupt
Registers the specified interrupt.
register(Interrupt) - Method in class moka.x.GEM
Registers the specified interrupt.
remove(Component) - Method in class moka.x.Container
Removes the specified component from this container.
remove(int) - Method in class moka.util.LinkedList
Removes the element at the specified position in this linked list.
remove(int) - Method in class moka.util.SerialList
Removes the element at the specified position in this linked list.
remove(int) - Method in class moka.util.Vector
Removes the element at the specified position in this vector.
remove(Menu) - Method in class moka.x.MenuBar
Removes the specified Menu from this MenuBar.
remove(MenuItem) - Method in class moka.x.Menu
Removes the specified Menu from this MenuBar.
remove(Object) - Method in class moka.util.LinkedList
Removes the first occurrence in this linked list of the specified element.
remove(Object) - Method in class moka.util.Vector
Removes the first occurrence in this vector of the specified element.
remove(Serializable) - Method in class moka.util.SerialList
Removes the first occurrence in this linked list of the specified element.
renameTo(String) - Method in class moka.io.File
Renames the file denoted by this abstract pathname.
repaintChildren() - Method in class moka.x.Container
Sends a PaintEvent to all the children of this component that need to be repainted.
REPLACE_ATTR - Static variable in class moka.io.Graphics
Draw with source pixels replace destination pixels.
REPLACE_ATTR - Static variable in class moka.io.Graph
Draw with source pixels replace destination pixels.
replace(char, char) - Method in class moka.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(String, String) - Method in class moka.lang.String
Returns a new string resulting from replacing all occurrences of oldStr substring in this string with newStr.
reset() - Static method in class moka.lang.System
Resets the calculator.
REVERSE_ATTR - Static variable in class moka.io.Graphics
Draw with destination pixels turned off.
REVERSE_ATTR - Static variable in class moka.io.Graph
Draw with destination pixels turned off.
right() - Method in class moka.x.Component
 
rmdir() - Method in class moka.io.File
Removes the directory named by this abstract pathname including all files in it.
ROM_BASE - Static variable in class moka.lang.System
Base address of the ROM (0x200000 on TI-89 or V200, 0x400000 on TI-92 Plus).
round(double) - Static method in class moka.lang.Math
Returns the closest int to the argument.
RowRead - class moka.io.RowRead.
Class RowRead is used to get low-level input from the keyboard.
RowRead() - Constructor for class moka.io.RowRead
 
rowRead(UShort) - Static method in class moka.io.RowRead
Handle low level keyboard reading for simultaneous reading of more than one key.
run() - Method in class moka.event.Interrupt
Handles the code to execute when this object interrupts.
run() - Method in class moka.util.Timer
Handles the code to execute when this object interrupts.
run() - Method in class moka.x.GEM
This method is looping when the GEM is started.

S

save() - Method in class moka.x.Canvas
Saves the area of the canvas.
saveToFile(String) - Method in class moka.x.Canvas
Saves the bitmap displayed in the canvas to a PIC file.
SCR_RECT - class moka.lang.SCR_RECT.
The SCR_RECT class represents the C SCR_RECT type.
SCR_RECT_p - class moka.lang.SCR_RECT_p.
The SCR_RECT_p class represents the C SCR_RECT* type.
SCR_RECT_p() - Constructor for class moka.lang.SCR_RECT_p
 
SCR_RECT() - Constructor for class moka.lang.SCR_RECT
 
ScrollPane - class moka.x.ScrollPane.
A ScollPanePanel is a scollable area.
ScrollPane() - Constructor for class moka.x.ScrollPane
Constructs a newly allocated ScrollPane.
seed - Variable in class moka.util.Random
The state associated with this pseudorandom number generator.
seek(int) - Method in class moka.io.File
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
selected - Variable in class moka.x.RadioGroup
The selected RadioButton.
SerialEntry - class moka.util.SerialEntry.
Class SerialEntry represents a SerialList entry.
SerialEntry(Serializable, SerialEntry) - Constructor for class moka.util.SerialEntry
Creates a new SerialEntry for the specified element.
Serializable - class moka.io.Serializable.
This class implements the hability to serialize and write an object to a stream and interfaces the hability to read and deserialize an object from a stream.
Serializable() - Constructor for class moka.io.Serializable
 
serialize(IOStream) - Method in class moka.io.Serializable
Serializes and writes this object to a given stream.
SerialList - class moka.util.SerialList.
The SerialList class implements a serializable list of serializable elements.
SerialList() - Constructor for class moka.util.SerialList
Creates a new SerialList.
SerialList(Enumeration) - Constructor for class moka.util.SerialList
Creates a new SerialList adding the elements of the specified enumeration.
set(int, Object) - Method in class moka.util.LinkedList
Replaces the element at the specified position in this linked list with the specified element.
set(int, Object) - Method in class moka.util.Vector
Replaces the element at the specified position in this vector with the specified element.
set(int, Serializable) - Method in class moka.util.SerialList
Replaces the element at the specified position in this linked list with the specified element.
setActive(boolean) - Method in class moka.util.Timer
Sets if this timer is activated.
setAMSPlane(short) - Static method in class moka.io.Gray
Forces graphics routines to use selected plane.
setAPD(int) - Static method in class moka.lang.System
Sets the device's "APD" time.
setArchived(boolean) - Method in class moka.io.File
Sets if the file named by this abstract pathname is archived (in the archive memory instead of the RAM).
setBackground() - Method in class moka.x.GEM
Sets the current screen state as background.
setBgColor(short) - Method in interface moka.x.Colored
Sets the background color of the component.
setBmp(BITMAP_p) - Method in class moka.x.Image
Sets the bitmap displayed by this Image.
setBmp(String) - Method in class moka.x.Image
Sets the bitmap displayed by this Image.
setBorder(short) - Method in interface moka.x.Bordered
Sets the border of the component.
setBounds(short, short, short, short) - Method in class moka.x.Component
 
setCapacity(int) - Method in class moka.util.Vector
Sets the capacity of this vector.
setCaption(String) - Method in class moka.x.MenuItem
Sets the caption of the MenuItem.
setCaption(String) - Method in interface moka.x.Captioned
Sets the caption of the component.
setChecked(boolean) - Method in class moka.x.CheckBox
Sets if the CheckBox is checked.
setCloseButtonVisible(boolean) - Method in class moka.x.Frame
Sets the visibility of the close button.
setCurrentPosition(int) - Method in class moka.util.StringTokenizer
Sets the current position to the specified index.
setCursorVisible(boolean) - Method in class moka.x.GEM
Sets the visibility of the cursor.
setEnabled(boolean) - Method in class moka.x.Component
Sets if the component is enabled or not.
setFgColor(short) - Method in interface moka.x.Colored
Sets the foreground color of the component.
setFont(short) - Method in interface moka.x.Captioned
Sets the font for this component's caption.
setFont(short) - Method in class moka.x.GEM
Sets the system font.
setGray(short) - Static method in class moka.io.Graphics
Sets the grayscale level.
setGroup(RadioGroup) - Method in class moka.x.RadioButton
Sets the RadioGroup associated with this RadioButton.
setHeight(short) - Method in class moka.x.Component
 
setHidden(boolean) - Method in class moka.io.File
Sets if the file named by this abstract pathname is hidden (invisible for the TI-BASIC programs).
setHScrollVisible(boolean) - Method in class moka.x.ScrollPane
Sets if the horizontal scroll bar should be visible.
setListData(Vector) - Method in class moka.x.List
Use the items in the specified Vector as the data for this List.
setLocked(boolean) - Method in class moka.io.File
Sets if the file named by this abstract pathname is locked (cannot be altered).
setMask(char) - Method in class moka.x.TextField
Sets the mask of the TextField.
setMinimizeButtonVisible(boolean) - Method in class moka.x.Frame
Sets the visibility of the minimize button.
setMnemonic(char) - Method in class moka.x.Component
Sets the mnemonic for this component.
setModal(boolean) - Method in class moka.x.Frame
Sets frame is modal or not.
setSelected(RadioButton) - Method in class moka.x.RadioGroup
Sets the RadioButton selected.
setStarted(boolean) - Method in class moka.x.GEM
Starts or stops this GEM.
setStHelpMsg(String) - Static method in class moka.lang.System
Displays a message in the status line then finalizes the String argument.
setStyle(short) - Method in interface moka.x.Styled
Sets the style of the component.
setSX(short) - Method in class moka.x.ScrollPane
Sets the virtual X coordinate.
setSY(short) - Method in class moka.x.ScrollPane
Sets the virtual Y coordinate.
setVisible(boolean) - Method in class moka.x.Menu
Sets the visibility of the component.
setVisible(boolean) - Method in class moka.x.Component
Sets the visibility of the component.
setVisible(boolean) - Method in class moka.x.Frame
Sets the visibility of the frame.
setVScrollVisible(boolean) - Method in class moka.x.ScrollPane
Sets if the vertical scroll bar should be visible.
setWarp(boolean) - Method in class moka.x.TextArea
Sets if the words should be warped.
setWidth(short) - Method in class moka.x.Component
 
setX(short) - Method in class moka.x.Component
 
setY(short) - Method in class moka.x.Component
 
SHADE_H_ATTR - Static variable in class moka.io.Graphics
Draw the line using a horizontal shading pattern.
SHADE_H_ATTR - Static variable in class moka.io.Graph
Draw the line using a horizontal shading pattern.
SHADE_H_COLOR - Static variable in class moka.x.Color
Draw using a horizontal shading pattern.
SHADE_NS_ATTR - Static variable in class moka.io.Graphics
Draw the line using a negative slope diagonal shading pattern.
SHADE_NS_ATTR - Static variable in class moka.io.Graph
Draw the line using a negative slope diagonal shading pattern.
SHADE_NS_COLOR - Static variable in class moka.x.Color
Draw using a negative slope diagonal shading pattern.
SHADE_PS_ATTR - Static variable in class moka.io.Graphics
Draw the line using a positive slope diagonal shading pattern.
SHADE_PS_ATTR - Static variable in class moka.io.Graph
Draw the line using a positive slope diagonal shading pattern.
SHADE_PS_COLOR - Static variable in class moka.x.Color
Draw using a positive slope diagonal shading pattern.
SHADE_V_ATTR - Static variable in class moka.io.Graphics
Draw the line using a vertical shading pattern.
SHADE_V_ATTR - Static variable in class moka.io.Graph
Draw the line using a vertical shading pattern.
SHADE_V_COLOR - Static variable in class moka.x.Color
Draw using a vertical shading pattern.
SHADED_ATTR - Static variable in class moka.io.Graphics
Draw with destination pixels masked so that every other pixel turned off
SHADED_ATTR - Static variable in class moka.io.Graph
Draw with destination pixels masked so that every other pixel turned off
Short - class moka.lang.Short.
The Short class wraps a value of the primitive type short in an object.
Short(short) - Constructor for class moka.lang.Short
Constructs a newly allocated Short object that represents the primitive short argument.
Short(String) - Constructor for class moka.lang.Short
Constructs a newly allocated Short object that represents the value represented by the string.
shortValue() - Method in class moka.lang.UByte
Returns the value of this UByte as a short.
shortValue() - Method in class moka.lang.UShort
Returns the value of this UShort as an short.
shortValue() - Method in class moka.lang.UInteger
Returns the value of this UInteger as a short.
shortValue() - Method in class moka.lang.ULong
Returns the value of this ULong as a short.
shortValue() - Method in class moka.lang.Byte
Returns the value of this Byte as a short.
shortValue() - Method in class moka.lang.Double
Returns the value of this Double as a short.
shortValue() - Method in class moka.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class moka.lang.Long
Returns the value of this Long as a short.
shortValue() - Method in class moka.lang.Short
Returns the value of this Short as an short.
showConfirmDialog(Container, String, String, short) - Static method in class moka.x.OptionPane
Brings up a dialog with the specified options (a combination of Yes, No and Cancel); with the specified title.
showConfirmDialog(String) - Static method in class moka.x.OptionPane
Brings up a dialog with the options Yes, No and Cancel; with the title, Select an Option.
showInputDialog(Container, String, String) - Static method in class moka.x.OptionPane
Shows a question-message dialog requesting input from the user.
showInputDialog(String) - Static method in class moka.x.OptionPane
Shows a question-message dialog requesting input from the user.
showMessageDialog(Container, String, String) - Static method in class moka.x.OptionPane
Brings up an information-message dialog.
showMessageDialog(String) - Static method in class moka.x.OptionPane
Brings up an information-message dialog titled "Message".
showModal(Frame) - Method in class moka.x.GEM
This method is called when a Frame is showed in modal mode.
showVarLinkDialog() - Static method in class moka.io.File
Shows the VAR-LINK dialog and return a file object, associated to the TIOS variable selected in the dialog.
sin(double) - Static method in class moka.lang.Math
Returns the trigonometric sine of an angle.
size - Variable in class moka.util.LinkedList
The actual size of the LinkedList.
size - Variable in class moka.util.SerialList
The actual size of the SerialList.
size - Variable in class moka.util.Vector
The actual size of the Vector.
skip(int) - Method in class moka.io.File
Skips over n bytes of data from this file.
Socket - class moka.io.Socket.
This class implements sockets.
Socket() - Constructor for class moka.io.Socket
Creates an unconnected socket.
sqrt(double) - Static method in class moka.lang.Math
Returns the correctly rounded positive square root of a double value.
started - Variable in class moka.x.GEM
Is the Graphic Environment started ? Should be only read.
startListen - Variable in class moka.x.GEM
The event listener notified when the Graphic Environment starts.
startsWith(String, int) - Method in class moka.lang.String
Tests if this string starts with the specified prefix beginning a specified index.
stEraseHelp() - Static method in class moka.lang.System
If the status flags indicate that a help message is being displayed, this function redraws the status line, effectively removing the message.
strcmp(char_p) - Method in class moka.lang.String
Compares two strings lexicographically.
String - class moka.lang.String.
The String class represents character strings.
String() - Constructor for class moka.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(char_p) - Constructor for class moka.lang.String
Initializes a newly created String object so that its value makes reference to a given ANSI string.
String(char_p, boolean) - Constructor for class moka.lang.String
Initializes a newly created String object so that its value makes reference or not to a given ANSI string.
String(String) - Constructor for class moka.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
StringTokenizer - class moka.util.StringTokenizer.
The string tokenizer class allows an application to break a string into tokens.
StringTokenizer(String) - Constructor for class moka.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String) - Constructor for class moka.util.StringTokenizer
Constructs a string tokenizer for the specified string.
style - Static variable in interface moka.x.Styled
The style for this component.
Style - class moka.x.Style.
Style class encapsulates styles.
Style() - Constructor for class moka.x.Style
 
Styled - interface moka.x.Styled.
The Styled interface provides methods used to deal with styled components.
substring(char_p, int, int) - Static method in class moka.lang.Character
Returns a new ANSI string that is a substring of the specified ANSI string.
substring(int, int) - Method in class moka.lang.String
Returns a new string that is a substring of this string.
sX - Variable in class moka.x.ScrollPane
The virtual x position in the scrollable area.
sY - Variable in class moka.x.ScrollPane
The virtual y position in the scrollable area.
System - class moka.lang.System.
The System class contains several useful class fields and methods.
SYSTEM_KEY_COUNT - Static variable in class moka.io.Keyboard
The number of system key the keyboard class handle.
systemFont - Variable in class moka.x.GEM
The ssytem font.

T

tail - Variable in class moka.x.Container
The last component in this Container.
tan(double) - Static method in class moka.lang.Math
Returns the trigonometric tangent of an angle.
TextArea - class moka.x.TextArea.
TextArea class is a text entry component.
TextArea() - Constructor for class moka.x.TextArea
 
TextArea(String) - Constructor for class moka.x.TextArea
 
TextField - class moka.x.TextField.
TextField class is a text entry component.
TextField() - Constructor for class moka.x.TextField
 
TextField(String) - Constructor for class moka.x.TextField
 
THICK1_ATTR - Static variable in class moka.io.Graphics
Draw a double thick line.
THICK1_ATTR - Static variable in class moka.io.Graph
Draw a double thick line.
time - Variable in class moka.util.Timer
The time stamp value when this timer will expire.
timeout - Variable in class moka.io.Socket
The timeout, in 1/20th of second.
Timer - class moka.util.Timer.
A facility to schedule tasks for future execution in a background loop.
Timer() - Constructor for class moka.util.Timer
Creates a new Timer using the timer ID number 6 and a 20 1/20th of second delay (1 second).
Timer(int) - Constructor for class moka.util.Timer
Creates a new Timer specifying the the delay.
Timer(short, int) - Constructor for class moka.util.Timer
Deprecated. As of MDK2.1, use Timer(int delay) instead
timeStamp - Static variable in class moka.util.Timer
The current time stamp (in 1/20th of second).
toDegrees(double) - Static method in class moka.lang.Math
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toFront(Component) - Method in class moka.x.Component
Called to brings a component to the front of a container.
toFront(Component) - Method in class moka.x.Container
Called to brings a component to the front of this container.
toLowerCase() - Method in class moka.lang.String
Converts all of the characters in this String to lower case.
toLowerCase(char) - Static method in class moka.lang.Character
Converts the character argument to lowercase using case mapping information from the TI-92 Plus Character Codes chart.
top() - Method in class moka.x.Component
 
toRadians(double) - Static method in class moka.lang.Math
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toString() - Method in class moka.lang.UByte
Returns a String object representing this UByte's value.
toString() - Method in class moka.lang.UShort
Returns a String object representing this UShort's value.
toString() - Method in class moka.lang.UInteger
Returns a String object representing this UInteger's value.
toString() - Method in class moka.lang.ULong
Returns a String object representing this ULong's value.
toString() - Method in class moka.lang.Error
Returns a String object representing this Error's TI-Basic error message string.
toString() - Method in class moka.lang.Boolean
Returns a String object representing this Boolean's value.
toString() - Method in class moka.lang.Byte
Returns a String object representing this Byte's value.
toString() - Method in class moka.lang.Character
Returns a String object representing this Character's value.
toString() - Method in class moka.lang.Double
Returns a String object representing this Double's value.
toString() - Method in class moka.lang.Integer
Returns a String object representing this Integer's value.
toString() - Method in class moka.lang.Long
Returns a String object representing this Long's value.
toString() - Method in class moka.lang.Object
Returns a string representation of the object.
toString() - Method in class moka.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class moka.lang.String
Returns a copy of this string.
toString() - Method in class moka.util.LinkedList
Returns a string representation of this LinkedList, containing the String representation of each element.
toString() - Method in class moka.util.SerialList
Returns a string representation of this LinkedList, containing the String representation of each element.
toString() - Method in class moka.util.Vector
Returns a string representation of this Vector, containing the String representation of each element.
toUpperCase() - Method in class moka.lang.String
Converts all of the characters in this String to upper case.
toUpperCase(char) - Static method in class moka.lang.Character
Converts the character argument to uppercase using case mapping information from the TI-92 Plus Character Codes chart.
toVat() - Method in class moka.lang.String
Converts this String object to a TIOS VAT String.
toVat(char_p) - Static method in class moka.lang.Character
Converts an ANSI string into a TIOS VAT String.
toVat(String) - Static method in class moka.lang.Character
Converts a String object into a TIOS VAT String then finalizes the String.
trim() - Method in class moka.lang.String
Returns this string, minus the leading and trailing whitespace.
trimToSize() - Method in class moka.util.Vector
Trims the capacity of this vector to be the vector's current size.
type - Variable in class moka.io.File
The type of the file to appear in the VAR-LINK menu.

U

UByte - class moka.lang.UByte.
The UByte class wraps a value of the primitive type ubyte in an object.
UByte(ubyte) - Constructor for class moka.lang.UByte
Constructs a newly allocated UByte object that represents the primitive ubyte argument.
ubyteValue() - Method in class moka.lang.UByte
Returns the value of this UByte as an byte.
UInteger - class moka.lang.UInteger.
The Integer class wraps a value of the primitive type int in an object.
UInteger(uint) - Constructor for class moka.lang.UInteger
Constructs a newly allocated UInteger object that represents the primitive uint argument.
uintValue() - Method in class moka.lang.UInteger
Returns the value of this UInteger as an uint.
ULong - class moka.lang.ULong.
The ULong class wraps a value of the primitive type ulong in an object.
ULong(ulong) - Constructor for class moka.lang.ULong
Constructs a newly allocated ULong object that represents the primitive ulong argument.
ulongValue() - Method in class moka.lang.ULong
Returns the value of this ULong as an ulong.
unload() - Static method in class moka.lang.DLL
Unloads a previously loaded DLL.
unregister(Interrupt) - Static method in class moka.event.Interrupt
Unregisters the specified interrupt.
unregister(Interrupt) - Method in class moka.x.GEM
Unregisters the specified interrupt.
update() - Method in class moka.x.MenuBar
Updates the disposition of the Menus on the Menubar.
update() - Method in class moka.x.List
Updates the display of the list.
USABLE_HEIGHT - Static variable in class moka.x.GEM
The usable height of the screen (94 on TI-89, 122 on TI-92 Plus or V200)
uScrRect - Static variable in class moka.io.Graphics
A universal SCR_RECT.
Use_GarbageCollection - interface moka.lang.Use_GarbageCollection.
The Use_GarbageCollection is a limited implementation of the garbage collection feature.
Use_Optimization - interface moka.lang.Use_Optimization.
The Use_Optimization interface forces Moka to optimize the program (-o switch of the compiler) when implemented by the main class of a project.
use() - Method in class moka.x.Menu
This method is invoked by the GEM when the user interacts with the ComboBox.
use() - Method in class moka.x.Canvas
This method is invoked by the GEM when the user interacts with the Canvas.
use() - Method in class moka.x.CheckBox
This method is invoked by the GEM when the user interacts with the CheckButton.
use() - Method in class moka.x.ComboBox
This method is invoked by the GEM when the user interacts with the ComboBox.
use() - Method in class moka.x.Component
This method is invoked by the GEM when the user interacts with the component.
use() - Method in class moka.x.Container
This method is invoked by the GEM when the user interacts with the container.
use() - Method in class moka.x.Frame
This method is invoked by the GEM when the user interacts with the frame.
use() - Method in class moka.x.List
This method is invoked by the GEM when the user interacts with the List.
use() - Method in class moka.x.RadioButton
This method is invoked by the GEM when the user interacts with the RadioButton.
use() - Method in class moka.x.TextArea
This method is invoked by the GEM when the user interacts with the TextArea.
use() - Method in class moka.x.TextField
This method is invoked by the GEM when the user interacts with the TextField.
use() - Method in class moka.x.ScrollPane
This method is invoked by the GEM when the user interacts with the container.
useCursor() - Method in class moka.x.GEM
Gives the user the control of the cursor.
UShort - class moka.lang.UShort.
The UShort class wraps a value of the primitive type ushort in an object.
UShort(ushort) - Constructor for class moka.lang.UShort
Constructs a newly allocated UShort object that represents the primitive ushort argument.
ushortValue() - Method in class moka.lang.UShort
Returns the value of this UShort as an ushort.

V

valueOf(boolean) - Static method in class moka.lang.String
Returns the string representation of the boolean argument.
valueOf(byte) - Static method in class moka.lang.String
Returns the string representation of the byte argument.
valueOf(char_p) - Static method in class moka.lang.String
Returns the string representation of the ANSI string argument.
valueOf(char_p, int) - Static method in class moka.lang.String
Returns the string representation of the char array argument.
valueOf(char) - Static method in class moka.lang.String
Returns the string representation of the char argument.
valueOf(double) - Static method in class moka.lang.String
Returns the string representation of the double argument.
valueOf(int) - Static method in class moka.lang.String
Returns the string representation of the int argument.
valueOf(long) - Static method in class moka.lang.String
Returns the string representation of the long argument.
valueOf(short) - Static method in class moka.lang.String
Returns the string representation of the short argument.
valueOf(UByte) - Static method in class moka.lang.String
Returns the string representation of the ubyte argument.
valueOf(UInteger) - Static method in class moka.lang.String
Returns the string representation of the uint argument.
valueOf(ULong) - Static method in class moka.lang.String
Returns the string representation of the ulong argument.
valueOf(UShort) - Static method in class moka.lang.String
Returns the string representation of the ushort argument.
Vector - class moka.util.Vector.
The Vector class implements a growable array of objects.
Vector() - Constructor for class moka.util.Vector
Creates a new Vector with an initial capacity of 10 and a capacity increment of 5.
Vector(Enumeration) - Constructor for class moka.util.Vector
Creates a new Vector adding the elements of the specified enumeration.
Vector(int, int) - Constructor for class moka.util.Vector
Creates a new Vector with the specified capacity and capacity increment.
visible - Variable in class moka.x.Component
Is the Component visible ? Should be only read.
void_p - class moka.lang.void_p.
The void_p class represents the C void* type.
void_p() - Constructor for class moka.lang.void_p
 
vScrollVisible - Variable in class moka.x.ScrollPane
Is the vertical scroll bar should be visible.
vScrRect - Static variable in class moka.x.GEM
The virtual screen SCR_RECT.

W

wait() - Method in class moka.util.Timer
Pauses the execution of the program until this timer's delay expires according that this timer is activated.
wait(int) - Static method in class moka.util.Timer
Pauses the execution of the program until the specified delay expires.
warp - Variable in class moka.x.TextArea
Should the words be warped ? Should be only read.
WHITE_COLOR - Static variable in class moka.x.Color
Draw in white.
width - Variable in class moka.x.Component
The width of this Component.
writeBoolean(boolean) - Method in class moka.io.IOStream
Writes a boolean.
writeByte(char) - Method in class moka.io.File
Writes an 8 bit byte.
writeByte(char) - Method in class moka.io.IOStream
Writes an 8 bit byte.
writeByte(char) - Method in class moka.io.Socket
Writes an 8 bit byte.
writeBytes(char_p, short) - Method in class moka.io.File
Writes a buffer of bytes up to the specified length.
writeBytes(char_p, short) - Method in class moka.io.IOStream
Writes a buffer of bytes up to the specified length.
writeBytes(char_p, short) - Method in class moka.io.Socket
Writes a buffer of bytes up to the specified length.
writeChar(char) - Method in class moka.io.IOStream
Writes a char.
writeChars(char_p) - Method in class moka.io.IOStream
Writes an ANSI string.
writeDouble(double) - Method in class moka.io.IOStream
Writes a double.
writeInt(int) - Method in class moka.io.IOStream
Writes an int.
writeLong(long) - Method in class moka.io.IOStream
Writes a long.
writeObject(Object) - Method in class moka.io.IOStream
Writes an Object.
writeShort(short) - Method in class moka.io.IOStream
Writes an short.
writeString(String) - Method in class moka.io.IOStream
Writes a String object.

X

x - Variable in class moka.x.Component
The horizontal coordinate of this Component.
x_max - Variable in class moka.io.Graphics
The maximum x coordinate.
XOR_ATTR - Static variable in class moka.io.Graphics
Draw with source pixels XORed with destination pixels.
XOR_ATTR - Static variable in class moka.io.Graph
Draw with source pixels XORed with destination pixels.

Y

y - Variable in class moka.x.Component
The vertical coordinate of this Component.
y_max - Variable in class moka.io.Graphics
The maximum y coordinate.
YES_NO_CANCEL_OPTION - Static variable in class moka.x.OptionPane
Type used for showConfirmDialog.
YES_NO_OPTION - Static variable in class moka.x.OptionPane
Type used for showConfirmDialog.
YES_OPTION - Static variable in class moka.x.OptionPane
Return value from class method if YES is chosen.

A B C D E F G H I K L M N O P R S T U V W X Y