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
-
StandardStopControl()
-
-
StandardStopControl(Controller)
-
-
createControlComponent()
-
Create StopButton
-
createControlListener()
- Create ActionListener to respond to StopButton
clicks.
StandardStopControl
public StandardStopControl()
StandardStopControl
public StandardStopControl(Controller controller)
createControlComponent
protected Component createControlComponent()
- Create StopButton
- Overrides:
- createControlComponent in class AbstractListenerControl
- See Also:
- StopButton
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