Uses of Class
gnu.kawa.models.Button
-
Packages that use Button Package Description gnu.kawa.models gnu.kawa.swingviews gnu.kawa.swtviews -
-
Uses of Button in gnu.kawa.models
Subclasses of Button in gnu.kawa.models Modifier and Type Class Description class
MenuItem
Methods in gnu.kawa.models with parameters of type Button Modifier and Type Method Description abstract void
Display. addButton(Button model, Object where)
-
Uses of Button in gnu.kawa.swingviews
Methods in gnu.kawa.swingviews with parameters of type Button Modifier and Type Method Description void
SwingDisplay. addButton(Button model, Object where)
Constructors in gnu.kawa.swingviews with parameters of type Button Constructor Description SwingButton(Button model)
-
Uses of Button in gnu.kawa.swtviews
Methods in gnu.kawa.swtviews with parameters of type Button Modifier and Type Method Description void
SwtDisplay. addButton(Button model, Object where)
-