use of de.mossgrabers.controller.ni.kontrol.mkii.view.ControlView in project DrivenByMoss by git-moss.
the class KontrolProtocolControllerSetup method createViews.
/**
* {@inheritDoc}
*/
@Override
protected void createViews() {
final KontrolProtocolControlSurface surface = this.getSurface();
final ViewManager viewManager = surface.getViewManager();
viewManager.register(Views.CONTROL, new ControlView(surface, this.model));
}
Aggregations