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

Packages that use Canvas
  • Uses of Canvas in org.eclipse.swt.custom

    Modifier and Type
    Class
    Description
    class 
    Deprecated.
    As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE Styles:VERTICAL, HORIZONTAL, BORDER
    class 
    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 Type
    Class
    Description
    class 
    GLCanvas is a widget capable of displaying OpenGL content.
  • Uses of Canvas in org.eclipse.swt.widgets

    Modifier and Type
    Class
    Description
    class 
    Instances of this class provide the appearance and behavior of Shells, 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 Canvas
    Modifier and Type
    Method
    Description
    Caret.getParent()
    Returns the receiver's parent, which must be a Canvas.
    Constructors in org.eclipse.swt.widgets with parameters of type Canvas
    Modifier
    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.