Uses of Class
org.eclipse.swt.widgets.Canvas
-
Packages that use Canvas Package Description org.eclipse.swt.custom org.eclipse.swt.opengl org.eclipse.swt.widgets -
-
Uses of Canvas in org.eclipse.swt.custom
Subclasses of Canvas in org.eclipse.swt.custom Modifier and Type Class Description class
AnimatedProgress
Deprecated.As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE Styles:VERTICAL, HORIZONTAL, BORDERclass
CLabel
A Label which supports aligned text and/or an image and different border styles.class
StyledText
A StyledText is an editable user interface object that displays lines of text.class
TableCursor
A TableCursor provides a way for the user to navigate around a Table using the keyboard.class
TreeCursor
A TreeCursor provides a way for the user to navigate around a Tree with columns using the keyboard. -
Uses of Canvas in org.eclipse.swt.opengl
Subclasses of Canvas in org.eclipse.swt.opengl Modifier and Type Class Description class
GLCanvas
GLCanvas is a widget capable of displaying OpenGL content. -
Uses of Canvas in org.eclipse.swt.widgets
Subclasses of Canvas in org.eclipse.swt.widgets Modifier and Type Class Description class
Decorations
Instances of this class provide the appearance and behavior ofShells
, but are not top level shells or dialogs.class
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing.Methods in org.eclipse.swt.widgets that return Canvas Modifier and Type Method Description Canvas
Caret. getParent()
Returns the receiver's parent, which must be aCanvas
.Constructors in org.eclipse.swt.widgets with parameters of type Canvas Constructor Description Caret(Canvas parent, int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.IME(Canvas parent, int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
-