All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.controls.EjmfStartControl

java.lang.Object
   |
   +----ejmf.toolkit.controls.AbstractListenerControl
           |
           +----ejmf.toolkit.controls.ActionListenerControl
                   |
                   +----ejmf.toolkit.controls.StandardStartControl
                           |
                           +----ejmf.toolkit.controls.EjmfStartControl

public class EjmfStartControl
extends StandardStartControl
Start Control for EJMF Control Panel


Constructor Index

 o EjmfStartControl()
Create an EjmfStartControl, creating a custom ActionListener.

Method Index

 o createControlComponent()
Create EjmfGainStartButton

Constructors

 o EjmfStartControl
 public EjmfStartControl()
Create an EjmfStartControl, creating a custom ActionListener. This listener handles the start/pause combination used for the start control. The button is never disabled, so we simply check the state of the controller to determine what to do.

Methods

 o createControlComponent
 protected Component createControlComponent()
Create EjmfGainStartButton

Overrides:
createControlComponent in class StandardStartControl

All Packages  Class Hierarchy  This Package  Previous  Next  Index