Type Canvas
Extends
Control.
RWT Scripting analoge to org.eclipse.swt.widgets.Canvas
Constructor Attributes | Constructor Name and Description |
---|---|
Canvas()
The constructor is not public.
|
Method Attributes | Method Name and Description |
---|---|
redraw()
Fires a Paint event.
|
- Methods borrowed from class Control:
- forceFocus, getBackground, getCursor, getData, getEnabled, getForeground, getToolTipText, getVisible, setBackground, setData, setEnabled, setForeground, setToolTipText, setVisible
Method Detail
redraw()
Fires a Paint event.
Only ClientListener
are notified, not server side listener.