be.lassi.ui.runner
Class RunnerView
java.lang.Object
be.lassi.ui.runner.RunnerView
- All Implemented Interfaces:
- View
public class RunnerView
- extends java.lang.Object
- implements View
View that allows user to run cues (next, previous, pause, resume)
and shows hold and fade progress.
Method Summary |
javax.swing.JComponent |
build()
Builds and returns the view component. |
protected javax.swing.JComponent |
buildButtonPanel()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunnerView
public RunnerView(RunnerModel model)
- Constructs a new view.
- Parameters:
model
- the view model
build
public javax.swing.JComponent build()
- Builds and returns the view component.
- Specified by:
build
in interface View
- Returns:
- the view component
buildButtonPanel
protected javax.swing.JComponent buildButtonPanel()