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 voidaddBox(Box model, Object where)voidaddButton(Button model, Object where)voidaddImage(DrawImage model, Object where)voidaddLabel(Label model, Object where)voidaddView(Object view, Object where)static DisplaygetInstance()WindowmakeWindow()-
Methods inherited from class gnu.kawa.models.Display
addSpacer, addText, asDimension, coerceToModel
-
-