net.sf.fmj.ejmf.toolkit.gui.controls
Class StandardStopControl

java.lang.Object
  extended by net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
      extended by net.sf.fmj.ejmf.toolkit.gui.controls.ActionListenerControl
          extended by net.sf.fmj.ejmf.toolkit.gui.controls.StandardStopControl
All Implemented Interfaces:
Control

public class StandardStopControl
extends ActionListenerControl


Field Summary
 
Fields inherited from class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
skin
 
Constructor Summary
StandardStopControl(Skin skin)
           
StandardStopControl(Skin skin, Controller controller)
           
 
Method Summary
protected  java.awt.Component createControlComponent(Skin skin)
          Create StopButton
protected  java.util.EventListener createControlListener()
          Create ActionListener to respond to StopButton clicks.
 
Methods inherited from class net.sf.fmj.ejmf.toolkit.gui.controls.ActionListenerControl
addControlListener, removeControlListener, setComponent, setComponentAndListener, setControlListener
 
Methods inherited from class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
getControlComponent, getController, getDefaultControlListener, initListener, isOperational, setComponent, setComponentAndListener, setController, setControllerHook, setControlListener, setOperational, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardStopControl

public StandardStopControl(Skin skin)

StandardStopControl

public StandardStopControl(Skin skin,
                           Controller controller)
Method Detail

createControlComponent

protected java.awt.Component createControlComponent(Skin skin)
Create StopButton

Specified by:
createControlComponent in class AbstractListenerControl
Returns:
a Component
See Also:
StopButton

createControlListener

protected java.util.EventListener createControlListener()
Create ActionListener to respond to StopButton clicks.

Specified by:
createControlListener in class AbstractListenerControl
Returns:
an EventListener