Uses of Interface
gui.NamedViewable

Packages that use NamedViewable
gui The gui package consists of several classes that capture useful graphical user interface functionality whose implementation is complicated or requires detailed knowledge of swing that most people would rather not know. 
mvc The mvc package is an attempt to define generic model, view, and controller classes. 
 

Uses of NamedViewable in gui
 

Methods in gui with parameters of type NamedViewable
static javax.swing.JPanel Wrapper.named(NamedViewable nv)
          Wrapper.named(nv) returns a title bordered panel containing the view component of v.
static javax.swing.JPanel Wrapper.named(NamedViewable nv, int w, int h)
          Wrapper.named(nv, w, h) returns a sized title bordered panel containing the view component of v.
 

Uses of NamedViewable in mvc
 

Classes in mvc that implement NamedViewable
 class NamerView<T>
          A NamerView displays the value of a model using a Namer to convert the value to a string.