|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Composite | |
---|---|
org.eclipse.ercp.eworkbench | |
org.eclipse.ercp.swt.mobile | This package contains classes which are suitable for mobile devices. |
org.eclipse.ercp.update.views | |
org.eclipse.jface.action | Provides support for shared UI resources such as menus, tool bars, and status lines. |
org.eclipse.jface.preference | Provides a framework for preferences. |
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
org.eclipse.swt.browser | Optional Expanded eSWT Widgets This package includes the Browser widget which is in the Expanded portion of eSWT. |
org.eclipse.swt.layout | This package contains the SWT layout classes. |
org.eclipse.swt.widgets | SWT widget public API classes. |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.application | Application-level APIs for configuring and controling the Eclipse Platform User Interface. |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
Uses of Composite in org.eclipse.ercp.eworkbench |
---|
Methods in org.eclipse.ercp.eworkbench with parameters of type Composite | |
---|---|
void |
DefaultView.createPartControl(Composite parent)
|
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 | |
---|---|
CaptionedControl(Composite parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
Uses of Composite in org.eclipse.ercp.update.views |
---|
Subclasses of Composite in org.eclipse.ercp.update.views | |
---|---|
class |
ScrolledText
|
class |
WrappedLabel
|
Fields in org.eclipse.ercp.update.views declared as Composite | |
---|---|
Composite |
NormalView.parent
|
Methods in org.eclipse.ercp.update.views that return Composite | |
---|---|
protected Composite |
AbsScreen.init(java.lang.String title,
boolean scrollable)
|
Methods in org.eclipse.ercp.update.views with parameters of type Composite | |
---|---|
void |
NormalView.createPartControl(Composite parent)
This is a callback that will allow us to create the viewer and initialize it. |
Constructors in org.eclipse.ercp.update.views with parameters of type Composite | |
---|---|
ScrolledText(Composite parent,
int compositeAttribute,
int textAttribute)
|
|
ScrolledText(Composite parent,
int compositeAttribute,
int textAttribute,
int maxLineCount)
|
|
WrappedLabel(Composite parent,
int compositeAttribute,
int labelAttribute)
|
|
WrappedLabel(Composite parent,
int compositeAttribute,
int labelAttribute,
int maxLineCount)
|
Uses of Composite in org.eclipse.jface.action |
---|
Methods in org.eclipse.jface.action with parameters of type Composite | |
---|---|
Control |
StatusLineManager.createControl(Composite parent)
Creates and returns this manager's status line control. |
protected abstract Control |
ControlContribution.createControl(Composite parent)
Creates and returns the control for this contribution item under the given parent composite. |
Control |
StatusLineManager.createControl(Composite parent,
int style)
Creates and returns this manager's status line control. |
void |
SubContributionItem.fill(Composite parent)
|
void |
IContributionItem.fill(Composite parent)
Fills the given composite control with controls representing this contribution item. |
void |
ControlContribution.fill(Composite parent)
The control item implementation of this IContributionItem
method calls the createControl framework method. |
void |
ContributionItem.fill(Composite parent)
The default implementation of this IContributionItem
method does nothing. |
Uses of Composite in org.eclipse.jface.preference |
---|
Methods in org.eclipse.jface.preference that return Composite | |
---|---|
protected Composite |
PreferenceDialog.createPage(IPreferenceNode node)
|
protected Composite |
PreferenceDialog.createSubPages(IPreferenceNode node)
|
Methods in org.eclipse.jface.preference with parameters of type Composite | |
---|---|
protected abstract Control |
PreferencePage.createContents(Composite parent)
Creates and returns the SWT control for the customized body of this preference page under the given parent composite. |
void |
PreferencePage.createControl(Composite parent)
The PreferencePage implementation of this
IDialogPage method creates a description label
and button bar for the page. |
protected void |
PreferenceDialog.createPageControl(PreferencePage page,
Composite parent)
Create the page control for the supplied page. |
Uses of Composite in org.eclipse.jface.viewers |
---|
Methods in org.eclipse.jface.viewers with parameters of type Composite | |
---|---|
Point |
TableLayout.computeSize(Composite c,
int wHint,
int hHint,
boolean flush)
|
void |
CellEditor.create(Composite parent)
Creates the control for this cell editor under the given parent control. |
protected Button |
DialogCellEditor.createButton(Composite parent)
Creates the button for this cell editor under the given parent control. |
protected Control |
DialogCellEditor.createContents(Composite cell)
Creates the controls used to show the value of this cell editor. |
protected Control |
ColorCellEditor.createContents(Composite cell)
|
protected Control |
TextCellEditor.createControl(Composite parent)
|
protected Control |
DialogCellEditor.createControl(Composite parent)
|
protected Control |
ComboBoxCellEditor.createControl(Composite parent)
|
protected Control |
CheckboxCellEditor.createControl(Composite parent)
The CheckboxCellEditor implementation of
this CellEditor framework method does
nothing and returns null . |
protected abstract Control |
CellEditor.createControl(Composite parent)
Creates the control for this cell editor under the given parent control. |
protected static Table |
CheckboxTableViewer.createTable(Composite parent,
int style)
Creates a new table control with one column. |
void |
TableLayout.layout(Composite c,
boolean flush)
|
static CheckboxTableViewer |
CheckboxTableViewer.newCheckList(Composite parent,
int style)
Creates a table viewer on a newly-created table control under the given parent. |
Constructors in org.eclipse.jface.viewers with parameters of type Composite | |
---|---|
CellEditor(Composite parent)
Creates a new cell editor under the given parent control. |
|
CellEditor(Composite parent,
int style)
Creates a new cell editor under the given parent control. |
|
CheckboxCellEditor(Composite parent)
Creates a new checkbox cell editor parented under the given control. |
|
CheckboxCellEditor(Composite parent,
int style)
Creates a new checkbox cell editor parented under the given control. |
|
CheckboxTableViewer(Composite parent)
Deprecated. use newCheckList(Composite, int) or new CheckboxTableViewer(Table) instead (see below for details) |
|
CheckboxTableViewer(Composite parent,
int style)
Deprecated. use newCheckList(Composite, int) or new CheckboxTableViewer(Table) instead (see above for details) |
|
CheckboxTreeViewer(Composite parent)
Creates a tree viewer on a newly-created tree control under the given parent. |
|
CheckboxTreeViewer(Composite parent,
int style)
Creates a tree viewer on a newly-created tree control under the given parent. |
|
ColorCellEditor(Composite parent)
Creates a new color cell editor parented under the given control. |
|
ColorCellEditor(Composite parent,
int style)
Creates a new color cell editor parented under the given control. |
|
ComboBoxCellEditor(Composite parent,
java.lang.String[] items)
Creates a new cell editor with a combo containing the given list of choices and parented under the given control. |
|
ComboBoxCellEditor(Composite parent,
java.lang.String[] items,
int style)
Creates a new cell editor with a combo containing the given list of choices and parented under the given control. |
|
ComboViewer(Composite parent)
Creates a combo viewer on a newly-created combo control under the given parent. |
|
ComboViewer(Composite parent,
int style)
Creates a combo viewer on a newly-created combo control under the given parent. |
|
DialogCellEditor(Composite parent)
Creates a new dialog cell editor parented under the given control. |
|
DialogCellEditor(Composite parent,
int style)
Creates a new dialog cell editor parented under the given control. |
|
ListViewer(Composite parent)
Creates a list viewer on a newly-created list control under the given parent. |
|
ListViewer(Composite parent,
int style)
Creates a list viewer on a newly-created list control under the given parent. |
|
TableViewer(Composite parent)
Creates a table viewer on a newly-created table control under the given parent. |
|
TableViewer(Composite parent,
int style)
Creates a table viewer on a newly-created table control under the given parent. |
|
TextCellEditor(Composite parent)
Creates a new text string cell editor parented under the given control. |
|
TextCellEditor(Composite parent,
int style)
Creates a new text string cell editor parented under the given control. |
|
TreeViewer(Composite parent)
Creates a tree viewer on a newly-created tree control under the given parent. |
|
TreeViewer(Composite parent,
int style)
Creates a tree viewer on a newly-created tree control under the given parent. |
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 |
FillLayout.computeSize(Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected Point |
FormLayout.computeSize(Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected Point |
GridLayout.computeSize(Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected Point |
RowLayout.computeSize(Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected void |
FillLayout.layout(Composite composite,
boolean flushCache)
|
protected void |
FormLayout.layout(Composite composite,
boolean flushCache)
|
protected void |
GridLayout.layout(Composite composite,
boolean flushCache)
|
protected void |
RowLayout.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 issues 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 | |
---|---|
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. |
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 | |
---|---|
Button(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. |
|
Combo(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. |
|
Control(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. |
|
Label(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. |
|
ProgressBar(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. |
|
Slider(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. |
|
Tree(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.ui |
---|
Methods in org.eclipse.ui with parameters of type Composite | |
---|---|
void |
IWorkbenchPart.createPartControl(Composite parent)
Creates the SWT controls for this workbench part. |
Uses of Composite in org.eclipse.ui.application |
---|
Methods in org.eclipse.ui.application with parameters of type Composite | |
---|---|
Control |
WorkbenchWindowAdvisor.createEmptyWindowContents(Composite parent)
Creates and returns the control to be shown when the org.eclipse.jface.window has no open pages. |
Control |
WorkbenchAdvisor.createEmptyWindowContents(IWorkbenchWindowConfigurer configurer,
Composite parent)
Deprecated. since 3.1, override WorkbenchWindowAdvisor.createEmptyWindowContents(Composite) instead |
Control |
IWorkbenchWindowConfigurer.createPageComposite(Composite parent)
Creates the page composite, in which the org.eclipse.jface.window's pages, and their views and editors, appear. |
Control |
IWorkbenchWindowConfigurer.createStatusLineControl(Composite parent)
Creates the status line control. |
Uses of Composite in org.eclipse.ui.part |
---|
Methods in org.eclipse.ui.part with parameters of type Composite | |
---|---|
abstract void |
WorkbenchPart.createPartControl(Composite parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |