|
|
|
|
Uses of Class org.eclipse.swt.widgets.Composite
Methods in
org.eclipse.compare with parameters of type
Composite
|
static void
|
CompareViewerPane.
clearToolBar
(
Composite parent)
Clears tool items in the CompareViewerPane 's control bar. |
protected void
|
EditionSelectionDialog.
createButtonsForButtonBar
(
Composite parent)
Deprecated. |
Control
|
CompareEditorInput.
createContents
(
Composite parent)
Create the SWT controls that are used to display the result of the compare operation. |
protected
Control
|
EditionSelectionDialog.
createDialogArea
(
Composite parent2)
Deprecated. |
Viewer
|
CompareEditorInput.
createDiffViewer
(
Composite parent)
Factory method for creating a differences viewer for the top left pane. |
Control
|
CompareEditorInput.
createOutlineContents
(
Composite parent,
int direction)
|
protected
CompareViewerPane
|
CompareEditorInput.
createStructureInputPane
(
Composite parent)
Create the pane that will contain the structure input pane (upper left). |
protected
Control
|
CompareViewerPane.
createTopLeft
(
Composite parent)
|
Viewer
|
IViewerCreator.
createViewer
(
Composite parent,
CompareConfiguration config)
Creates a new viewer under the given SWT parent control. |
Viewer
|
CompareEditorInput.
findContentViewer
(
Viewer oldViewer,
ICompareInput input,
Composite parent)
Implements the dynamic viewer switching for content viewers. |
static
Viewer
|
CompareUI.
findContentViewer
(
Viewer oldViewer,
ICompareInput input,
Composite parent,
CompareConfiguration configuration)
Returns a content compare viewer based on an old viewer and an input object. |
static
Viewer
|
CompareUI.
findContentViewer
(
Viewer oldViewer,
Object input,
Composite parent,
CompareConfiguration configuration)
Returns a content compare viewer based on an old viewer and an input
object. |
Viewer
|
CompareEditorInput.
findStructureViewer
(
Viewer oldViewer,
ICompareInput input,
Composite parent)
Implements the dynamic viewer switching for structure viewers. |
static
Viewer
|
CompareUI.
findStructureViewer
(
Viewer oldViewer,
ICompareInput input,
Composite parent,
CompareConfiguration configuration)
Returns a structure compare viewer based on an old viewer and an input object. |
static
ToolBarManager
|
CompareViewerPane.
getToolBarManager
(
Composite parent)
Returns a ToolBarManager if the given parent is a
CompareViewerPane or null otherwise. |
Constructors in
org.eclipse.compare with parameters of type
Composite
|
CompareViewerPane
(
Composite container,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
CompareViewerSwitchingPane
(
Composite parent,
int style)
Creates a CompareViewerSwitchingPane as a child of the given parent and with the
specified SWT style bits. |
CompareViewerSwitchingPane
(
Composite parent,
int style,
boolean visibility)
Creates a CompareViewerSwitchingPane as a child of the given parent and with the
specified SWT style bits. |
Splitter
(
Composite parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
Methods in
org.eclipse.jface.action with parameters of type
Composite
|
protected abstract
Control
|
ControlContribution.
createControl
(
Composite parent)
Creates and returns the control for this contribution item
under the given parent composite. |
CoolBar
|
CoolBarManager.
createControl
(
Composite parent)
Creates and returns this manager's cool bar control. |
Control
|
StatusLineManager.
createControl
(
Composite parent)
Creates and returns this manager's status line control. |
ToolBar
|
ToolBarManager.
createControl
(
Composite parent)
Creates and returns this manager's tool bar control. |
Control
|
StatusLineManager.
createControl
(
Composite parent,
int style)
Creates and returns this manager's status line control. |
void
|
MenuManager.
fill
(
Composite parent)
|
void
|
SubContributionItem.
fill
(
Composite parent)
|
void
|
ActionContributionItem.
fill
(
Composite parent)
The ActionContributionItem implementation of this
IContributionItem method creates an SWT
Button for the action using the action's style. |
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. |
void
|
SubMenuManager.
fill
(
Composite parent)
|
void
|
StatusLineContributionItem.
fill
(
Composite parent)
|
void
|
IContributionItem.
fill
(
Composite parent)
Fills the given composite control with controls representing this
contribution item. |
Methods in
org.eclipse.jface.layout with parameters of type
Composite
|
void
|
GridLayoutFactory.
applyTo
(
Composite c)
Creates a new GridLayout and attaches it to the given composite. |
void
|
RowLayoutFactory.
applyTo
(
Composite c)
Creates a new RowLayout and attaches it to the given composite. |
protected
Point
|
AbstractColumnLayout.
computeSize
(
Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
void
|
GridLayoutFactory.
generateLayout
(
Composite c)
Applies this layout to the given composite, and attaches default GridData
to all immediate children that don't have one. |
protected void
|
TreeColumnLayout.
layout
(
Composite composite,
boolean flushCache)
|
protected void
|
AbstractColumnLayout.
layout
(
Composite composite,
boolean flushCache)
|
Methods in
org.eclipse.jface.menus with parameters of type
Composite
|
void
|
IWidget.
fill
(
Composite parent)
Fills the given composite control with controls representing this widget. |
void
|
AbstractTrimWidget.
fill
(
Composite parent)
|
abstract void
|
AbstractTrimWidget.
fill
(
Composite parent,
int oldSide,
int newSide)
This method is called to initially construct the widget and is also
called whenever the widget's composite has been moved to a trim area on a
different side of the workbench. |
Methods in
org.eclipse.jface.preference with parameters of type
Composite
|
protected void
|
PreferencePage.
applyDialogFont
(
Composite composite)
Apply the dialog font to the composite and it's children
if it is set. |
protected void
|
FieldEditor.
checkParent
(
Control control,
Composite parent)
Checks if the given parent is the current parent of the
supplied control; throws an (unchecked) exception if they
are not correctly related. |
protected void
|
PreferencePage.
contributeButtons
(
Composite parent)
Contributes additional buttons to the given composite. |
protected void
|
PreferenceDialog.
createButtonsForButtonBar
(
Composite parent)
|
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. |
protected
Control
|
FieldEditorPreferencePage.
createContents
(
Composite parent)
|
protected
Control
|
PreferenceDialog.
createContents
(
Composite parent)
|
void
|
PreferencePage.
createControl
(
Composite parent)
The PreferencePage implementation of this
IDialogPage method creates a description label
and button bar for the page. |
protected void
|
FieldEditor.
createControl
(
Composite parent)
Creates this field editor's main control containing all of its
basic controls. |
protected
Label
|
PreferencePage.
createDescriptionLabel
(
Composite parent)
Creates and returns an SWT label under the given composite. |
protected
Control
|
PreferenceDialog.
createDialogArea
(
Composite parent)
|
protected
Composite
|
PreferencePage.
createNoteComposite
(
Font font,
Composite composite,
String title,
String message)
Creates a composite with a highlighted Note entry and a message text. |
protected
Composite
|
PreferenceDialog.
createPageContainer
(
Composite parent)
Creates the inner page container. |
protected void
|
PreferenceDialog.
createPageControl
(
IPreferencePage page,
Composite parent)
Create the page control for the supplied page. |
protected
Sash
|
PreferenceDialog.
createSash
(
Composite composite,
Control rightControl)
Create the sash with right control on the right. |
protected
Composite
|
PreferenceDialog.
createTitleArea
(
Composite parent)
Creates the wizard's title area. |
protected
Control
|
PreferenceDialog.
createTreeAreaContents
(
Composite parent)
|
protected
TreeViewer
|
PreferenceDialog.
createTreeViewer
(
Composite parent)
Create a new TreeViewer . |
protected void
|
ColorFieldEditor.
doFillIntoGrid
(
Composite parent,
int numColumns)
|
protected void
|
RadioGroupFieldEditor.
doFillIntoGrid
(
Composite parent,
int numColumns)
|
protected void
|
FontFieldEditor.
doFillIntoGrid
(
Composite parent,
int numColumns)
|
protected void
|
ScaleFieldEditor.
doFillIntoGrid
(
Composite parent,
int numColumns)
|
protected void
|
ListEditor.
doFillIntoGrid
(
Composite parent,
int numColumns)
|
protected void
|
BooleanFieldEditor.
doFillIntoGrid
(
Composite parent,
int numColumns)
|
protected void
|
ComboFieldEditor.
doFillIntoGrid
(
Composite parent,
int numColumns)
|
protected abstract void
|
FieldEditor.
doFillIntoGrid
(
Composite parent,
int numColumns)
Fills this field editor's basic controls into the given parent. |
protected void
|
StringButtonFieldEditor.
doFillIntoGrid
(
Composite parent,
int numColumns)
|
protected void
|
StringFieldEditor.
doFillIntoGrid
(
Composite parent,
int numColumns)
Fills this field editor's basic controls into the given parent. |
void
|
FieldEditor.
fillIntoGrid
(
Composite parent,
int numColumns)
Fills this field editor's basic controls into the given parent. |
Composite
|
ListEditor.
getButtonBoxControl
(
Composite parent)
Returns this field editor's button box containing the Add, Remove,
Up, and Down button. |
protected
Button
|
ColorFieldEditor.
getChangeControl
(
Composite parent)
Returns the change button for this field editor. |
protected
Button
|
FontFieldEditor.
getChangeControl
(
Composite parent)
Returns the change button for this field editor. |
protected
Button
|
BooleanFieldEditor.
getChangeControl
(
Composite parent)
Returns the change button for this field editor. |
protected
Button
|
StringButtonFieldEditor.
getChangeControl
(
Composite parent)
Get the change control. |
Control
|
BooleanFieldEditor.
getDescriptionControl
(
Composite parent)
Returns the control responsible for displaying this field editor's label. |
Label
|
FieldEditor.
getLabelControl
(
Composite parent)
Returns this field editor's label component. |
List
|
ListEditor.
getListControl
(
Composite parent)
Returns this field editor's list control. |
Composite
|
RadioGroupFieldEditor.
getRadioBoxControl
(
Composite parent)
Returns this field editor's radio group control. |
Text
|
StringFieldEditor.
getTextControl
(
Composite parent)
Returns this field editor's text control. |
protected
Label
|
FontFieldEditor.
getValueControl
(
Composite parent)
Returns the value control for this field editor. |
void
|
ColorFieldEditor.
setEnabled
(boolean enabled,
Composite parent)
|
void
|
RadioGroupFieldEditor.
setEnabled
(boolean enabled,
Composite parent)
|
void
|
FontFieldEditor.
setEnabled
(boolean enabled,
Composite parent)
|
void
|
ListEditor.
setEnabled
(boolean enabled,
Composite parent)
|
void
|
BooleanFieldEditor.
setEnabled
(boolean enabled,
Composite parent)
|
void
|
ComboFieldEditor.
setEnabled
(boolean enabled,
Composite parent)
|
void
|
FieldEditor.
setEnabled
(boolean enabled,
Composite parent)
Set whether or not the controls in the field editor
are enabled. |
void
|
StringButtonFieldEditor.
setEnabled
(boolean enabled,
Composite parent)
|
void
|
StringFieldEditor.
setEnabled
(boolean enabled,
Composite parent)
|
protected void
|
PreferenceDialog.
setPageContainer
(
Composite pageContainer)
Set the composite that is showing the page. |
Constructors in
org.eclipse.jface.preference with parameters of type
Composite
|
BooleanFieldEditor
(
String name,
String label,
Composite parent)
Creates a boolean field editor in the default style. |
BooleanFieldEditor
(
String name,
String labelText,
int style,
Composite parent)
Creates a boolean field editor in the given style. |
ColorFieldEditor
(
String name,
String labelText,
Composite parent)
Creates a color field editor. |
ColorSelector
(
Composite parent)
Create a new instance of the reciever and the button that it wrappers in
the supplied parent Composite . |
ComboFieldEditor
(
String name,
String labelText,
String[][] entryNamesAndValues,
Composite parent)
Create the combo box field editor. |
DirectoryFieldEditor
(
String name,
String labelText,
Composite parent)
Creates a directory field editor. |
FieldEditor
(
String name,
String labelText,
Composite parent)
Creates a new field editor. |
FileFieldEditor
(
String name,
String labelText,
boolean enforceAbsolute,
Composite parent)
Creates a file field editor. |
FileFieldEditor
(
String name,
String labelText,
boolean enforceAbsolute,
int validationStrategy,
Composite parent)
Creates a file field editor. |
FileFieldEditor
(
String name,
String labelText,
Composite parent)
Creates a file field editor. |
FontFieldEditor
(
String name,
String labelText,
Composite parent)
Creates a font field editor without a preview. |
FontFieldEditor
(
String name,
String labelText,
String previewAreaText,
Composite parent)
Creates a font field editor with an optional preview area. |
IntegerFieldEditor
(
String name,
String labelText,
Composite parent)
Creates an integer field editor. |
IntegerFieldEditor
(
String name,
String labelText,
Composite parent,
int textLimit)
Creates an integer field editor. |
ListEditor
(
String name,
String labelText,
Composite parent)
Creates a list field editor. |
PathEditor
(
String name,
String labelText,
String dirChooserLabelText,
Composite parent)
Creates a path field editor. |
RadioGroupFieldEditor
(
String name,
String labelText,
int numColumns,
String[][] labelAndValues,
Composite parent)
Creates a radio group field editor. |
RadioGroupFieldEditor
(
String name,
String labelText,
int numColumns,
String[][] labelAndValues,
Composite parent,
boolean useGroup)
Creates a radio group field editor. |
ScaleFieldEditor
(
String name,
String labelText,
Composite parent)
Creates a scale field editor. |
ScaleFieldEditor
(
String name,
String labelText,
Composite parent,
int min,
int max,
int increment,
int pageIncrement)
Creates a scale field editor with particular scale values. |
StringButtonFieldEditor
(
String name,
String labelText,
Composite parent)
Creates a string button field editor. |
StringFieldEditor
(
String name,
String labelText,
Composite parent)
Creates a string field editor of unlimited width. |
StringFieldEditor
(
String name,
String labelText,
int width,
Composite parent)
Creates a string field editor. |
StringFieldEditor
(
String name,
String labelText,
int width,
int strategy,
Composite parent)
Creates a string field editor. |
Methods in
org.eclipse.jface.text.source with parameters of type
Composite
|
protected
Point
|
SourceViewer.RulerLayout.
computeSize
(
Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected void
|
SourceViewer.
createControl
(
Composite parent,
int styles)
|
Control
|
OverviewRuler.
createControl
(
Composite parent,
ITextViewer textViewer)
|
Control
|
VerticalRuler.
createControl
(
Composite parent,
ITextViewer textViewer)
|
Control
|
IVerticalRuler.
createControl
(
Composite parent,
ITextViewer textViewer)
Creates the ruler's SWT control. |
Control
|
CompositeRuler.
createControl
(
Composite parent,
ITextViewer textViewer)
|
Control
|
AbstractRulerColumn.
createControl
(
CompositeRuler parentRuler,
Composite parentControl)
|
Control
|
LineNumberRulerColumn.
createControl
(
CompositeRuler parentRuler,
Composite parentControl)
|
Control
|
IVerticalRulerColumn.
createControl
(
CompositeRuler parentRuler,
Composite parentControl)
Creates the column's SWT control. |
Control
|
AnnotationRulerColumn.
createControl
(
CompositeRuler parentRuler,
Composite parentControl)
|
Control
|
ChangeRulerColumn.
createControl
(
CompositeRuler parentRuler,
Composite parentControl)
|
Control
|
LineNumberChangeRulerColumn.
createControl
(
CompositeRuler parentRuler,
Composite parentControl)
|
protected void
|
SourceViewer.RulerLayout.
layout
(
Composite composite,
boolean flushCache)
|
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
|
DialogCellEditor.
createControl
(
Composite parent)
|
protected
Control
|
ComboBoxCellEditor.
createControl
(
Composite parent)
|
protected abstract
Control
|
CellEditor.
createControl
(
Composite parent)
Creates the control for this cell editor under the given parent control. |
protected
Control
|
CheckboxCellEditor.
createControl
(
Composite parent)
The CheckboxCellEditor implementation of
this CellEditor framework method does
nothing and returns null . |
protected
Control
|
TextCellEditor.
createControl
(
Composite parent)
|
protected
Control
|
ComboBoxViewerCellEditor.
createControl
(
Composite parent)
|
protected static
Table
|
CheckboxTableViewer.
createTable
(
Composite parent,
int style)
Creates a new table control with one column. |
protected
Composite
|
ColumnViewerToolTipSupport.
createToolTipContentArea
(
Event event,
Composite parent)
Instead of overwriting this method subclasses should overwrite
ColumnViewerToolTipSupport.createViewerToolTipContentArea(Event, ViewerCell, Composite)
|
protected
Composite
|
ColumnViewerToolTipSupport.
createViewerToolTipContentArea
(
Event event,
ViewerCell cell,
Composite parent)
Creates the content area of the tool tip giving access to the cell the
tip is shown for. |
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,
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,
String[] items,
int style)
Creates a new cell editor with a combo containing the given list of
choices and parented under the given control. |
ComboBoxViewerCellEditor
(
Composite parent)
Creates a new cell editor with a combo viewer and a default style |
ComboBoxViewerCellEditor
(
Composite parent,
int style)
Creates a new cell editor with a combo viewer and the given style |
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. |
TableTreeViewer
(
Composite parent)
Deprecated. Creates a table tree viewer on a newly-created table tree control under
the given parent. |
TableTreeViewer
(
Composite parent,
int style)
Deprecated. Creates a table tree viewer on a newly-created table tree 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. |
Subclasses of
Composite in
org.eclipse.swt.custom
|
class
|
AnimatedProgress
Deprecated. As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE
-
Styles:
- VERTICAL, HORIZONTAL, BORDER
|
class
|
CBanner
Instances of this class implement a Composite that lays out its
children and allows programmatic control of the layout. |
class
|
CCombo
The CCombo class represents a selectable user interface object
that combines a text field and a list and issues notification
when an item is selected from the list. |
class
|
CLabel
A Label which supports aligned text and/or an image and different border styles. |
class
|
CTabFolder
Instances of this class implement the notebook user interface
metaphor. |
class
|
SashForm
The SashForm is a composite control that lays out its children in a
row or column arrangement (as specified by the orientation) and places
a Sash between each child. |
class
|
ScrolledComposite
A ScrolledComposite provides scrollbars and will scroll its content when the user
uses the scrollbars. |
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
|
TableTree
Deprecated. As of 3.1 use Tree, TreeItem and TreeColumn
|
class
|
ViewForm
Instances of this class implement a Composite that positions and sizes
children and allows programmatic control of layout and border parameters. |
Constructors in
org.eclipse.swt.custom with parameters of type
Composite
|
AnimatedProgress
(
Composite parent,
int style)
Deprecated. Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
CBanner
(
Composite parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
CCombo
(
Composite parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
CLabel
(
Composite parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
ControlEditor
(
Composite parent)
Creates a ControlEditor for the specified Composite. |
CTabFolder
(
Composite parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
SashForm
(
Composite parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
ScrolledComposite
(
Composite parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
StyledText
(
Composite parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
TableTree
(
Composite parent,
int style)
Deprecated. Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
ViewForm
(
Composite parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
Methods in
org.eclipse.swt.layout with parameters of type
Composite
|
protected
Point
|
RowLayout.
computeSize
(
Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected
Point
|
FormLayout.
computeSize
(
Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected
Point
|
FillLayout.
computeSize
(
Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected
Point
|
GridLayout.
computeSize
(
Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected void
|
RowLayout.
layout
(
Composite composite,
boolean flushCache)
|
protected void
|
FormLayout.
layout
(
Composite composite,
boolean flushCache)
|
protected void
|
FillLayout.
layout
(
Composite composite,
boolean flushCache)
|
protected void
|
GridLayout.
layout
(
Composite composite,
boolean flushCache)
|
Constructors in
org.eclipse.swt.ole.win32 with parameters of type
Composite
|
OleClientSite
(
Composite parent,
int style)
|
OleClientSite
(
Composite parent,
int style,
File file)
Create an OleClientSite child widget using the OLE Document type associated with the
specified file. |
OleClientSite
(
Composite parent,
int style,
String progId)
Create an OleClientSite child widget to edit a blank document using the specified OLE Document
application. |
OleClientSite
(
Composite parent,
int style,
String progId,
File file)
Create an OleClientSite child widget to edit the specified file using the specified OLE Document
application. |
OleControlSite
(
Composite parent,
int style,
File file)
Create an OleControlSite child widget using the OLE Document type associated with the
specified file. |
OleControlSite
(
Composite parent,
int style,
String progId)
Create an OleControlSite child widget using style bits
to select a particular look or set of properties. |
OleControlSite
(
Composite parent,
int style,
String progId,
File file)
Create an OleClientSite child widget to edit the specified file using the specified OLE Document
application. |
OleFrame
(
Composite parent,
int style)
Create an OleFrame child widget using style bits
to select a particular look or set of properties. |
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
|
CoolBar
Instances of this class provide an area for dynamically
positioning the items they contain. |
class
|
DateTime
Instances of this class are selectable user interface
objects that allow the user to enter and modify date
or time values. |
class
|
Decorations
Instances of this class provide the appearance and
behavior of Shells , but are not top
level shells or dialogs. |
class
|
ExpandBar
Instances of this class support the layout of selectable
expand bar items. |
class
|
Group
Instances of this class provide an etched border
with an optional title. |
class
|
Shell
Instances of this class represent the "windows"
which the desktop or "window manager" is managing. |
class
|
Spinner
Instances of this class are selectable user interface
objects that allow the user to enter and modify numeric
values. |
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 issues
notification 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 issues notification when an
item in the hierarchy is selected. |
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. |
boolean
|
ToolBar.
setParent
(
Composite parent)
|
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. |
CoolBar
(
Composite parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
DateTime
(
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. |
ExpandBar
(
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. |
Label
(
Composite parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
Link
(
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. |
Sash
(
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. |
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. |
Spinner
(
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. |
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. |
ToolBar
(
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. |
Tree
(
Composite parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
Methods in
org.eclipse.ui.dialogs with parameters of type
Composite
|
protected void
|
WizardNewFolderMainPage.
createAdvancedControls
(
Composite parent)
Creates the widget for advanced options. |
protected void
|
NewFolderDialog.
createAdvancedControls
(
Composite parent)
Creates the widget for advanced options. |
protected void
|
WizardNewFileCreationPage.
createAdvancedControls
(
Composite parent)
Creates the widget for advanced options. |
protected
Label
|
WizardDataTransferPage.
createBoldLabel
(
Composite parent,
String text)
Creates a new label with a bold font. |
protected
Button
|
WizardExportResourcesPage.
createButton
(
Composite parent,
int id,
String label,
boolean defaultButton)
Creates a new button with the given id. |
protected
Control
|
SelectionStatusDialog.
createButtonBar
(
Composite parent)
|
protected void
|
SelectionDialog.
createButtonsForButtonBar
(
Composite parent)
|
protected void
|
YesNoCancelListSelectionDialog.
createButtonsForButtonBar
(
Composite parent)
Deprecated. |
protected void
|
EditorSelectionDialog.
createButtonsForButtonBar
(
Composite parent)
|
protected void
|
ListDialog.
createButtonsForButtonBar
(
Composite parent)
|
protected void
|
SaveAsDialog.
createButtonsForButtonBar
(
Composite parent)
|
protected void
|
WizardExportResourcesPage.
createButtonsGroup
(
Composite parent)
Creates the buttons for selecting specific types or selecting all or none of the
elements. |
void
|
WorkingSetConfigurationBlock.
createContent
(
Composite parent)
Add this block to the parent
|
protected
Control
|
ProjectLocationMoveDialog.
createContents
(
Composite parent)
|
protected
Control
|
SaveAsDialog.
createContents
(
Composite parent)
|
void
|
WizardNewProjectReferencePage.
createControl
(
Composite parent)
(non-Javadoc)
Method declared on IDialogPage. |
void
|
WizardNewFolderMainPage.
createControl
(
Composite parent)
(non-Javadoc) Method declared on IDialogPage. |
void
|
WizardResourceImportPage.
createControl
(
Composite parent)
(non-Javadoc)
Method declared on IDialogPage. |
void
|
WizardImportPage.
createControl
(
Composite parent)
Deprecated. (non-Javadoc)
Method declared on IDialogPage. |
void
|
WizardNewProjectCreationPage.
createControl
(
Composite parent)
(non-Javadoc)
Method declared on IDialogPage. |
void
|
WizardExportResourcesPage.
createControl
(
Composite parent)
(non-Javadoc)
Method declared on IDialogPage. |
void
|
WizardExportPage.
createControl
(
Composite parent)
Deprecated. (non-Javadoc)
Method declared on IDialogPage. |
void
|
WizardNewFileCreationPage.
createControl
(
Composite parent)
(non-Javadoc) Method declared on IDialogPage. |
void
|
WizardNewLinkPage.
createControl
(
Composite parent)
|
protected void
|
FilteredTree.
createControl
(
Composite parent,
int treeStyle)
Create the filtered tree's controls. |
protected void
|
WizardResourceImportPage.
createDestinationGroup
(
Composite parent)
Creates the import destination specification controls. |
protected void
|
WizardImportPage.
createDestinationGroup
(
Composite parent)
Deprecated. Creates the import destination specification controls. |
protected abstract void
|
WizardExportResourcesPage.
createDestinationGroup
(
Composite parent)
Creates the export destination specification visual components. |
protected abstract void
|
WizardExportPage.
createDestinationGroup
(
Composite parent)
Deprecated. Creates the export destination specification visual components. |
protected
Control
|
ElementTreeSelectionDialog.
createDialogArea
(
Composite parent)
|
protected
Control
|
TypeFilteringDialog.
createDialogArea
(
Composite parent)
|
protected
Control
|
EditorSelectionDialog.
createDialogArea
(
Composite parent)
Creates and returns the contents of the upper part of the dialog (above
the button bar). |
protected
Control
|
ListSelectionDialog.
createDialogArea
(
Composite parent)
|
protected
Control
|
ElementListSelectionDialog.
createDialogArea
(
Composite parent)
|
protected
Control
|
CheckedTreeSelectionDialog.
createDialogArea
(
Composite parent)
|
Control
|
TwoPaneElementSelector.
createDialogArea
(
Composite parent)
|
protected
Control
|
ListDialog.
createDialogArea
(
Composite container)
|
protected
Control
|
FilteredItemsSelectionDialog.
createDialogArea
(
Composite parent)
|
protected
Control
|
ContainerSelectionDialog.
createDialogArea
(
Composite parent)
|
protected
Control
|
ProjectLocationMoveDialog.
createDialogArea
(
Composite parent)
|
protected
Control
|
ResourceListSelectionDialog.
createDialogArea
(
Composite parent)
Creates the contents of this dialog, initializes the
listener and the update thread. |
protected
Control
|
FileSelectionDialog.
createDialogArea
(
Composite parent)
Deprecated. |
protected
Control
|
ResourceSelectionDialog.
createDialogArea
(
Composite parent)
|
protected
Control
|
ProjectLocationSelectionDialog.
createDialogArea
(
Composite parent)
|
protected
Control
|
SaveAsDialog.
createDialogArea
(
Composite parent)
|
protected
Control
|
NewFolderDialog.
createDialogArea
(
Composite parent)
|
protected
Control
|
MarkerResolutionSelectionDialog.
createDialogArea
(
Composite parent)
|
protected abstract
Control
|
FilteredItemsSelectionDialog.
createExtendedContentArea
(
Composite parent)
Creates an extra content area, which will be located above the details. |
protected
Control
|
FilteredResourcesSelectionDialog.
createExtendedContentArea
(
Composite parent)
|
protected void
|
WizardResourceImportPage.
createFileSelectionGroup
(
Composite parent)
Create the import source selection widget |
protected
Composite
|
FilteredTree.
createFilterControls
(
Composite parent)
Create the filter controls. |
protected
FilteredList
|
AbstractElementListSelectionDialog.
createFilteredList
(
Composite parent)
Creates a filtered list. |
protected void
|
FilteredTree.
createFilterText
(
Composite parent)
Creates the filter text and adds listeners. |
protected
Text
|
AbstractElementListSelectionDialog.
createFilterText
(
Composite parent)
|
protected
Label
|
TwoPaneElementSelector.
createLabel
(
Composite parent,
String name)
Creates a label if name was not null . |
protected
Table
|
TwoPaneElementSelector.
createLowerList
(
Composite parent)
Creates the list widget and sets layout data. |
protected
Label
|
SelectionDialog.
createMessageArea
(
Composite composite)
Creates the message area for this dialog. |
protected
Label
|
AbstractElementListSelectionDialog.
createMessageArea
(
Composite composite)
Creates the message text widget and sets layout data. |
protected void
|
WizardDataTransferPage.
createOptionsGroup
(
Composite parent)
Create the options specification widgets. |
protected
Label
|
WizardDataTransferPage.
createPlainLabel
(
Composite parent,
String text)
Creates a new label with a bold font. |
protected void
|
WizardExportResourcesPage.
createResourcesGroup
(
Composite parent)
Creates the checkbox tree and list for selecting resources. |
protected
Composite
|
CheckedTreeSelectionDialog.
createSelectionButtons
(
Composite composite)
Adds the selection and deselection buttons to the dialog. |
protected abstract void
|
WizardResourceImportPage.
createSourceGroup
(
Composite parent)
Creates the import source specification controls. |
protected abstract void
|
WizardImportPage.
createSourceGroup
(
Composite parent)
Deprecated. Creates the import source specification controls. |
protected void
|
WizardExportPage.
createSourceGroup
(
Composite parent)
Deprecated. Creates the export source resource specification controls. |
protected void
|
WizardDataTransferPage.
createSpacer
(
Composite parent)
Creates a horizontal spacer line that fills the width of its container. |
protected
Control
|
FilteredTree.
createTreeControl
(
Composite parent,
int style)
Creates and set up the tree and tree viewer. |
protected
TreeViewer
|
ElementTreeSelectionDialog.
createTreeViewer
(
Composite parent)
Creates and initializes the tree viewer. |
protected
CheckboxTreeViewer
|
CheckedTreeSelectionDialog.
createTreeViewer
(
Composite parent)
Creates the tree viewer. |
WorkingSetGroup
|
WizardNewProjectCreationPage.
createWorkingSetGroup
(
Composite composite,
IStructuredSelection selection,
String[] supportedWorkingSetTypes)
Create a working set group for this page. |
protected
Text
|
FilteredTree.
doCreateFilterText
(
Composite parent)
Creates the text control for entering the filter text. |
protected
TreeViewer
|
ElementTreeSelectionDialog.
doCreateTreeViewer
(
Composite parent,
int style)
Creates the tree viewer. |
protected
TreeViewer
|
FilteredTree.
doCreateTreeViewer
(
Composite parent,
int style)
Creates the tree viewer. |
Constructors in
org.eclipse.ui.dialogs with parameters of type
Composite
|
ContainerCheckedTreeViewer
(
Composite parent)
Constructor for ContainerCheckedTreeViewer. |
ContainerCheckedTreeViewer
(
Composite parent,
int style)
Constructor for ContainerCheckedTreeViewer. |
FilteredList
(
Composite parent,
int style,
ILabelProvider labelProvider,
boolean ignoreCase,
boolean allowDuplicates,
boolean matchEmptyString)
Constructs a new filtered list. |
FilteredTree
(
Composite parent)
Deprecated. As of 3.5, replaced by
FilteredTree.FilteredTree(Composite, boolean) where using the
look is encouraged
|
FilteredTree
(
Composite parent,
boolean useNewLook)
Create a new instance of the receiver. |
FilteredTree
(
Composite parent,
int treeStyle,
PatternFilter filter)
Deprecated. As of 3.5, replaced by
FilteredTree.FilteredTree(Composite, int, PatternFilter, boolean) where using the new
look is encouraged
|
FilteredTree
(
Composite parent,
int treeStyle,
PatternFilter filter,
boolean useNewLook)
Create a new instance of the receiver. |
PreferenceLinkArea
(
Composite parent,
int style,
String pageId,
String message,
IWorkbenchPreferenceContainer pageContainer,
Object pageData)
Create a new instance of the receiver |
WorkingSetGroup
(
Composite composite,
IStructuredSelection currentSelection,
String[] workingSetTypes)
Create a new instance of this class. |
Subclasses of
Composite in
org.eclipse.ui.forms.widgets
|
class
|
AbstractHyperlink
This is the base class for custom hyperlink widget. |
class
|
ExpandableComposite
This composite is capable of expanding or collapsing a single client that is
its direct child. |
class
|
Form
Form is a custom control that renders a title and an optional background
image above the body composite. |
class
|
FormText
This class is a read-only text control that is capable of rendering wrapped
text. |
class
|
Hyperlink
Hyperlink is a concrete implementation of the abstract base class that draws
text in the client area. |
class
|
ImageHyperlink
This class extends hyperlink widget by adding the capability to render an
image relative to the text. |
class
|
ScrolledForm
ScrolledForm is a control that is capable of scrolling an instance of the
Form class. |
class
|
ScrolledFormText
ScrolledFormText is a control that is capable of scrolling an instance of
the FormText class. |
class
|
ScrolledPageBook
ScrolledPageBook is a class that is capable of stacking several composites
(pages), while showing one at a time. |
class
|
Section
A variation of the expandable composite that adds optional description below
the title. |
class
|
SharedScrolledComposite
This class is used to provide common scrolling services to a number of
controls in the toolkit. |
class
|
ToggleHyperlink
A custom selectable control that can be used to control areas that can be
expanded or collapsed. |
class
|
TreeNode
A custom selectable control that can be used to control areas that can be
expanded or collapsed. |
class
|
Twistie
A custom selectable control that can be used to control areas that can be
expanded or collapsed. |
Methods in
org.eclipse.ui.forms.widgets with parameters of type
Composite
|
void
|
FormToolkit.
adapt
(
Composite composite)
Adapts a composite to be used in a form associated with this toolkit. |
int
|
TableWrapLayout.
computeMaximumWidth
(
Composite parent,
boolean changed)
Implements ILayoutExtension. |
int
|
ILayoutExtension.
computeMaximumWidth
(
Composite parent,
boolean changed)
Computes the maximum width of the parent. |
int
|
ColumnLayout.
computeMaximumWidth
(
Composite parent,
boolean changed)
|
int
|
TableWrapLayout.
computeMinimumWidth
(
Composite parent,
boolean changed)
Implements ILayoutExtension. |
int
|
ILayoutExtension.
computeMinimumWidth
(
Composite parent,
boolean changed)
Computes the minimum width of the parent. |
int
|
ColumnLayout.
computeMinimumWidth
(
Composite parent,
boolean changed)
|
protected
Point
|
TableWrapLayout.
computeSize
(
Composite parent,
int wHint,
int hHint,
boolean changed)
|
protected
Point
|
ColumnLayout.
computeSize
(
Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
Button
|
FormToolkit.
createButton
(
Composite parent,
String text,
int style)
Creates a button as a part of the form. |
Composite
|
FormToolkit.
createComposite
(
Composite parent)
Creates the composite as a part of the form. |
Composite
|
FormToolkit.
createComposite
(
Composite parent,
int style)
Creates the composite as part of the form using the provided style. |
Composite
|
FormToolkit.
createCompositeSeparator
(
Composite parent)
Creats the composite that can server as a separator between various parts
of a form. |
ExpandableComposite
|
FormToolkit.
createExpandableComposite
(
Composite parent,
int expansionStyle)
Creates an expandable composite as a part of the form. |
Form
|
FormToolkit.
createForm
(
Composite parent)
Creates a form widget in the provided parent. |
FormText
|
FormToolkit.
createFormText
(
Composite parent,
boolean trackFocus)
Creates a rich text as a part of the form. |
Hyperlink
|
FormToolkit.
createHyperlink
(
Composite parent,
String text,
int style)
Creates a hyperlink as a part of the form. |
ImageHyperlink
|
FormToolkit.
createImageHyperlink
(
Composite parent,
int style)
Creates an image hyperlink as a part of the form. |
Label
|
FormToolkit.
createLabel
(
Composite parent,
String text)
Creates a label as a part of the form. |
Label
|
FormToolkit.
createLabel
(
Composite parent,
String text,
int style)
Creates a label as a part of the form. |
ScrolledPageBook
|
FormToolkit.
createPageBook
(
Composite parent,
int style)
Creates a scrolled page book widget as a part of the form. |
ScrolledForm
|
FormToolkit.
createScrolledForm
(
Composite parent)
Creates a scrolled form widget in the provided parent. |
Section
|
FormToolkit.
createSection
(
Composite parent,
int sectionStyle)
Creates a section as a part of the form. |
Label
|
FormToolkit.
createSeparator
(
Composite parent,
int style)
Creates a separator label as a part of the form. |
Table
|
FormToolkit.
createTable
(
Composite parent,
int style)
Creates a table as a part of the form. |
Text
|
FormToolkit.
createText
(
Composite parent,
String value)
Creates a text as a part of the form. |
Text
|
FormToolkit.
createText
(
Composite parent,
String value,
int style)
Creates a text as a part of the form. |
Tree
|
FormToolkit.
createTree
(
Composite parent,
int style)
Creates a tree widget as a part of the form. |
protected void
|
TableWrapLayout.
layout
(
Composite parent,
boolean changed)
|
protected void
|
ColumnLayout.
layout
(
Composite parent,
boolean flushCache)
|
void
|
FormToolkit.
paintBordersFor
(
Composite parent)
Paints flat borders for widgets created by this toolkit within the
provided parent. |
Constructors in
org.eclipse.ui.forms.widgets with parameters of type
Composite
|
AbstractHyperlink
(
Composite parent,
int style)
Creates a new hyperlink in the provided parent. |
ExpandableComposite
(
Composite parent,
int style)
Creates an expandable composite using a TWISTIE toggle. |
ExpandableComposite
(
Composite parent,
int style,
int expansionStyle)
Creates the expandable composite in the provided parent. |
Form
(
Composite parent,
int style)
Creates the form content control as a child of the provided parent. |
FormText
(
Composite parent,
int style)
Contructs a new form text widget in the provided parent and using the
styles. |
Hyperlink
(
Composite parent,
int style)
Creates a new hyperlink control in the provided parent. |
ImageHyperlink
(
Composite parent,
int style)
Creates the image hyperlink instance. |
ScrolledForm
(
Composite parent)
|
ScrolledForm
(
Composite parent,
int style)
Creates the form control as a child of the provided parent. |
ScrolledFormText
(
Composite parent,
boolean createFormText)
Creates the new scrolled text instance in the provided parent |
ScrolledFormText
(
Composite parent,
int style,
boolean createFormText)
Creates the new scrolled text instance in the provided parent |
ScrolledPageBook
(
Composite parent)
Creates a new instance in the provided parent |
ScrolledPageBook
(
Composite parent,
int style)
Creates a new instance in the provided parent and with the provided
style. |
Section
(
Composite parent,
int style)
Creates a new section instance in the provided parent. |
SharedScrolledComposite
(
Composite parent,
int style)
Creates the new instance. |
ToggleHyperlink
(
Composite parent,
int style)
Creates a control in a provided composite. |
TreeNode
(
Composite parent,
int style)
Creates a control in a provided composite. |
Twistie
(
Composite parent,
int style)
Creates a control in a provided composite. |
Constructors in
org.eclipse.ui.ide.dialogs with parameters of type
Composite
|
AbstractEncodingFieldEditor
(
String name,
String labelText,
Composite parent)
Creates a new encoding field editor with the given preference name, label
and parent. |
AbstractEncodingFieldEditor
(
String name,
String labelText,
String groupTitle,
Composite parent)
Creates a new encoding field editor with the given preference name, label
and parent. |
EncodingFieldEditor
(
String name,
String labelText,
Composite parent)
Create a new instance of the receiver on the preference called name
with a label of labelText. |
EncodingFieldEditor
(
String name,
String labelText,
String groupTitle,
Composite parent)
Creates a new encoding field editor with the given preference name, label
and parent. |
ResourceEncodingFieldEditor
(
String labelText,
Composite parent,
IResource charsetResource)
Creates a new encoding field editor for setting the encoding on the given
resource. |
ResourceEncodingFieldEditor
(
String labelText,
Composite parent,
IResource charsetResource,
String groupTitle)
Creates a new encoding field editor for setting the encoding on the given
resource. |
Methods in
org.eclipse.ui.presentations with parameters of type
Composite
|
abstract
StackPresentation
|
AbstractPresentationFactory.
createEditorPresentation
(
Composite parent,
IStackPresentationSite site)
Creates an editor presentation for presenting editors. |
StackPresentation
|
WorkbenchPresentationFactory.
createEditorPresentation
(
Composite parent,
IStackPresentationSite site)
|
Sash
|
AbstractPresentationFactory.
createSash
(
Composite parent,
int style)
Creates the Sash control that is used to separate view and editor parts. |
abstract
StackPresentation
|
AbstractPresentationFactory.
createStandaloneViewPresentation
(
Composite parent,
IStackPresentationSite site,
boolean showTitle)
Creates a standalone stack presentation for presenting a standalone view. |
StackPresentation
|
WorkbenchPresentationFactory.
createStandaloneViewPresentation
(
Composite parent,
IStackPresentationSite site,
boolean showTitle)
|
Control
|
AbstractPresentationFactory.
createStatusLineControl
(
IStatusLineManager statusLine,
Composite parent)
Creates the control for the window's status line. |
abstract
StackPresentation
|
AbstractPresentationFactory.
createViewPresentation
(
Composite parent,
IStackPresentationSite site)
Creates a stack presentation for presenting regular docked views. |
StackPresentation
|
WorkbenchPresentationFactory.
createViewPresentation
(
Composite parent,
IStackPresentationSite site)
|
Methods in
org.eclipse.ui.views.properties.tabbed with parameters of type
Composite
|
CCombo
|
TabbedPropertySheetWidgetFactory.
createCCombo
(
Composite parent)
Creates a combo box as a part of the form. |
CCombo
|
TabbedPropertySheetWidgetFactory.
createCCombo
(
Composite parent,
int comboStyle)
Creates a combo box as a part of the form. |
CLabel
|
TabbedPropertySheetWidgetFactory.
createCLabel
(
Composite parent,
String text)
Creates a label as a part of the form. |
CLabel
|
TabbedPropertySheetWidgetFactory.
createCLabel
(
Composite parent,
String text,
int style)
Creates a label as a part of the form. |
Composite
|
TabbedPropertySheetWidgetFactory.
createComposite
(
Composite parent)
|
Composite
|
TabbedPropertySheetWidgetFactory.
createComposite
(
Composite parent,
int style)
|
void
|
TabbedPropertySheetPage.
createControl
(
Composite parent)
|
void
|
TabContents.
createControls
(
Composite parent,
TabbedPropertySheetPage page)
Creates page's sections controls. |
void
|
AdvancedPropertySection.
createControls
(
Composite parent,
TabbedPropertySheetPage atabbedPropertySheetPage)
|
void
|
AbstractPropertySection.
createControls
(
Composite parent,
TabbedPropertySheetPage aTabbedPropertySheetPage)
|
void
|
ISection.
createControls
(
Composite parent,
TabbedPropertySheetPage tabbedPropertySheetPage)
Creates the controls for the section. |
Composite
|
TabbedPropertySheetWidgetFactory.
createFlatFormComposite
(
Composite parent)
Creates a flat form composite as a part of the form. |
Group
|
TabbedPropertySheetWidgetFactory.
createGroup
(
Composite parent,
String text)
Creates a group as a part of the form. |
List
|
TabbedPropertySheetWidgetFactory.
createList
(
Composite parent,
int style)
Creates the list as a part of the form. |
Composite
|
TabbedPropertySheetWidgetFactory.
createPlainComposite
(
Composite parent,
int style)
Creates a plain composite as a part of the form. |
ScrolledComposite
|
TabbedPropertySheetWidgetFactory.
createScrolledComposite
(
Composite parent,
int style)
Creates a scrolled composite as a part of the form. |
CTabFolder
|
TabbedPropertySheetWidgetFactory.
createTabFolder
(
Composite parent,
int style)
Creates the tab folder as a part of the form. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|