A B C D E G H I M N O Q S T V W X Y

A

activate() - Method in class TCursor
Activates the cursor, moved by arrows and enterupted by enter key.
activate() - Method in class TEdit
Activates the edit box.
activate() - Method in class TTimer
Stops the execution.
active - Variable in class TNet
The activated RadioButton.
answer - Variable in class TDlg
The user's answer.

B

bool(boolean, String, boolean) - Static method in class System
Returns the result of the bool operation.

C

caption - Variable in class TDlg
The window's title.
caption - Variable in class TCptCpn
The caption of the component.
checked - Variable in class TChkBtn
True if the button is checked.
checked - Variable in class TRBtn
True if the button is checked.
clone() - Method in class TObject
Returns a clones the object.
color - Variable in class TPanel
The color of the panel.
cursorType - Variable in class TCursor
The cursor's graphic.

D

delay - Variable in class TTimer
The time delay.
Destroy() - Method in class TObject
Destroys the object
dimension - Variable in class TDlg
The number of lines displayed.

E

equals(TObject) - Method in class TObject
Compares the object with another.

G

getActive() - Method in class TNet
Returns the activated RadioButton.
getAnswer() - Method in class TDlg
Returns true if the user answered yes.
getCaption() - Method in class TDlg
Returns the dialog's title.
getCaption() - Method in class TCptCpn
Returns the caption of the component.
getChecked() - Method in class TChkBtn
Returns true if the button is checked.
getChecked() - Method in class TRBtn
Returns true if the button is checked.
getColor() - Method in class TPanel
Returns the color of the panel.
getCursor() - Method in class TCursor
Returns the cursor's graphic.
getDelay() - Method in class TTimer
Returns the time delay.
getDimension() - Method in class TDlg
Returns the dimension of the dialog.
getHeight() - Method in class TVCpn
Returns the height of the component.
getImageFile() - Method in class TImage
Returns the file used as image.
getMessage() - Method in class TDlg
Returns the dialog's message.
getQuestion() - Method in class TInput
Returns the dialog's question.
getSpeedX() - Method in class TCursor
Returns the horizontal speed of the cursor.
getSpeedY() - Method in class TCursor
Returns the vertical speed of the cursor.
getVisible() - Method in class TVCpn
Returns the visibility of the component.
getWidth() - Method in class TVCpn
Returns the width of the component.
getX() - Method in class TVCpn
Returns the x coodinate.
getY() - Method in class TVCpn
Returns the y coodinate.

H

height - Variable in class TVCpn
The height of the component.

I

imageFile - Variable in class TImage
The file used as image.
insert(String, int) - Method in class TString
Inserts another string into the string.
isObjOn(TVCpn, TVCpn) - Static method in class System
Is Object On: Checks if a visual component is over another.

M

message - Variable in class TDlg
The text displayed in the window.
move(int, int) - Method in class TVCpn
Moves the component to the specified coordinates.

N

network - Variable in class TRBtn
The assigned network.

O

OPane - class OPane.
Library Option Pane: Class Opane contains static methods used to show dialogs in graphic environment.
OPane() - Constructor for class OPane
 

Q

question - Variable in class TInput
The dialog's question.

S

savepic(int, int, int, int, String) - Method in class System
Saves a part of the screen.
setActive(TRBtn) - Method in class TNet
Sets the activated RadioButton.
setCaption(String) - Method in class TDlg
Sets the dialog's title.
setCaption(String) - Method in class TCptCpn
Sets the caption of the component.
setChecked(boolean) - Method in class TChkBtn
Sets if the button is checked.
setChecked(boolean) - Method in class TRBtn
Sets if the button is checked.
setColor(String) - Method in class TPanel
Sets the color of the panel.
setCursor(String) - Method in class TCursor
Sets the cursor's graphic.
setDelay(int) - Method in class TTimer
Sets the time delay.
setDim(int, int) - Method in class TVCpn
Sets the dimensions of the component.
setDimension(int) - Method in class TDlg
Sets the dimension of the dialog.
setHeight(int) - Method in class TVCpn
Sets the height of the component.
setImageFile(String) - Method in class TImage
Sets the file used as image.
setMessage(String[]) - Method in class TDlg
Sets the dialog's message.
setQuestion(String) - Method in class TInput
Sets the dialog's question.
setSpeedX(int) - Method in class TCursor
Sets the horizontal speed of the cursor.
setSpeedY(int) - Method in class TCursor
Sets the vertical speed of the cursor.
setVisible(boolean) - Method in class TVCpn
Sets the visibility of the component.
setWidth(int) - Method in class TVCpn
Sets the width of the component.
setX(int) - Method in class TVCpn
Sets the x coodinate.
setY(int) - Method in class TVCpn
Sets the y coodinate.
showInputDialog(String, String) - Method in class OPane
Shows a input dialog.
showMessageDialog(String, String) - Method in class OPane
Shows a message dialog.
showModal() - Method in class TDlg
Shows the dialog.
showModal() - Method in class TInput
Returns the user's input.
sleep(int) - Method in class TTimer
Stops the execution.
speedX - Variable in class TCursor
The horizontal speed.
speedY - Variable in class TCursor
The vertical speed.
sprite(int, int, int, String) - Method in class System
Draws a part of the screen.
string - Variable in class TString
The caracter string.
System - class System.
System: Class System is an abstract class that contains the NOOL basic functions.
System() - Constructor for class System
 

