JavaSwingProgressBar |
Top Previous Next |
Java Swing Progress Bar. Extends JavaObject. Extends SeSSimulatedObject.
Behavior Pattern: JavaSwingObjectProgressBarBehavior
Property Summary
Property Detail
MaxValueMaximum value of the object or 'false' if value can't be read.
Type: number|boolean
Accessors: GetMaxValue, SetMaxValue
MinValueMinimum value of the object or 'false' if value can't be read.
Type: number|boolean
Accessors: GetMinValue, SetMinValue
ValueValue of the object.
Type: number
Accessors: GetValue, SetValue
|