All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.controls.StandardStopControl

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

public class StandardStopControl
extends ActionListenerControl

Constructor Index

 o StandardStopControl()
 o StandardStopControl(Controller)

Method Index

 o createControlComponent()
Create StopButton
 o createControlListener()
Create ActionListener to respond to StopButton clicks.

Constructors

 o StandardStopControl
 public StandardStopControl()
 o StandardStopControl
 public StandardStopControl(Controller controller)

Methods

 o createControlComponent
 protected Component createControlComponent()
Create StopButton

Overrides:
createControlComponent in class AbstractListenerControl
See Also:
StopButton
 o createControlListener
 protected EventListener createControlListener()
Create ActionListener to respond to StopButton clicks.

Overrides:
createControlListener in class AbstractListenerControl

All Packages  Class Hierarchy  This Package  Previous  Next  Index