Eclipse Platform
2.1

Uses of Class
org.eclipse.swt.widgets.Canvas

Packages that use Canvas
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.swt.widgets SWT widget public API classes. 
 

Uses of Canvas in org.eclipse.swt.custom
 

Subclasses of Canvas in org.eclipse.swt.custom
 class AnimatedProgress
          Deprecated. As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE
Styles:
VERTICAL, HORIZONTAL, BORDER
 class CLabel
          A Label which supports aligned text and/or an image and different border styles.
 class StyledText
          A StyledText is an editable user interface object that displays lines of text.
 class TableCursor
          A TableCursor provides a way for the user to navigate around a Table using the keyboard.
 

Uses of Canvas in org.eclipse.swt.widgets
 

Subclasses of Canvas in org.eclipse.swt.widgets
 class Decorations
          Instances of this class provide the appearance and behavior of Shells, but are not top level shells or dialogs.
 class Shell
          Instances of this class represent the "windows" which the desktop or "window manager" is managing.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.