Index

Global Objects

Types


Type Canvas


Extends Control.
RWT Scripting analoge to org.eclipse.swt.widgets.Canvas

Type Summary
Constructor Attributes Constructor Name and Description
 
Canvas()
The constructor is not public.
Method Summary
Method Attributes Method Name and Description
 
Fires a Paint event.
Methods borrowed from class Control:
forceFocus, getBackground, getCursor, getData, getEnabled, getForeground, getToolTipText, getVisible, setBackground, setData, setEnabled, setForeground, setToolTipText, setVisible
Type Detail
Canvas()
The constructor is not public.
Since:
2.2
Method Detail
redraw()
Fires a Paint event.

Only ClientListener are notified, not server side listener.

See:
SWT.Paint
Event#gc

Copyright (c) EclipseSource and others 2013. All rights reserved.