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 classAnimatedProgressDeprecated.As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE Styles:VERTICAL, HORIZONTAL, BORDERclassCLabelA Label which supports aligned text and/or an image and different border styles.classStyledTextA StyledText is an editable user interface object that displays lines of text.classTableCursorA TableCursor provides a way for the user to navigate around a Table using the keyboard.classTreeCursorA 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 classGLCanvasGLCanvas 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 classDecorationsInstances of this class provide the appearance and behavior ofShells, but are not top level shells or dialogs.classShellInstances 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 CanvasCaret. 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.
-