All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.controls.StandardStartControl

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

public class StandardStartControl
extends ActionListenerControl

Constructor Index

 o StandardStartControl()
 o StandardStartControl(Controller)

Method Index

 o createControlComponent()
Create StartButton.
 o createControlListener()
Creates an ActionListener for start button that starts Controller when clicked.

Constructors

 o StandardStartControl
 public StandardStartControl(Controller controller)
 o StandardStartControl
 public StandardStartControl()

Methods

 o createControlComponent
 protected Component createControlComponent()
Create StartButton.

Overrides:
createControlComponent in class AbstractListenerControl
See Also:
StartButton
 o createControlListener
 protected EventListener createControlListener()
Creates an ActionListener for start button that starts Controller when clicked.

Since syncStart is used to start Controller is not in at least Prefetched state, it is move there.

Overrides:
createControlListener in class AbstractListenerControl

All Packages  Class Hierarchy  This Package  Previous  Next  Index