| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.util.Repeater
|
+--xp.util.MouseDownRepeater
Constructor | ||
| public | MouseDownRepeater ( target: Object, functionName: String, params: Array, delay: Number, repeat: Number, autoStart: Boolean) | |
| Constructs a Repeater | ||
Method Summary | ||
| public | onMouseUp ( ) | |
| MouseUp event handler | ||
| public | start ( ): Boolean | |
| Starts the repeater | ||
| public | stop ( ): Boolean | |
| Stops the repeater | ||
| ||
|
| Constructs a Repeater | ||||||||||||||||||
|
|
| MouseUp event handler Part of the MouseListener interface - stops the repeater. |
|
| Starts the repeater |
|
|
| Stops the repeater |
|