|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Composite | |
org.eclipse.ercp.swt.mobile | This package contains classes which are suitable for mobile devices. |
org.eclipse.swt.browser | Optional Expanded eSWT Widgets |
org.eclipse.swt.layout | This package contains the SWT layout classes. |
org.eclipse.swt.widgets | Optional Expanded eSWT Widgets |
Uses of Composite in org.eclipse.ercp.swt.mobile |
Subclasses of Composite in org.eclipse.ercp.swt.mobile | |
class |
CaptionedControl
A CaptionedControl is used to display a label (caption) in front of a control. |
class |
MobileShell
A shell particularly suitable for devices that require dynamic change of trims at run-time. |
Methods in org.eclipse.ercp.swt.mobile that return Composite | |
Composite |
MultiPageDialog.createPage(java.lang.String title,
Image icon)
Creates a new page with the specified title string and icon. |
Composite |
MultiPageDialog.getPage(int index)
Returns the composite of the page at the given zero-relative index in the receiver. |
Constructors in org.eclipse.ercp.swt.mobile with parameters of type Composite | |
TextExtension(Composite parent,
int style)
Constructs a new instance of Text class when specific
styles are not used. |
|
TextExtension(Composite parent,
int style,
int extensionStyle)
Constructs a new instance of this class given its parent, a style value describing behaviour and appearance, and an additional style specifying the text types defined above. |
|
SortedList(Composite parent,
int style)
Construct a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
SortedList(Composite parent,
int style,
int modeStyle)
Construct a new instance of this class given its parent, a style value describing its behavior and appearance, and a mode style describing additional behavior modes. |
|
ListView(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
ListView(Composite parent,
int style,
int density)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance styles. |
|
ListBox(Composite parent,
int style,
int layoutStyle)
Constructs a new instance of this class given its parent, a style value describing its selection behavior, and a style value describing its layout. |
|
HyperLink(Composite parent,
int style,
int format)
Constructs a new instance of this class given its parent, a style value and a format value describing its behavior and appearance. |
|
DateEditor(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
DateEditor(Composite parent,
int style,
int dateEditorStyle)
Constructs a new instance of this class given its parent, a style value describing its appearance, and a widget-specific style describing its behavior. |
|
ConstrainedText(Composite parent,
int style,
int constrainedStyle)
Constructs a new instance of this class given its parent, a style value describing behaviour and appearance, and an additional constrained style specifying the input styles defined above. |
|
CaptionedControl(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
Uses of Composite in org.eclipse.swt.browser |
Subclasses of Composite in org.eclipse.swt.browser | |
class |
Browser
Instances of this class implement the browser user interface metaphor. |
Constructors in org.eclipse.swt.browser with parameters of type Composite | |
Browser(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
Uses of Composite in org.eclipse.swt.layout |
Methods in org.eclipse.swt.layout with parameters of type Composite | |
protected Point |
RowLayout.computeSize(Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected void |
RowLayout.layout(Composite composite,
boolean flushCache)
|
protected Point |
GridLayout.computeSize(Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected void |
GridLayout.layout(Composite composite,
boolean flushCache)
|
protected Point |
FillLayout.computeSize(Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected void |
FillLayout.layout(Composite composite,
boolean flushCache)
|
protected Point |
FormLayout.computeSize(Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected void |
FormLayout.layout(Composite composite,
boolean flushCache)
|
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 |
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 |
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. |
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 |
Tree
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issue notification when an item in the hierarchy is selected. |
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 | |
boolean |
Control.setParent(Composite parent)
Changes the parent of the widget to be the one provided if the underlying operating system supports this feature. |
protected abstract 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. |
Constructors in org.eclipse.swt.widgets with parameters of type Composite | |
Tree(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. |
|
Text(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. |
|
Scrollable(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. |
|
Label(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |