All Packages Class Hierarchy This Package Previous Next Index
Class ejmf.toolkit.controls.StandardStartControl
java.lang.Object
|
+----ejmf.toolkit.controls.AbstractListenerControl
|
+----ejmf.toolkit.controls.ActionListenerControl
|
+----ejmf.toolkit.controls.StandardStartControl
- public class StandardStartControl
- extends ActionListenerControl
-
StandardStartControl()
-
-
StandardStartControl(Controller)
-
-
createControlComponent()
-
Create StartButton.
-
createControlListener()
- Creates an ActionListener for start button
that starts Controller when clicked.
StandardStartControl
public StandardStartControl(Controller controller)
StandardStartControl
public StandardStartControl()
createControlComponent
protected Component createControlComponent()
- Create StartButton.
- Overrides:
- createControlComponent in class AbstractListenerControl
- See Also:
- StartButton
createControlListener
protected EventListener createControlListener()
- Creates an ActionListener for start button
that starts Controller when clicked.
Since syncStart is used to start Controller is not in at
least Prefetched state, it is move there.
- Overrides:
- createControlListener in class AbstractListenerControl
All Packages Class Hierarchy This Package Previous Next Index