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.
-
StandardPauseControl()
- Create a StandardPauseControl
-
StandardPauseControl(Controller)
- Create a StandardPauseControl and associate it
with a Controller.
-
createControlComponent()
- Create PauseButton.
-
createControlListener()
- Create and return an ActionListener that
implements pause semantics.
StandardPauseControl
public StandardPauseControl(Controller controller)
- Create a StandardPauseControl and associate it
with a Controller.
- Parameters:
- controller - A Controller with which control is associated.
StandardPauseControl
public StandardPauseControl()
- Create a StandardPauseControl
createControlComponent
protected Component createControlComponent()
- Create PauseButton.
- Returns:
- The component that acts as pause button.
- Overrides:
- createControlComponent in class AbstractListenerControl
- See Also:
- PauseButton
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