Uses of Class
org.eclipse.swt.widgets.Canvas
-
Packages that use Canvas Package Description org.eclipse.jface.dialogs Provides support for dialogs.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.jface.text.source.projection This package provides the UI part for projection documents of which the most important part is the projection viewer.org.eclipse.swt.custom SWT Custom widgets.org.eclipse.swt.opengl SWT OpenGL support.org.eclipse.swt.widgets SWT widget public API classes.org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of Canvas in org.eclipse.jface.dialogs
Subclasses of Canvas in org.eclipse.jface.dialogs Modifier and Type Class Description classMessageLineA message line displaying a status. -
Uses of Canvas in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source with parameters of type Canvas Modifier and Type Method Description static voidImageUtilities. drawImage(Image image, GC gc, Canvas canvas, Rectangle r, int align)Draws an image aligned inside the given rectangle on the given canvas.static voidImageUtilities. drawImage(Image image, GC gc, Canvas canvas, Rectangle r, int halign, int valign)Draws an image aligned inside the given rectangle on the given canvas.voidIAnnotationAccessExtension. paint(Annotation annotation, GC gc, Canvas canvas, Rectangle bounds)Draws a graphical representation of the given annotation within the given bounds.voidIAnnotationPresentation. paint(GC gc, Canvas canvas, Rectangle bounds)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
Methods in org.eclipse.jface.text.source.projection with parameters of type Canvas Modifier and Type Method Description voidProjectionAnnotation. paint(GC gc, Canvas canvas, Rectangle rectangle) -
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. -
Uses of Canvas in org.eclipse.ui.forms.widgets
Subclasses of Canvas in org.eclipse.ui.forms.widgets Modifier and Type Class Description classAbstractHyperlinkThis is the base class for custom hyperlink widget.classExpandableCompositeThis composite is capable of expanding or collapsing a single client that is its direct child.classFormTextThis class is a read-only text control that is capable of rendering wrapped text.classHyperlinkHyperlink is a concrete implementation of the abstract base class that draws text in the client area.classImageHyperlinkThis class extends hyperlink widget by adding the capability to render an image relative to the text.classSectionA variation of the expandable composite that adds optional description below the title.classToggleHyperlinkA custom selectable control that can be used to control areas that can be expanded or collapsed.classTreeNodeA custom selectable control that can be used to control areas that can be expanded or collapsed.classTwistieA custom selectable control that can be used to control areas that can be expanded or collapsed. -
Uses of Canvas in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type Canvas Modifier and Type Method Description static voidImageUtilities. drawImage(Image image, GC gc, Canvas canvas, Rectangle r, int align)Deprecated.As of 3.0, replaced byImageUtilities.drawImage(Image, GC, Canvas, Rectangle, int)static voidImageUtilities. drawImage(Image image, GC gc, Canvas canvas, Rectangle r, int halign, int valign)Deprecated.As of 3.0, replaced byImageUtilities.drawImage(Image, GC, Canvas, Rectangle, int, int)voidDefaultMarkerAnnotationAccess. paint(Annotation annotation, GC gc, Canvas canvas, Rectangle bounds)voidDefaultRangeIndicator. paint(GC gc, Canvas canvas, Rectangle bounds)voidMarkerAnnotation. paint(GC gc, Canvas canvas, Rectangle r)Deprecated.
-