|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ widgets overview ] | PREV NEXT | ||||||||
Uses of Class
org.eclipse.swt.widgets.Composite
| Uses of Composite in org.eclipse.swt.widgets |
| Subclasses of Composite in org.eclipse.swt.widgets | |
class |
Canvas
Instances of this class provide a surface for drawing arbitrary graphics. |
class |
ColorProgressBar
A hack to draw a horizontal progress bar in color. |
class |
Combo
Instances of this class are controls that allow the user to choose an item from a list of items, or optionally enter a new value by typing it into an editable text field. |
class |
CoolBar
Instances of this class provide an area for dynamically positioning the items they contain. |
class |
Decorations
Instances of this class provide the appearance and behavior of Shells, but are not top
level shells or dialogs. |
class |
Group
Instances of this class provide an etched border with an optional title. |
class |
IconBar
An icon bar like a ToolBar but can scroll and have more control of the appearance. |
class |
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
class |
TabFolder
Instances of this class implement the notebook user interface metaphor. |
class |
Table
Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notificiation when selected. |
class |
ToolBar
Instances of this class support the layout of selectable tool bar items. |
class |
Tree
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issue notificiation when an item in the hierarchy is selected. |
| Fields in org.eclipse.swt.widgets declared as Composite | |
(package private) Composite |
Tracker.parent
|
(package private) Composite |
Control.parent
|
| Methods in org.eclipse.swt.widgets that return Composite | |
Composite |
Control.getParent()
Returns the receiver's parent, which must be a Composite
or null when the receiver is a shell that was created with null or
a display for a parent. |
| Methods in org.eclipse.swt.widgets with parameters of type Composite | |
org.eclipse.swt.graphics.Point |
IconBarLayout.computeSize(Composite composite,
int wHint,
int hHint,
boolean flushCache)
Compute Canvas size need to hold all the icons. |
protected void |
IconBarLayout.layout(Composite composite,
boolean flushCache)
|
protected org.eclipse.swt.graphics.Point |
WeightedLayout.computeSize(Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected void |
WeightedLayout.layout(Composite composite,
boolean flushCache)
|
protected abstract org.eclipse.swt.graphics.Point |
Layout.computeSize(Composite composite,
int wHint,
int hHint,
boolean flushCache)
Computes and returns the size of the specified composite's client area according to this layout. |
protected abstract void |
Layout.layout(Composite composite,
boolean flushCache)
Lays out the children of the specified composite according to this layout. |
boolean |
Control.setParent(Composite parent)
Changes the parent of the widget to be the one provided if the underlying operating system supports this feature. |
| Constructors in org.eclipse.swt.widgets with parameters of type Composite | |
CoolBar(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Tree(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Tracker(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
ToolBar(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Table(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Slider(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Scale(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Sash(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
ProgressBar(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
List(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
IconBar(Composite parent,
int style)
|
|
IconBar(Composite parent,
int style,
java.lang.String id)
|
|
ColorProgressBar(Composite parent,
int style)
|
|
Text(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
TabFolder(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Scrollable(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Label(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Group(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Decorations(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Control(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Composite(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Combo(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Canvas(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
Button(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ widgets overview ] | PREV NEXT | ||||||||