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