Uses of Class
org.eclipse.swt.widgets.Canvas
Package
Description
Provides support for dialogs.
Provides a framework for connecting document regions
with annotations and for displaying those.
This package provides the UI part for projection documents of which the most important part is the projection viewer.
SWT Custom widgets.
SWT OpenGL support.
SWT widget public API classes.
Custom widgets and controls for forms-based parts.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of Canvas in org.eclipse.e4.ui.widgets
-
Uses of Canvas in org.eclipse.help.ui.internal
Modifier and TypeClassDescriptionstatic class
class
A canvas holding a hyperlink label. -
Uses of Canvas in org.eclipse.jface.dialogs
-
Uses of Canvas in org.eclipse.jface.text.source
Modifier and TypeMethodDescriptionstatic void
Draws an image aligned inside the given rectangle on the given canvas.static void
Draws an image aligned inside the given rectangle on the given canvas.void
IAnnotationAccessExtension.paint
(Annotation annotation, GC gc, Canvas canvas, Rectangle bounds) Draws a graphical representation of the given annotation within the given bounds.void
Implement this method to draw a graphical representation of this annotation within the given bounds. -
Uses of Canvas in org.eclipse.jface.text.source.projection
-
Uses of Canvas in org.eclipse.swt.custom
Modifier 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
Modifier and TypeClassDescriptionclass
GLCanvas is a widget capable of displaying OpenGL content. -
Uses of Canvas in org.eclipse.swt.widgets
Modifier 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.Modifier and TypeMethodDescriptionCaret.getParent()
Returns the receiver's parent, which must be aCanvas
.ModifierConstructorDescriptionConstructs 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. -
Uses of Canvas in org.eclipse.ui.forms.widgets
Modifier and TypeClassDescriptionclass
This is the base class for custom hyperlink widget.class
This composite is capable of expanding or collapsing a single client that is its direct child.class
This class is a read-only text control that is capable of rendering wrapped text.class
Hyperlink is a concrete implementation of the abstract base class that draws text in the client area.class
This class extends hyperlink widget by adding the capability to render an image relative to the text.class
A variation of the expandable composite that adds optional description below the title.class
A custom selectable control that can be used to control areas that can be expanded or collapsed.class
A custom selectable control that can be used to control areas that can be expanded or collapsed.class
A custom selectable control that can be used to control areas that can be expanded or collapsed. -
Uses of Canvas in org.eclipse.ui.texteditor
Modifier and TypeMethodDescriptionstatic void
Deprecated.As of 3.0, replaced byImageUtilities.drawImage(Image, GC, Canvas, Rectangle, int)
static void
Deprecated.As of 3.0, replaced byImageUtilities.drawImage(Image, GC, Canvas, Rectangle, int, int)
void
DefaultMarkerAnnotationAccess.paint
(Annotation annotation, GC gc, Canvas canvas, Rectangle bounds) void
void
Deprecated.