Package | Description |
---|---|
org.eclipse.swt.custom | |
org.eclipse.swt.opengl | |
org.eclipse.swt.widgets |
Modifier and Type | Class and Description |
---|---|
class |
AnimatedProgress
Deprecated.
As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE
|
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.
|
class |
TreeCursor
A TreeCursor provides a way for the user to navigate around a Tree with columns using the
keyboard.
|
Modifier and Type | Class and Description |
---|---|
class |
GLCanvas
GLCanvas is a widget capable of displaying OpenGL content.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Canvas |
Caret.getParent()
Returns the receiver's parent, which must be a
Canvas . |
Constructor and 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.
|
Copyright © 2017. All Rights Reserved.