Type Canvas
Extends
Composite.
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 Composite:
- append, getClientArea
- Methods borrowed from class Control:
- addListener, forceFocus, getBackground, getCursor, getEnabled, getForeground, getToolTipText, getVisible, removeListener, setBackground, setEnabled, setForeground, setToolTipText, setVisible
- Methods borrowed from class Widget:
- getData, setData
- Events borrowed from class Composite:
- Resize
- Events borrowed from class Control:
- Dispose, FocusIn, FocusOut, Hide, KeyDown, KeyUp, MouseDoubleClick, MouseDown, MouseEnter, MouseExit, MouseMove, MouseUp, MouseWheel, Paint, Show
Method Detail
redraw()
Fires a Paint event.
Only ClientListener
are notified, not server side listener.