class org.aswing.DefaultBoundedRangeModel extends EventDispatcher
| Interfaces | |||
|  | BoundedRangeModel | 
 | |
The default implementation of BoundedRangeModel. @author paling
Instance Fields
|  | Show inherited public instance fields | Hide inherited public instance fields 
 | 
function new(?value:Int = 0, ?extent:Int = 0, ?min:Int = 0, ?max:Int = 100): Void
Create a DefaultBoundedRangeModel
function addStateListener(listener:Dynamic ->Void?priority:Int = 0, ?useWeakReference:Bool = false): Void
