To create a user interface using ModelValueViewContainer from Coad and Nicola (using the Count class as an example):
buildView: method to create the View.
makeDisplayBoxOn:for: to create display box views.
makeButton:on:for: to create buttons.
constraintFrame:corner: to layout the views.
addView:in: to compose the views.
changed: message to update text views.