T

TButton - class TButton.
Type Button: Class TButton is a captioned button.
TButton() - Constructor for class TButton
Instanciates a new Type Button.
TButton(String) - Constructor for class TButton
Instanciates a new Type Button.
TChkBtn - class TChkBtn.
Type CheckButton: Class TChkBtn is a checkable button.
TChkBtn() - Constructor for class TChkBtn
Instanciates a new Type CheckButton.
TCptCpn - class TCptCpn.
Type CaptionedComponent: Class TCptCpn is the root all the titled components.
TCptCpn() - Constructor for class TCptCpn
Instanciates a new Type Captioned Component.
TCptCpn(String) - Constructor for class TCptCpn
Instanciates a new Type Captioned Component.
TCursor - class TCursor.
Type Cursor: Class TCursor manages a graphical cursor.
TCursor() - Constructor for class TCursor
Instanciates a new Type Cursor.
TDlg - class TDlg.
Type Dialog: Class TDlg encapsulates the TI-BASIC dialog function.
TDlg() - Constructor for class TDlg
Instanciates a new Type Dialog.
TDlg(String) - Constructor for class TDlg
Instanciates a new Type Dialog.
TDlg(String, String[]) - Constructor for class TDlg
Instanciates a new Type Dialog.
TEdit - class TEdit.
Type Edit: Class TEdit is an edit box.
TEdit() - Constructor for class TEdit
Instanciates a new Type Edit.
TEdit(String) - Constructor for class TEdit
Instanciates a new Type Edit.
TImage - class TImage.
Type Image: Class TImage is a visual component that displays an image.
TImage() - Constructor for class TImage
Instanciates a new Type Image.
TImage(String) - Constructor for class TImage
Instanciates a new Type Image.
TInput - class TInput.
Type InputDialog: Class TInput encapsulates the TI-BASIC dialog/request functions.
TInput() - Constructor for class TInput
Instanciates a new Type InputDialog.
TInput(String) - Constructor for class TInput
Instanciates a new Type InputDialog.
TInput(String, String[]) - Constructor for class TInput
Instanciates a new Type InputDialog.
TLabel - class TLabel.
Type Label: Class TLabel draws text in the screen.
TLabel() - Constructor for class TLabel
Instanciates a new Type Label.
TLabel(String) - Constructor for class TLabel
Instanciates a new Type Label.
TNet - class TNet.
Type Network: Class TNet manages a network of RadioButtons.
TNet() - Constructor for class TNet
Instanciates a new Type Network.
TObject - class TObject.
Type Object: Class TObject is the root of the class hierarchy.
TObject() - Constructor for class TObject
Instanciates a new Type Object.
toCharArray() - Method in class TString
Returns a char array representation of the string.
toLowerCase() - Method in class TString
Returns a copy of the string in lowercase.
toString() - Method in class TObject
Returns a string representation of the object.
toUpperCase() - Method in class TString
Returns a copy of the string in uppercase.
TPanel - class TPanel.
Type VisualComponent: Class TImage displays a panel that can be used to change the color of a part of the screen.
TPanel() - Constructor for class TPanel
Instanciates a new Type Panel.
TRBtn - class TRBtn.
Type RadioButton: Class TRBtn is a checkable networked button.
TRBtn(TNet) - Constructor for class TRBtn
Instanciates a new Type RadioButton.
trim() - Method in class TString
Returns a copy of the string whit the white spaces of both ends removed.
TString - class TString.
Type String: Class TString represents character strings.
TString() - Constructor for class TString
Instanciates a new Type String.
TString(String[]) - Constructor for class TString
Instanciates a new Type String.
TTimer - class TTimer.
Type Timer: class TString is used to stop the execution of a program for a fixed delay.
TTimer() - Constructor for class TTimer
Instanciates a new Type String.
TTimer(int) - Constructor for class TTimer
Instanciates a new Type String.
TVCpn - class TVCpn.
Type VisualComponent: Class TVCpn is the root of the visual components hierarchy.
TVCpn() - Constructor for class TVCpn
Instanciates a new Type Visual Component.
TWindow - class TWindow.
Type Window: Class TWindow is a titled window.
TWindow() - Constructor for class TWindow
Instanciates a new Type Window.
TWindow(String) - Constructor for class TWindow
Instanciates a new Type Window.

V

visible - Variable in class TVCpn
The component's visibility

W

width - Variable in class TVCpn
The width of the component.
wObjOn(TVCpn, TVCpn) - Method in class System
Checks which component is over another.

X

x - Variable in class TVCpn
The x coordinate.

Y

y - Variable in class TVCpn
The y coordinate.

A B C D E G H I M N O Q S T V W X Y