Uses of Interface
mvc.Painter

Packages that use Painter
mvc The mvc package is an attempt to define generic model, view, and controller classes. 
 

Uses of Painter in mvc
 

Method parameters in mvc with type arguments of type Painter
 void PainterView.setModel(NamedModel<? extends Painter> m)
          DOCME.
 

Constructor parameters in mvc with type arguments of type Painter
PainterView(NamedModel<? extends Painter> m)
          DOCME.