All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.controls.StandardPauseControl

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

public class StandardPauseControl
extends ActionListenerControl
Pause Control for StandardControlPanel.


Constructor Index

 o StandardPauseControl()
Create a StandardPauseControl
 o StandardPauseControl(Controller)
Create a StandardPauseControl and associate it with a Controller.

Method Index

 o createControlComponent()
Create PauseButton.
 o createControlListener()
Create and return an ActionListener that implements pause semantics.

Constructors

 o StandardPauseControl
 public StandardPauseControl(Controller controller)
Create a StandardPauseControl and associate it with a Controller.

Parameters:
controller - A Controller with which control is associated.
 o StandardPauseControl
 public StandardPauseControl()
Create a StandardPauseControl

Methods

 o createControlComponent
 protected Component createControlComponent()
Create PauseButton.

Returns:
The component that acts as pause button.
Overrides:
createControlComponent in class AbstractListenerControl
See Also:
PauseButton
 o createControlListener
 protected EventListener createControlListener()
Create and return an ActionListener that implements pause semantics.

Returns:
An ActionListener for pausing controller.
Overrides:
createControlListener in class AbstractListenerControl

All Packages  Class Hierarchy  This Package  Previous  Next  Index