Uses of Interface
gnu.kawa.models.Viewable
-
Packages that use Viewable Package Description gnu.kawa.models -
-
Uses of Viewable in gnu.kawa.models
Classes in gnu.kawa.models that implement Viewable Modifier and Type Class Description classBoxA container that lays out its components in a column or row.classButtonA model (data) for a clickable button.classColumnA "vertical box" container.classDrawImageclassLabelA "label" may have some text and/or an icon.classMenuItemclassModelAbstract class for Viewable objects, with notification/listener support.classRowA "horizontal box" container.classSpacerclassTextAn editable sequences of characters and embedded objects.Methods in gnu.kawa.models that return Viewable Modifier and Type Method Description ViewableBox. getCellSpacing()ViewableBox. getComponent(int i)Methods in gnu.kawa.models with parameters of type Viewable Modifier and Type Method Description voidBox. add(Viewable component)
-