Uses of Class
org.eclipse.swt.widgets.Canvas
Packages that use Canvas
-
Uses of Canvas in org.eclipse.swt.custom
Subclasses of Canvas in org.eclipse.swt.customModifier and TypeClassDescriptionclassDeprecated.As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE Styles:VERTICAL, HORIZONTAL, BORDERclassA Label which supports aligned text and/or an image and different border styles.classA StyledText is an editable user interface object that displays lines of text.classA TableCursor provides a way for the user to navigate around a Table using the keyboard.classA 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.openglModifier and TypeClassDescriptionclassGLCanvas is a widget capable of displaying OpenGL content. -
Uses of Canvas in org.eclipse.swt.widgets
Subclasses of Canvas in org.eclipse.swt.widgetsModifier and TypeClassDescriptionclassInstances of this class provide the appearance and behavior ofShells, but are not top level shells or dialogs.classInstances of this class represent the "windows" which the desktop or "window manager" is managing.Methods in org.eclipse.swt.widgets that return CanvasModifier and TypeMethodDescriptionCaret.getParent()Returns the receiver's parent, which must be aCanvas.Constructors in org.eclipse.swt.widgets with parameters of type CanvasModifierConstructorDescriptionConstructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.