Package gnu.kawa.swtviews
Class SwtDisplay
- java.lang.Object
-
- gnu.kawa.models.Display
-
- gnu.kawa.swtviews.SwtDisplay
-
public class SwtDisplay extends Display
-
-
Constructor Summary
Constructors Constructor Description SwtDisplay(org.eclipse.swt.widgets.Display swtDisplay)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addBox(Box model, Object where)
void
addButton(Button model, Object where)
void
addImage(DrawImage model, Object where)
void
addLabel(Label model, Object where)
void
addView(Object view, Object where)
static Display
getInstance()
Window
makeWindow()
-
Methods inherited from class gnu.kawa.models.Display
addSpacer, addText, asDimension, coerceToModel
-
-