Uses of Interface
gnu.kawa.models.Viewable

Packages that use Viewable
gnu.kawa.models   
 

Uses of Viewable in gnu.kawa.models
 

Classes in gnu.kawa.models that implement Viewable
 class Box
          A container that lays out its components in a column or row.
 class Button
          A model (data) for a clickable button.
 class Column
          A "vertical box" container.
 class DrawImage
           
 class Label
          A "label" may have some text and/or an icon.
 class MenuItem
           
 class Model
          Abstract class for Viewable objects, with notification/listener support.
 class Row
          A "horizontal box" container.
 class Spacer
           
 class Text
          An editable sequences of characters and embedded objects.
 

Methods in gnu.kawa.models that return Viewable
 Viewable Box.getCellSpacing()
           
 Viewable Box.getComponent(int i)
           
 

Methods in gnu.kawa.models with parameters of type Viewable
 void Box.add(Viewable component)