All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.controls.StandardFastForwardControl

java.lang.Object
   |
   +----ejmf.toolkit.controls.AbstractListenerControl
           |
           +----ejmf.toolkit.controls.MouseListenerControl
                   |
                   +----ejmf.toolkit.controls.StandardFastForwardControl

public class StandardFastForwardControl
extends MouseListenerControl

Constructor Index

 o StandardFastForwardControl()
Create StandardFastForwardControl.
 o StandardFastForwardControl(Controller)
Create StandardFastForwardControl.
 o StandardFastForwardControl(Controller, float)
Create StandardFastForwardControl.

Method Index

 o createControlComponent()
Create FastForwardButton
 o createControlListener()
Create MouseListener that implements Control semantics.

Constructors

 o StandardFastForwardControl
 public StandardFastForwardControl(Controller controller,
                                   float rate)
Create StandardFastForwardControl.

Parameters:
controller - Associates Controller with Control.
rate - fast forward rate.
 o StandardFastForwardControl
 public StandardFastForwardControl(Controller controller)
Create StandardFastForwardControl.

Parameters:
controller - Associates Controller with Control.
 o StandardFastForwardControl
 public StandardFastForwardControl()
Create StandardFastForwardControl.

Methods

 o createControlComponent
 protected Component createControlComponent()
Create FastForwardButton

Returns:
a component for display by control.
Overrides:
createControlComponent in class AbstractListenerControl
See Also:
FastForwardButon
 o createControlListener
 protected EventListener createControlListener()
Create MouseListener that implements Control semantics.

Returns:
listener that listens on control's component and implements fast forward semantics.
Overrides:
createControlListener in class AbstractListenerControl

All Packages  Class Hierarchy  This Package  Previous  Next  Index