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

T

TableArrangement - Class in com.google.appinventor.components.runtime
A container for components that arranges them in tabular form.
TableArrangement(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.TableArrangement
Creates a new TableArrangement component.
TableLayout - Class in com.google.appinventor.components.runtime
A layout component allowing subcomponents to be placed in tabular form.
TAG - Static variable in class com.google.appinventor.components.runtime.Texting
 
TAG - Static variable in class com.google.appinventor.components.runtime.util.OAuth2Helper
 
TAG - Static variable in class com.google.appinventor.components.runtime.util.SmsBroadcastReceiver
 
TagRead(String) - Method in class com.google.appinventor.components.runtime.NearField
Indicates that a new tag has been detected.
TagWritten() - Method in class com.google.appinventor.components.runtime.NearField
 
TakePicture() - Method in class com.google.appinventor.components.runtime.Camera
Takes a picture, then raises the AfterPicture event.
TELEPHONY_INTENT_FILTER - Static variable in class com.google.appinventor.components.runtime.Texting
 
TelnetRepl - Class in com.google.appinventor.components.runtime.util
This is code for running Telnet-based Read-Eval-Print loops.
TelnetRepl(Language, Socket) - Constructor for class com.google.appinventor.components.runtime.util.TelnetRepl
 
Text() - Method in class com.google.appinventor.components.runtime.ButtonBase
Returns the text displayed by the button.
Text(String) - Method in class com.google.appinventor.components.runtime.ButtonBase
Specifies the text displayed by the button.
Text() - Method in class com.google.appinventor.components.runtime.CheckBox
Returns the text displayed by the checkbox.
Text(String) - Method in class com.google.appinventor.components.runtime.CheckBox
Specifies the text displayed by the checkbox.
Text() - Method in class com.google.appinventor.components.runtime.Label
Returns the text displayed by the label.
Text(String) - Method in class com.google.appinventor.components.runtime.Label
Specifies the text displayed by the label.
Text() - Method in class com.google.appinventor.components.runtime.TextBoxBase
Returns the textbox contents.
Text(String) - Method in class com.google.appinventor.components.runtime.TextBoxBase
Specifies the textbox contents.
TextAlignment() - Method in class com.google.appinventor.components.runtime.ButtonBase
Returns the alignment of the button's text: center, normal (e.g., left-justified if text is written left to right), or opposite (e.g., right-justified if text is written left to right).
TextAlignment(int) - Method in class com.google.appinventor.components.runtime.ButtonBase
Specifies the alignment of the button's text: center, normal (e.g., left-justified if text is written left to right), or opposite (e.g., right-justified if text is written left to right).
TextAlignment() - Method in class com.google.appinventor.components.runtime.Canvas
Returns the alignment of the canvas's text: center, normal (starting at the specified point in drawText()), or opposite (ending at the specified point in drawText()).
TextAlignment(int) - Method in class com.google.appinventor.components.runtime.Canvas
Specifies the alignment of the canvas's text: center, normal (starting at the specified point in DrawText() or DrawAngle()), or opposite (ending at the specified point in DrawText() or DrawAngle()).
TextAlignment() - Method in class com.google.appinventor.components.runtime.Label
Returns the alignment of the label's text: center, normal (e.g., left-justified if text is written left to right), or opposite (e.g., right-justified if text is written left to right).
TextAlignment(int) - Method in class com.google.appinventor.components.runtime.Label
Specifies the alignment of the label's text: center, normal (e.g., left-justified if text is written left to right), or opposite (e.g., right-justified if text is written left to right).
TextAlignment() - Method in class com.google.appinventor.components.runtime.TextBoxBase
Returns the alignment of the textbox's text: center, normal (e.g., left-justified if text is written left to right), or opposite (e.g., right-justified if text is written left to right).
TextAlignment(int) - Method in class com.google.appinventor.components.runtime.TextBoxBase
Specifies the alignment of the textbox's text: center, normal (e.g., left-justified if text is written left to right), or opposite (e.g., right-justified if text is written left to right).
TextBox - Class in com.google.appinventor.components.runtime
A box in which the user can enter text.
TextBox(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.TextBox
Creates a new TextBox component.
TextBoxBase - Class in com.google.appinventor.components.runtime
Underlying base class for TextBox, not directly accessible to Simple programmers.
TextBoxBase(ComponentContainer, EditText) - Constructor for class com.google.appinventor.components.runtime.TextBoxBase
Creates a new TextBoxBase component
TextColor() - Method in class com.google.appinventor.components.runtime.ButtonBase
Returns the button's text color as an alpha-red-green-blue integer.
TextColor(int) - Method in class com.google.appinventor.components.runtime.ButtonBase
Specifies the button's text color as an alpha-red-green-blue integer.
TextColor() - Method in class com.google.appinventor.components.runtime.CheckBox
Returns the checkbox's text color as an alpha-red-green-blue integer.
TextColor(int) - Method in class com.google.appinventor.components.runtime.CheckBox
Specifies the checkbox's text color as an alpha-red-green-blue integer.
TextColor() - Method in class com.google.appinventor.components.runtime.Label
Returns the label's text color as an alpha-red-green-blue integer.
TextColor(int) - Method in class com.google.appinventor.components.runtime.Label
Specifies the label's text color as an alpha-red-green-blue integer.
TextColor() - Method in class com.google.appinventor.components.runtime.ListView
Returns the listview's text item color as an alpha-red-green-blue integer, i.e., 0xAARRGGBB.
TextColor(int) - Method in class com.google.appinventor.components.runtime.ListView
Specifies the ListView item's text color as an alpha-red-green-blue integer, i.e., 0xAARRGGBB.
TextColor() - Method in class com.google.appinventor.components.runtime.Notifier
Returns the alert's text color.
TextColor(int) - Method in class com.google.appinventor.components.runtime.Notifier
Specifies the alert's text color.
TextColor() - Method in class com.google.appinventor.components.runtime.TextBoxBase
Returns the textbox's text color as an alpha-red-green-blue integer.
TextColor(int) - Method in class com.google.appinventor.components.runtime.TextBoxBase
Specifies the textbox's text color as an alpha-red-green-blue integer.
Texting - Class in com.google.appinventor.components.runtime
A component capable of sending and receiving text messages via SMS.
Texting(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Texting
Creates a new TextMessage component.
TextSize() - Method in class com.google.appinventor.components.runtime.ListView
Returns the listview's text font Size
TextSize(int) - Method in class com.google.appinventor.components.runtime.ListView
Specifies the ListView item's text font size
TextToSpeech - Class in com.google.appinventor.components.runtime
Component for converting text to speech using either the built-in TTS library or the TextToSpeech Extended library (which must be pre-installed for Android versions earlier than Donut).
TextToSpeech(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.TextToSpeech
Creates a TextToSpeech component.
TextToWrite() - Method in class com.google.appinventor.components.runtime.NearField
Returns the content of the text that's going to be written to the tag.
TextToWrite(String) - Method in class com.google.appinventor.components.runtime.NearField
Allows the user to set the content of the tag that will be written
TextViewUtil - Class in com.google.appinventor.components.runtime.util
Helper methods for manipulating TextView objects.
ThumbEnabled(boolean) - Method in class com.google.appinventor.components.runtime.Slider
Sets whether or not the slider thumb should be shown
ThumbEnabled() - Method in class com.google.appinventor.components.runtime.Slider
Whether or not the slider thumb is being be shown
ThumbPosition(float) - Method in class com.google.appinventor.components.runtime.Slider
Sets the slider thumb position.
ThumbPosition() - Method in class com.google.appinventor.components.runtime.Slider
Returns the position of slider thumb
TimeInterval(int) - Method in class com.google.appinventor.components.runtime.LocationSensor
 
TimeInterval() - Method in class com.google.appinventor.components.runtime.LocationSensor
 
TimePicker - Class in com.google.appinventor.components.runtime
A button allowing a user to launch the TimePickerDialog.
TimePicker(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.TimePicker
Create a new TimePicker component.
Timer() - Method in class com.google.appinventor.components.runtime.Clock
Default Timer event handler.
Timer() - Static method in class com.google.appinventor.components.runtime.util.Dates
Returns the current system time in milliseconds.
TimerAlwaysFires() - Method in class com.google.appinventor.components.runtime.Clock
TimerAlwaysFires property getter method.
TimerAlwaysFires(boolean) - Method in class com.google.appinventor.components.runtime.Clock
TimerAlwaysFires property setter method: instructs when to disable
TimerEnabled() - Method in class com.google.appinventor.components.runtime.Clock
Enabled property getter method.
TimerEnabled(boolean) - Method in class com.google.appinventor.components.runtime.Clock
Enabled property setter method: starts or stops the timer.
TimerInternal - Class in com.google.appinventor.components.runtime.util
Helper class for components containing timers, such as Timer and Sprite.
TimerInternal(AlarmHandler, boolean, int) - Constructor for class com.google.appinventor.components.runtime.util.TimerInternal
Timer constructor
TimerInternal(AlarmHandler, boolean, int, Handler) - Constructor for class com.google.appinventor.components.runtime.util.TimerInternal
Timer constructor allowing injection of a mock Handler for test purposes
TimerInterval() - Method in class com.google.appinventor.components.runtime.Clock
Interval property getter method.
TimerInterval(int) - Method in class com.google.appinventor.components.runtime.Clock
Interval property setter method: sets the interval between timer events.
TinyDB - Class in com.google.appinventor.components.runtime
Persistently store YAIL values on the phone using tags to store and retrieve.
TinyDB(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.TinyDB
Creates a new TinyDB component.
TinyWebDB - Class in com.google.appinventor.components.runtime
The TinyWebDB component communicates with a Web service to store and retrieve information.
TinyWebDB(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.TinyWebDB
Creates a new TinyWebDB component.
Title() - Method in class com.google.appinventor.components.runtime.Form
Title property getter method.
Title(String) - Method in class com.google.appinventor.components.runtime.Form
Title property setter method: sets a new caption for the form in the form's title bar.
Title() - Method in class com.google.appinventor.components.runtime.ListPicker
Title property getter method.
Title(String) - Method in class com.google.appinventor.components.runtime.ListPicker
Title property setter method: sets a new caption for the list picker in the list picker activity's title bar.
toArray() - Method in class com.google.appinventor.components.runtime.util.YailList
Return this YailList as an array.
TOAST_LENGTH_LONG - Static variable in interface com.google.appinventor.components.runtime.Component
 
TOAST_LENGTH_SHORT - Static variable in interface com.google.appinventor.components.runtime.Component
 
toastAllowed() - Method in class com.google.appinventor.components.runtime.Form
 
toCsvRow(YailList) - Static method in class com.google.appinventor.components.runtime.util.CsvUtil
 
toCsvTable(YailList) - Static method in class com.google.appinventor.components.runtime.util.CsvUtil
 
toJSONString() - Method in class com.google.appinventor.components.runtime.util.YailList
Return a strictly syntactically correct JSON text representation of this YailList.
topform - Static variable in class com.google.appinventor.components.runtime.ReplForm
 
TopOfRange() - Method in class com.google.appinventor.components.runtime.NxtColorSensor
Returns the top of the range used for the BelowRange, WithinRange, and AboveRange events.
TopOfRange(int) - Method in class com.google.appinventor.components.runtime.NxtColorSensor
Specifies the top of the range used for the BelowRange, WithinRange, and AboveRange events.
TopOfRange() - Method in class com.google.appinventor.components.runtime.NxtLightSensor
Returns the top of the range used for the BelowRange, WithinRange, and AboveRange events.
TopOfRange(int) - Method in class com.google.appinventor.components.runtime.NxtLightSensor
Specifies the top of the range used for the BelowRange, WithinRange, and AboveRange events.
TopOfRange() - Method in class com.google.appinventor.components.runtime.NxtSoundSensor
Returns the top of the range used for the BelowRange, WithinRange, and AboveRange events.
TopOfRange(int) - Method in class com.google.appinventor.components.runtime.NxtSoundSensor
Specifies the top of the range used for the BelowRange, WithinRange, and AboveRange events.
TopOfRange() - Method in class com.google.appinventor.components.runtime.NxtUltrasonicSensor
Returns the top of the range used for the BelowRange, WithinRange, and AboveRange events.
TopOfRange(int) - Method in class com.google.appinventor.components.runtime.NxtUltrasonicSensor
Specifies the top of the range used for the BelowRange, WithinRange, and AboveRange events.
toString() - Method in class com.google.appinventor.components.runtime.util.BiggerFuture
 
toString() - Method in class com.google.appinventor.components.runtime.util.BoundingBox
 
toString() - Method in class com.google.appinventor.components.runtime.util.YailList
Return a String representation of this list.
toStringArray() - Method in class com.google.appinventor.components.runtime.util.YailList
Return this YailList as an array of Strings.
TouchDown() - Method in class com.google.appinventor.components.runtime.ButtonBase
Indicates when a button is touch down
TouchDown(float, float) - Method in class com.google.appinventor.components.runtime.Canvas
When the user begins touching the canvas (places finger on canvas and leaves it there): provides the (x,y) position of the touch, relative to the upper left of the canvas
TouchDown(float, float) - Method in class com.google.appinventor.components.runtime.Sprite
When the user begins touching the sprite (places finger on sprite and leaves it there): provides the (x,y) position of the touch, relative to the upper left of the canvas
Touched(float, float, boolean) - Method in class com.google.appinventor.components.runtime.Canvas
When the user touches the canvas and then immediately lifts finger: provides the (x,y) position of the touch, relative to the upper left of the canvas.
Touched(float, float) - Method in class com.google.appinventor.components.runtime.Sprite
When the user touches the sprite and then immediately lifts finger: provides the (x,y) position of the touch, relative to the upper left of the canvas
TouchUp() - Method in class com.google.appinventor.components.runtime.ButtonBase
Indicates when a button touch ends
TouchUp(float, float) - Method in class com.google.appinventor.components.runtime.Canvas
When the user stops touching the canvas (lifts finger after a TouchDown event): provides the (x,y) position of the touch, relative to the upper left of the canvas
TouchUp(float, float) - Method in class com.google.appinventor.components.runtime.Sprite
When the user stops touching the sprite (lifts finger after a TouchDown event): provides the (x,y) position of the touch, relative to the upper left of the canvas
trackObject(String, Object) - Static method in class com.google.appinventor.components.runtime.util.MemoryLeakUtil
Tracks the given Object by saving a WeakReference to it so that we can check later if it has been garbage collected.
TurnClockwiseIndefinitely(int) - Method in class com.google.appinventor.components.runtime.NxtDrive
 
TurnCounterClockwiseIndefinitely(int) - Method in class com.google.appinventor.components.runtime.NxtDrive
 
Tweet(String) - Method in class com.google.appinventor.components.runtime.Twitter
Sends a Tweet of the currently logged in user.
TweetWithImage(String, String) - Method in class com.google.appinventor.components.runtime.Twitter
Tweet with Image, Uploaded to Twitter
TwitPic_API_Key() - Method in class com.google.appinventor.components.runtime.Twitter
Deprecated.
TwitPic_API_Key(String) - Method in class com.google.appinventor.components.runtime.Twitter
Deprecated.
Twitter - Class in com.google.appinventor.components.runtime
Component for accessing Twitter.
Twitter(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Twitter
 
twoButtonDialog(Activity, String, String, String, String, boolean, Runnable, Runnable, Runnable) - Static method in class com.google.appinventor.components.runtime.Notifier
 
TYPEFACE_DEFAULT - Static variable in interface com.google.appinventor.components.runtime.Component
 
TYPEFACE_MONOSPACE - Static variable in interface com.google.appinventor.components.runtime.Component
 
TYPEFACE_SANSSERIF - Static variable in interface com.google.appinventor.components.runtime.Component
 
TYPEFACE_SERIF - Static variable in interface com.google.appinventor.components.runtime.Component
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z