A View is the
fundamental component which displays some object. The actual interface
is [perhaps somewhat deceptively] simple (Figure 2.1). In addition, we require that a
compliant FavaBeans
View
implementation be a subclass of
Component,
thereby allowing it to be embedded in other UI
elements.
The View.model
property of a
View permits
a FavaBeans implementation to use a configured
View repeatedly for
viewing multiple objects.