be.lassi.ui.midi
Class MidiControlPresentationModel
java.lang.Object
be.lassi.ui.midi.MidiControlPresentationModel
public class MidiControlPresentationModel
- extends java.lang.Object
Presentation model for the Midi input control.
Method Summary |
com.jgoodies.binding.adapter.BoundedRangeAdapter |
getSliderModel(int index)
Gets the model for the slider with given index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MidiControlPresentationModel
public MidiControlPresentationModel(Holder<Control> controlHolder)
- Constructs a new instance.
- Parameters:
control
- the midi input control
getSliderModel
public com.jgoodies.binding.adapter.BoundedRangeAdapter getSliderModel(int index)
- Gets the model for the slider with given index.
- Parameters:
index
- the slider index
- Returns:
- the model of the slider with given index