| 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 |
| bgColor — Property, class com.joebillman.controls.TextInput |
| |
| bit(chance:Number) — method, class com.joebillman.utils.Rand |
|
bit(); returns 1 or 0 (50% chance of 1)
bit(0.8); returns 1 or 0 (80% chance of 1)
|
| bit(chance:Number) — Static Method , class com.joebillman.utils.Rand |
| |
| BLACK — Constant Static Property, class com.joebillman.fx.ShineColor |
| |
| BLUE — Constant Static Property, class com.joebillman.fx.ShineColor |
| |
| blurAmount — Property, class com.joebillman.containers.Window |
|
Gets or sets the blur amount
|
| blurAmount — Property, class com.joebillman.controls.AlertAttributes |
| |
| boolean(chance:Number) — method, class com.joebillman.utils.Rand |
|
boolean(); returns true or false (50% chance of true)
boolean(0.8); returns true or false (80% chance of true)
|
| boolean(chance:Number) — Static Method , class com.joebillman.utils.Rand |
| |
| btmCurve — Property, class com.joebillman.containers.Window |
|
Gets or sets the amount of curve on the bottom corners
|
| btmCurve — Property, class com.joebillman.controls.AlertAttributes |
| |
| btnColor — Property, class com.joebillman.containers.Window |
|
Gets or sets the color of the close button
|
| btnColor — Property, class com.joebillman.controls.AlertAttributes |
| |
| btnOverColor — Property, class com.joebillman.containers.Window |
|
Gets or sets the color of the close button over glow
|
| btnOverColor — Property, class com.joebillman.controls.AlertAttributes |
| |
| btnSymbolColor — Property, class com.joebillman.containers.Window |
|
Gets or sets the color of the 'X' symbol in the close button
|
| btnSymbolColor — Property, class com.joebillman.controls.AlertAttributes |
| |
| build(customAlignW:Number, customAlignH:Number, delayTime:Number) — method, class com.joebillman.containers.Window |
|
This function calls all the functions neccessary to build the pop-in window. |
| build() — method, class com.joebillman.controls.Button |
| |
| build() — method, class com.joebillman.controls.RadioButton |
| |
| build() — method, class com.joebillman.controls.TextInput |
| |
| Button — class, package com.joebillman.controls |
|
Button: Creates a Button with only code. |
| Button(label:String, buildDefault:Boolean) — Constructor, class com.joebillman.controls.Button |
| |
|
| 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 |