The DocumentViewPattern combines view and controller into a single component. The Document corresponds to the ModelViewControllerPattern's model. This variant is often used in GUI programming, where controllers include view. Button labels, for example.
__See also__: PresentationAbstractionControlPattern