Uses of Class
org.eclipse.swt.widgets.Composite
Packages that use Composite
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Support for compare and merge viewers which show the
content side-by-side.
Provides support for finding and displaying the differences
between hierarchically structured data.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides classes and interfaces to render memory blocks in the memory view.
Provides a user interface for debug platform source lookup facilities.
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
Provides a framework for editing and contributing to the help search scope.
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides classes that bridge between data binding and the JFace Fieldassist framework.
Provides support for dialogs.
Provides classes that help communicate proper content for fields in dialogs and wizards.
Provides support for layout generation.
Provides support for trim specification.
Provides a framework for preferences.
Provides a framework for creating and manipulating text documents.
Provides a framework for connecting document regions
with annotations and for displaying those.
This package provides the UI part for projection documents of which the most important part is the projection viewer.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides a general framework for creating and managing
windows.
Provides a framework for wizards.
Application programming interface to implement a wizard based user interface for refactorings.
Application programming interface to actions related to resource refactorings.
Provides the base classes to implement a search result view part for searches with textual matches.
SWT AWT embedding support.
SWT Browser widget.
SWT Custom widgets.
SWT layout classes.
SWT Win32 OLE implementation classes.
SWT OpenGL support.
SWT widget public API classes.
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction with
and extension of the Eclipse Platform About dialog.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
Provides support for working with cheat sheets.
Application programming interfaces for interaction
with the Eclipse console.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.Classes that provide workbench-level UI support for content assistance
and common workbench field decorations.
Forms-based controls for use in views, editors, and wizards.
Support for forms-based multi-page editors.
Custom widgets and controls for forms-based parts.
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the product introduction parts.
Provides support for customizing welcome content and presentation.
Contains classes which can be used to add controls to a welcome page.
Application programming interfaces for the Quicklinks
Viewer, a component for the Welcome/Intro.
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
Provides the Common Navigator framework.
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for testing support.
Provides a framework for text editors obeying to the
desktop rules.
Partial infrastructure for spell checking in text editors.
Application programming interfaces for interaction
with the Eclipse text editor template support.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
Utility classes for working with markers in views
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
Provides the Tabbed Properties framework.
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
-
Uses of Composite in org.eclipse.compare
Subclasses of Composite in org.eclipse.compareModifier and TypeClassDescriptionclassACompareViewerPaneis a convenience class which installs aCLabeland aToolbarin aViewForm.classA customCompareViewerPanethat supports dynamic viewer switching.classThe Splitter adds support for nesting to a SashForm.Methods in org.eclipse.compare with parameters of type CompositeModifier and TypeMethodDescriptionstatic voidCompareViewerPane.clearToolBar(Composite parent) Clears tool items in theCompareViewerPane's control bar.protected voidEditionSelectionDialog.createButtonsForButtonBar(Composite parent) Deprecated.CompareEditorInput.createContents(Composite parent) Creates the SWT controls that are used to display the result of the compare operation.protected ControlLabelContributionItem.createControl(Composite parent) protected ControlEditionSelectionDialog.createDialogArea(Composite parent2) Deprecated.CompareEditorInput.createDiffViewer(Composite parent) Factory method for creating a differences viewer for the top left pane.CompareEditorInput.createOutlineContents(Composite parent, int direction) protected CompareViewerPaneCompareEditorInput.createStructureInputPane(Composite parent) Create the pane that will contain the structure input pane (upper left).protected ControlCompareViewerPane.createTopLeft(Composite parent) IViewerCreator.createViewer(Composite parent, CompareConfiguration config) Creates a new viewer under the given SWT parent control.CompareEditorInput.findContentViewer(Viewer oldViewer, ICompareInput input, Composite parent) Implements the dynamic viewer switching for content viewers.static ViewerCompareUI.findContentViewer(Viewer oldViewer, Object input, Composite parent, CompareConfiguration configuration) Returns a content compare viewer based on an old viewer and an input object.static ViewerCompareUI.findContentViewer(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Returns a content compare viewer based on an old viewer and an input object.CompareEditorInput.findStructureViewer(Viewer oldViewer, ICompareInput input, Composite parent) Implements the dynamic viewer switching for structure viewers.static ViewerCompareUI.findStructureViewer(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Returns a structure compare viewer based on an old viewer and an input object.static ToolBarManagerCompareViewerPane.getToolBarManager(Composite parent) Returns aToolBarManagerif the given parent is aCompareViewerPaneornullotherwise.Constructors in org.eclipse.compare with parameters of type CompositeModifierConstructorDescriptionCompareViewerPane(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 aCompareViewerSwitchingPaneas a child of the given parent and with the specified SWT style bits.CompareViewerSwitchingPane(Composite parent, int style, boolean visibility) Creates aCompareViewerSwitchingPaneas a child of the given parent and with the specified SWT style bits.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.compare.contentmergeviewer
Methods in org.eclipse.compare.contentmergeviewer with parameters of type CompositeModifier and TypeMethodDescriptionprotected final ControlContentMergeViewer.buildControl(Composite parent) Builds the SWT controls for the three areas of a compare/merge viewer.protected ControlContentMergeViewer.createCenterControl(Composite parent) Create the control that divides the left and right sides of the merge viewer.protected final ControlTextMergeViewer.createCenterControl(Composite parent) protected abstract voidContentMergeViewer.createControls(Composite composite) Creates the SWT controls for the ancestor, left, and right content areas of this compare viewer.protected voidTextMergeViewer.createControls(Composite composite) protected SourceViewerTextMergeViewer.createSourceViewer(Composite parent, int textOrientation) Creates a new source viewer.protected IToolBarManagerContentMergeViewer.getToolBarManager(Composite parent) Returns the toolbar manager for this viewer.Constructors in org.eclipse.compare.contentmergeviewer with parameters of type CompositeModifierConstructorDescriptionTextMergeViewer(Composite parent, int style, CompareConfiguration configuration) Creates a text merge viewer under the given parent control.TextMergeViewer(Composite parent, CompareConfiguration configuration) Creates a text merge viewer under the given parent control. -
Uses of Composite in org.eclipse.compare.internal
Subclasses of Composite in org.eclipse.compare.internalModifier and TypeClassDescriptionclassclassMethods in org.eclipse.compare.internal with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidAddFromHistoryDialog.createButtonsForButtonBar(Composite parent) protected voidCompareDialog.createButtonsForButtonBar(Composite parent) protected voidCompareWithOtherResourceDialog.createButtonsForButtonBar(Composite parent) protected ControlComparePreferencePage.createContents(Composite parent) voidCompareOutlinePage.createControl(Composite parent) voidImageMergeViewer.createControls(Composite composite) protected ControlNavigationEndDialog.createCustomArea(Composite parent) protected ControlAddFromHistoryDialog.createDialogArea(Composite parent2) protected ControlCompareDialog.createDialogArea(Composite parent2) protected ControlCompareWithOtherResourceDialog.createDialogArea(Composite parent) voidCompareEditor.createPartControl(Composite parent) protected ControlCompareContentViewerSwitchingPane.createTopLeft(Composite p) protected ControlCompareStructureViewerSwitchingPane.createTopLeft(Composite p) BinaryCompareViewerCreator.createViewer(Composite parent, CompareConfiguration mp) ImageMergeViewerCreator.createViewer(Composite parent, CompareConfiguration mp) IViewerDescriptor.createViewer(Viewer currentViewer, Composite parent, CompareConfiguration config) Creates a new viewer from this descriptor under the given STW parent control.TextMergeViewerCreator.createViewer(Composite parent, CompareConfiguration mp) TextViewerCreator.createViewer(Composite parent, CompareConfiguration mp) ViewerDescriptor.createViewer(Viewer currentViewer, Composite parent, CompareConfiguration mp) CompareUIPlugin.findContentViewer(Viewer oldViewer, Object in, Composite parent, CompareConfiguration cc) Returns a content compare viewer based on an old viewer and an input object.CompareUIPlugin.findStructureViewer(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Returns a structure compare viewer based on an old viewer and an input object.abstract ViewerOutlineViewerCreator.findStructureViewer(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Method called by the editor to create a structure viewer for the current content merge viewer.static voidUtilities.setEnableComposite(Composite composite, boolean enable) Constructors in org.eclipse.compare.internal with parameters of type CompositeModifierConstructorDescriptionBinaryCompareViewer(Composite parent, CompareConfiguration cc) CompareStructureViewerSwitchingPane(Composite parent, int style, boolean visibility, CompareEditorInput cei) ImageMergeViewer(Composite parent, int styles, CompareConfiguration mp) NullViewer(Composite parent) -
Uses of Composite in org.eclipse.compare.structuremergeviewer
Constructors in org.eclipse.compare.structuremergeviewer with parameters of type CompositeModifierConstructorDescriptionDiffTreeViewer(Composite parent, CompareConfiguration configuration) Creates a new viewer under the given SWT parent and with the specified configuration.StructureDiffViewer(Composite parent, CompareConfiguration configuration) Creates a new viewer under the given SWT parent with the specified configuration. -
Uses of Composite in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidEnvironmentTab.createAppendReplace(Composite parent) Creates and configures the widgets which allow the user to choose whether the specified environment should be appended to the native environment or if it should completely replace it.protected ButtonAbstractLaunchConfigurationTab.createCheckButton(Composite parent, String label) Creates and returns a new check button with the given label.protected ControlStringVariableSelectionDialog.createContents(Composite parent) voidCommonTab.createControl(Composite parent) voidEnvironmentTab.createControl(Composite parent) IDetailPane.createControl(Composite parent) Creates and returns the main control for this detail pane using the given composite as a parent.voidILaunchConfigurationTab.createControl(Composite parent) Creates the top level control for this launch configuration tab under the given parent composite.voidPrototypeTab.createControl(Composite parent) voidRefreshTab.createControl(Composite parent) final voidWorkingDirectoryBlock.createControl(Composite parent) protected abstract ControlDebugPopup.createDialogArea(Composite parent) protected ControlInspectPopupDialog.createDialogArea(Composite parent) protected ControlStringVariableSelectionDialog.createDialogArea(Composite parent) protected voidEnvironmentTab.createEnvironmentTable(Composite parent) Creates and configures the table that displayed the key/value pairs that comprise the environment.protected voidCommonTab.createLaunchInBackgroundComponent(Composite parent) Creates the controls needed to edit the launch in background attribute of an external toolvoidAbstractDebugView.createPartControl(Composite parent) Creates this view's underlying viewer and actions.protected ButtonAbstractLaunchConfigurationTab.createPushButton(Composite parent, String label, Image image) Creates and returns a new push button with the given label and/or image.protected ButtonAbstractLaunchConfigurationTab.createRadioButton(Composite parent, String label) Creates and returns a new radio button with the given label and/or image.protected voidAbstractLaunchConfigurationTab.createSeparator(Composite comp, int colSpan) Create a horizontal separator.protected voidEnvironmentTab.createTableButtons(Composite parent) Creates the add/edit/remove buttons for the environment tableprotected voidAbstractLaunchConfigurationTab.createVerticalSpacer(Composite comp, int colSpan) Creates vertical space in the parentCompositeprotected abstract ViewerAbstractDebugView.createViewer(Composite parent) Creates and returns this view's underlying viewer. -
Uses of Composite in org.eclipse.debug.ui.memory
Methods in org.eclipse.debug.ui.memory with parameters of type CompositeModifier and TypeMethodDescriptionAbstractTableRendering.createControl(Composite parent) IMemoryRendering.createControl(Composite parent) Creates the top level control for this rendering under the given parent composite.protected ControlAbstractTableRendering.createToolTipControl(Composite composite) Creates the control used to display tool tips for cells in this table. -
Uses of Composite in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidCommonSourceNotFoundEditor.createButtons(Composite parent) Create buttons to be displayed in this editorvoidSourceLookupTab.createControl(Composite parent) protected ControlSourceLookupDialog.createDialogArea(Composite parent) voidCommonSourceNotFoundEditor.createPartControl(Composite parent) -
Uses of Composite in org.eclipse.e4.ui.bindings.internal
Methods in org.eclipse.e4.ui.bindings.internal with parameters of type CompositeModifier and TypeMethodDescriptionprotected ControlKeyAssistDialog.createDialogArea(Composite parent) Creates the content area for the key assistant. -
Uses of Composite in org.eclipse.e4.ui.css.swt.dom
Methods in org.eclipse.e4.ui.css.swt.dom that return CompositeMethods in org.eclipse.e4.ui.css.swt.dom with parameters of type CompositeModifier and TypeMethodDescriptionstatic voidCTabFolderElement.setBackgroundOverriddenDuringRenderering(Composite composite, Color background) Constructors in org.eclipse.e4.ui.css.swt.dom with parameters of type Composite -
Uses of Composite in org.eclipse.e4.ui.dialogs.filteredtree
Subclasses of Composite in org.eclipse.e4.ui.dialogs.filteredtreeModifier and TypeClassDescriptionclassA simple control that provides a text widget and a table viewer.classBased on org.eclipse.ui.dialogs.FilteredTree.Methods in org.eclipse.e4.ui.dialogs.filteredtree with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidFilteredTable.createControl(Composite parent, int tableStyle) protected voidFilteredTree.createControl(Composite parent, int treeStyle) protected voidFilteredTable.createFilterText(Composite parent) Creates the filter text and adds listeners.protected voidFilteredTree.createFilterText(Composite parent) Creates the filter text and adds listeners.protected ControlFilteredTable.createTableControl(Composite parent, int style) Creates and set up the table and table viewer.protected ControlFilteredTree.createTreeControl(Composite parent, int style) Creates and set up the tree and tree viewer.protected TextFilteredTable.doCreateFilterText(Composite parent) protected TextFilteredTree.doCreateFilterText(Composite parent) protected TableViewerFilteredTable.doCreateTableViewer(Composite parent, int style) Creates the table viewer.protected TreeViewerFilteredTree.doCreateTreeViewer(Composite parent, int style) Creates the tree viewer.Constructors in org.eclipse.e4.ui.dialogs.filteredtree with parameters of type CompositeModifierConstructorDescriptionprotectedFilteredTable(Composite parent) Create a new instance of the receiver.FilteredTable(Composite parent, int tableStyle, PatternFilter filter) CallsFilteredTable(Composite, int, PatternFilter, long)with a default refresh timeFilteredTable(Composite parent, int tableStyle, PatternFilter filter, long refreshDelayTime) Create a new instance of the receiver.protectedFilteredTree(Composite parent) Create a new instance of the receiver.FilteredTree(Composite parent, int treeStyle, PatternFilter filter) CallsFilteredTree(Composite, int, PatternFilter, long)with a default refresh timeFilteredTree(Composite parent, int treeStyle, PatternFilter filter, long refreshDelayTime) Create a new instance of the receiver. -
Uses of Composite in org.eclipse.e4.ui.widgets
Subclasses of Composite in org.eclipse.e4.ui.widgetsConstructors in org.eclipse.e4.ui.widgets with parameters of type CompositeModifierConstructorDescriptionImageBasedFrame(Composite parent, Control toWrap, boolean vertical, boolean draggable) -
Uses of Composite in org.eclipse.e4.ui.workbench.renderers.swt
Fields in org.eclipse.e4.ui.workbench.renderers.swt declared as CompositeModifier and TypeFieldDescriptionTrimmedPartLayout.bottomTrimmedPartLayout.clientAreaTrimmedPartLayout.leftTrimmedPartLayout.rightTrimmedPartLayout.topMethods in org.eclipse.e4.ui.workbench.renderers.swt that return CompositeMethods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type CompositeModifier and TypeMethodDescriptionprotected PointSashLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) protected PointTrimBarLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) protected PointTrimmedPartLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) protected ControlToolControlContribution.createControl(Composite parent) TrimBarLayout.ctrlFromPoint(Composite trimComp, Point trimPos) Get a Control at a certain position from the TrimBar.TrimmedPartLayout.getTrimComposite(Composite parent, int side) protected voidprotected voidprotected voidConstructors in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type CompositeModifierConstructorDescriptionSashLayout(Composite host, MUIElement root) TrimmedPartLayout(Composite parent) This layout is used to support parts that want trim for their containing composites. -
Uses of Composite in org.eclipse.equinox.p2.ui
Methods in org.eclipse.equinox.p2.ui with parameters of type CompositeModifier and TypeMethodDescriptionprotected ControlRepositoryManipulationPage.createContents(Composite parent) voidAcceptLicensesWizardPage.createControl(Composite parent) voidInstalledSoftwarePage.createControl(Composite parent) voidRevertProfilePage.createControl(Composite parent) voidInstalledSoftwarePage.createPageButtons(Composite parent) voidRevertProfilePage.createPageButtons(Composite parent) -
Uses of Composite in org.eclipse.help.ui
Methods in org.eclipse.help.ui with parameters of type CompositeModifier and TypeMethodDescriptionprotected final ControlRootScopePage.createContents(Composite parent) Creates the initial contents of the page and allocates the area for the clients.protected abstract intRootScopePage.createScopeContents(Composite parent) Abstract method that subclasses must implement in order to provide root page content. -
Uses of Composite in org.eclipse.help.ui.internal
Subclasses of Composite in org.eclipse.help.ui.internalModifier and TypeClassDescriptionstatic classclassA canvas holding a hyperlink label.Methods in org.eclipse.help.ui.internal with parameters of type CompositeModifier and TypeMethodDescriptionprotected ControlContextHelpDialog.createContents(Composite contents) Constructors in org.eclipse.help.ui.internal with parameters of type CompositeModifierConstructorDescriptionDescription(Composite parent, int style) HyperlinkLabel(Composite parent, int style) Constructor for Hyperlink. -
Uses of Composite in org.eclipse.jface.action
Methods in org.eclipse.jface.action with parameters of type CompositeModifier and TypeMethodDescriptionprotected abstract ControlControlContribution.createControl(Composite parent) Creates and returns the control for this contribution item under the given parent composite.CoolBarManager.createControl(Composite parent) Creates and returns this manager's cool bar control.StatusLineManager.createControl(Composite parent) Creates and returns this manager's status line control.StatusLineManager.createControl(Composite parent, int style) Creates and returns this manager's status line control.ToolBarManager.createControl(Composite parent) Creates and returns this manager's tool bar control.voidTheActionContributionItemimplementation of thisIContributionItemmethod creates an SWTButtonfor the action using the action's style.voidThe default implementation of thisIContributionItemmethod does nothing.final voidThe control item implementation of thisIContributionItemmethod calls thecreateControlframework method.voidFills the given composite control with controls representing this contribution item.voidvoidvoidvoid -
Uses of Composite in org.eclipse.jface.databinding.fieldassist
Methods in org.eclipse.jface.databinding.fieldassist with parameters of type CompositeModifier and TypeMethodDescriptionstatic ControlDecorationSupportControlDecorationSupport.create(IObservableValue<IStatus> validationStatus, int position, Composite composite, IObservable... targetsToBeDecorated) Creates a ControlDecorationSupport which observes the validation status and displays aControlDecorationover the underlying SWT control of all target observables that implementISWTObservableorIViewerObservable.static ControlDecorationSupportControlDecorationSupport.create(IObservableValue<IStatus> validationStatus, int position, Composite composite, IObservableList<IObservable> targetsToBeDecorated) Creates a ControlDecorationSupport which observes the validation status and displays aControlDecorationover the underlying SWT control of all target observables that implementISWTObservableorIViewerObservable.static ControlDecorationSupportControlDecorationSupport.create(IObservableValue<IStatus> validationStatus, int position, Composite composite, ControlDecorationUpdater updater, IObservable... targetsToBeDecorated) Creates a ControlDecorationSupport which observes the validation status and displays aControlDecorationover the underlying SWT control of all target observables that implementISWTObservableorIViewerObservable.static ControlDecorationSupportControlDecorationSupport.create(IObservableValue<IStatus> validationStatus, int position, Composite composite, ControlDecorationUpdater updater, IObservableList<IObservable> targetsToBeDecorated) Creates a ControlDecorationSupport which observes the validation status and displays aControlDecorationover the underlying SWT control of all target observables that implementISWTObservableorIViewerObservable.static ControlDecorationSupportControlDecorationSupport.create(ValidationStatusProvider validationStatusProvider, int position, Composite composite) Creates a ControlDecorationSupport which observes the validation status of the specifiedValidationStatusProvider, and displays aControlDecorationover the underlying SWT control of all target observables that implementISWTObservableorIViewerObservable.static ControlDecorationSupportControlDecorationSupport.create(ValidationStatusProvider validationStatusProvider, int position, Composite composite, ControlDecorationUpdater updater) Creates a ControlDecorationSupport which observes the validation status of the specifiedValidationStatusProvider, and displays aControlDecorationover the underlying SWT control of all target observables that implementISWTObservableorIViewerObservable. -
Uses of Composite in org.eclipse.jface.dialogs
Subclasses of Composite in org.eclipse.jface.dialogsModifier and TypeClassDescriptionclassA message line displaying a status.classA control for showing progress feedback for a long running operation.Methods in org.eclipse.jface.dialogs that return CompositeMethods in org.eclipse.jface.dialogs with parameters of type CompositeModifier and TypeMethodDescriptionprotected ButtonDialog.createButton(Composite parent, int id, String label, boolean defaultButton) Creates a new button with the given id.protected ButtonMessageDialog.createButton(Composite parent, int id, String label, boolean defaultButton) protected ButtonPlainMessageDialog.createButton(Composite parent, int id, String label, boolean defaultButton) protected ControlDialog.createButtonBar(Composite parent) Creates and returns the contents of this dialog's button bar.protected ControlIconAndMessageDialog.createButtonBar(Composite parent) protected ControlStatusDialog.createButtonBar(Composite parent) protected ControlTrayDialog.createButtonBar(Composite parent) protected voidDialog.createButtonsForButtonBar(Composite parent) Adds buttons to this dialog's button bar.protected voidErrorDialog.createButtonsForButtonBar(Composite parent) protected voidInputDialog.createButtonsForButtonBar(Composite parent) protected voidMessageDialog.createButtonsForButtonBar(Composite parent) protected voidMessageDialogWithToggle.createButtonsForButtonBar(Composite parent) protected voidPlainMessageDialog.createButtonsForButtonBar(Composite parent) protected voidProgressMonitorDialog.createButtonsForButtonBar(Composite parent) protected voidStatusDialog.createButtonsForButtonBar(Composite parent) protected voidProgressMonitorDialog.createCancelButton(Composite parent) Creates the cancel button.protected ControlDialog.createContents(Composite parent) TheDialogimplementation of thisWindowmethod creates and lays out the top level composite for the dialog, and determines the appropriate horizontal and vertical dialog units based on the font size.voidDialogMessageArea.createContents(Composite parent) Create the contents for the receiver.protected abstract ControlDialogTray.createContents(Composite parent) Creates the contents (widgets) that will be contained in the tray.protected ControlIconAndMessageDialog.createContents(Composite parent) protected ControlPopupDialog.createContents(Composite parent) ThePopupDialogimplementation of thisWindowmethod creates and lays out the top level composite for the dialog.protected ControlTitleAreaDialog.createContents(Composite parent) voidIDialogPage.createControl(Composite parent) Creates the top level control for this dialog page under the given parent composite.protected ControlMessageDialog.createCustomArea(Composite parent) Creates and returns the contents of an area of the dialog which appears below the message and above the button bar.protected ControlPlainMessageDialog.createCustomArea(Composite parent) Creates and returns the contents of an area of the dialog which appears below the message and above the button bar.protected voidErrorDialog.createDetailsButton(Composite parent) Create the details button if it should be included.protected voidErrorDialog.createDialogAndButtonArea(Composite parent) protected voidIconAndMessageDialog.createDialogAndButtonArea(Composite parent) Create the dialog area and the button bar for the receiver.protected ControlDialog.createDialogArea(Composite parent) Creates and returns the contents of the upper part of this dialog (above the button bar).protected ControlErrorDialog.createDialogArea(Composite parent) This implementation of theDialogframework method creates and lays out a composite.protected ControlInputDialog.createDialogArea(Composite parent) protected ControlMessageDialog.createDialogArea(Composite parent) This implementation of theDialogframework method creates and lays out a composite and callscreateMessageAreaandcreateCustomAreato populate it.protected ControlMessageDialogWithToggle.createDialogArea(Composite parent) protected ControlPlainMessageDialog.createDialogArea(Composite parent) This implementation of theDialogframework method creates and lays out a composite and callscreateMessageAreaandcreateCustomAreato populate it.protected ControlPopupDialog.createDialogArea(Composite parent) Creates and returns the contents of the dialog (the area below the title area and above the info text area.protected ControlProgressMonitorDialog.createDialogArea(Composite parent) protected ControlTitleAreaDialog.createDialogArea(Composite parent) Creates and returns the contents of the upper part of this dialog (above the button bar).protected ListErrorDialog.createDropDownList(Composite parent) Create this dialog's drop-down list component.protected ControlTrayDialog.createHelpControl(Composite parent) Creates a new help control that provides access to context help.protected ControlPopupDialog.createInfoTextArea(Composite parent) Creates the optional info text area.protected LabelAbstractSelectionDialog.createMessageArea(Composite composite) Creates the message area for this dialog.protected ControlIconAndMessageDialog.createMessageArea(Composite composite) Create the area the message will be shown in.abstract ControlErrorSupportProvider.createSupportArea(Composite parent, IStatus status) Create an area for adding support components as a child of parent.protected ControlPopupDialog.createTitleControl(Composite parent) Creates the control to be used to represent the dialog's title text.protected ControlPopupDialog.createTitleMenuArea(Composite parent) Creates the title and menu area.protected ButtonMessageDialogWithToggle.createToggleButton(Composite parent) Creates a toggle button without any text or state.protected voidPopupDialog.setTabOrder(Composite composite) Sets the tab order for the popup.Constructors in org.eclipse.jface.dialogs with parameters of type CompositeModifierConstructorDescriptionMessageLine(Composite parent) Creates a new message line as a child of the given parent.MessageLine(Composite parent, int style) Creates a new message line as a child of the parent and with the given SWT stylebits.ProgressIndicator(Composite parent) Create a ProgressIndicator as a child under the given parent.ProgressIndicator(Composite parent, int style) Create a ProgressIndicator as a child under the given parent. -
Uses of Composite in org.eclipse.jface.fieldassist
Methods in org.eclipse.jface.fieldassist with parameters of type CompositeModifier and TypeMethodDescriptionIControlCreator.createControl(Composite parent, int style) Deprecated.Create a control with the specified parent and style bits.TextControlCreator.createControl(Composite parent, int style) Deprecated.Constructors in org.eclipse.jface.fieldassist with parameters of type CompositeModifierConstructorDescriptionControlDecoration(Control control, int position, Composite composite) Construct a ControlDecoration for decorating the specified control at the specified position relative to the control.DecoratedField(Composite parent, int style, IControlCreator controlCreator) Deprecated.Construct a decorated field which is parented by the specified composite and has the given style bits. -
Uses of Composite in org.eclipse.jface.layout
Methods in org.eclipse.jface.layout with parameters of type CompositeModifier and TypeMethodDescriptionvoidCreates a newFillLayoutand attaches it to the given composite.voidCreates a new GridLayout and attaches it to the given composite.voidCreates a new RowLayout and attaches it to the given composite.protected PointAbstractColumnLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) voidGridLayoutFactory.generateLayout(Composite c) Applies this layout to the given composite, and attaches default GridData to all immediate children that don't have one.protected voidprotected void -
Uses of Composite in org.eclipse.jface.notifications
Methods in org.eclipse.jface.notifications with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidAbstractNotificationPopup.createContentArea(Composite parent) Override to populate with notifications.protected voidNotificationPopup.createContentArea(Composite parent) protected ControlAbstractNotificationPopup.createContents(Composite parent) protected voidAbstractNotificationPopup.createTitleArea(Composite parent) Override to customize the title barprotected voidNotificationPopup.createTitleArea(Composite parent) Method parameters in org.eclipse.jface.notifications with type arguments of type CompositeModifier and TypeMethodDescriptionSets the function to create the main content of the notification popup in the given composite.Sets the function to create the title area's content of the notification popup in the given composite. -
Uses of Composite in org.eclipse.jface.preference
Methods in org.eclipse.jface.preference that return CompositeModifier and TypeMethodDescriptionprotected CompositePreferencePage.createNoteComposite(Font font, Composite composite, String title, String message) Creates a composite with a highlighted Note entry and a message text.protected CompositePreferenceDialog.createPageContainer(Composite parent) Creates the inner page container.protected CompositePreferenceDialog.createTitleArea(Composite parent) Creates the wizard's title area.ListEditor.getButtonBoxControl(Composite parent) Returns this field editor's button box containing the Add, Remove, Up, and Down button.protected CompositeFieldEditorPreferencePage.getFieldEditorParent()Returns a parent composite for a field editor.protected CompositePreferenceDialog.getPageContainer()Get the composite that is showing the page.RadioGroupFieldEditor.getRadioBoxControl(Composite parent) Returns this field editor's radio group control.Methods in org.eclipse.jface.preference with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidPreferencePage.applyDialogFont(Composite composite) Apply the dialog font to the composite and it's children if it is set.protected voidFieldEditor.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 voidPreferencePage.contributeButtons(Composite parent) Contributes additional buttons to the given composite.protected voidPreferenceDialog.createButtonsForButtonBar(Composite parent) protected ControlFieldEditorPreferencePage.createContents(Composite parent) protected ControlPreferenceDialog.createContents(Composite parent) protected abstract ControlPreferencePage.createContents(Composite parent) Creates and returns the SWT control for the customized body of this preference page under the given parent composite.protected voidFieldEditor.createControl(Composite parent) Creates this field editor's main control containing all of its basic controls.voidPreferencePage.createControl(Composite parent) ThePreferencePageimplementation of thisIDialogPagemethod creates a description label and button bar for the page.protected LabelPreferencePage.createDescriptionLabel(Composite parent) Creates and returns an SWT label under the given composite.protected ControlPreferenceDialog.createDialogArea(Composite parent) protected CompositePreferencePage.createNoteComposite(Font font, Composite composite, String title, String message) Creates a composite with a highlighted Note entry and a message text.protected CompositePreferenceDialog.createPageContainer(Composite parent) Creates the inner page container.protected voidPreferenceDialog.createPageControl(IPreferencePage page, Composite parent) Create the page control for the supplied page.protected SashPreferenceDialog.createSash(Composite composite, Control rightControl) Create the sash with right control on the right.protected TextStringFieldEditor.createTextWidget(Composite parent) Create the text widget.protected CompositePreferenceDialog.createTitleArea(Composite parent) Creates the wizard's title area.protected ControlPreferenceDialog.createTreeAreaContents(Composite parent) protected TreeViewerPreferenceDialog.createTreeViewer(Composite parent) Create a newTreeViewer.protected voidBooleanFieldEditor.doFillIntoGrid(Composite parent, int numColumns) protected voidColorFieldEditor.doFillIntoGrid(Composite parent, int numColumns) protected voidComboFieldEditor.doFillIntoGrid(Composite parent, int numColumns) protected abstract voidFieldEditor.doFillIntoGrid(Composite parent, int numColumns) Fills this field editor's basic controls into the given parent.protected voidFontFieldEditor.doFillIntoGrid(Composite parent, int numColumns) protected voidListEditor.doFillIntoGrid(Composite parent, int numColumns) protected voidRadioGroupFieldEditor.doFillIntoGrid(Composite parent, int numColumns) protected voidScaleFieldEditor.doFillIntoGrid(Composite parent, int numColumns) protected voidStringButtonFieldEditor.doFillIntoGrid(Composite parent, int numColumns) protected voidStringFieldEditor.doFillIntoGrid(Composite parent, int numColumns) Fills this field editor's basic controls into the given parent.voidFieldEditor.fillIntoGrid(Composite parent, int numColumns) Fills this field editor's basic controls into the given parent.ListEditor.getButtonBoxControl(Composite parent) Returns this field editor's button box containing the Add, Remove, Up, and Down button.protected ButtonBooleanFieldEditor.getChangeControl(Composite parent) Returns the change button for this field editor.protected ButtonColorFieldEditor.getChangeControl(Composite parent) Returns the change button for this field editor.protected ButtonFontFieldEditor.getChangeControl(Composite parent) Returns the change button for this field editor.protected ButtonStringButtonFieldEditor.getChangeControl(Composite parent) Get the change control.BooleanFieldEditor.getDescriptionControl(Composite parent) Returns the control responsible for displaying this field editor's label.FieldEditor.getLabelControl(Composite parent) Returns this field editor's label component.ListEditor.getListControl(Composite parent) Returns this field editor's list control.RadioGroupFieldEditor.getRadioBoxControl(Composite parent) Returns this field editor's radio group control.StringFieldEditor.getTextControl(Composite parent) Returns this field editor's text control.protected LabelFontFieldEditor.getValueControl(Composite parent) Returns the value control for this field editor.voidBooleanFieldEditor.setEnabled(boolean enabled, Composite parent) voidColorFieldEditor.setEnabled(boolean enabled, Composite parent) voidComboFieldEditor.setEnabled(boolean enabled, Composite parent) voidFieldEditor.setEnabled(boolean enabled, Composite parent) Set whether or not the controls in the field editor are enabled.voidFontFieldEditor.setEnabled(boolean enabled, Composite parent) voidListEditor.setEnabled(boolean enabled, Composite parent) voidRadioGroupFieldEditor.setEnabled(boolean enabled, Composite parent) voidScaleFieldEditor.setEnabled(boolean enabled, Composite parent) Bug 470866 fixvoidStringButtonFieldEditor.setEnabled(boolean enabled, Composite parent) voidStringFieldEditor.setEnabled(boolean enabled, Composite parent) protected voidPreferenceDialog.setPageContainer(Composite pageContainer) Set the composite that is showing the page.Constructors in org.eclipse.jface.preference with parameters of type CompositeModifierConstructorDescriptionBooleanFieldEditor(String name, String labelText, int style, Composite parent) Creates a boolean field editor in the given style.BooleanFieldEditor(String name, String label, Composite parent) Creates a boolean field editor in the default style.ColorFieldEditor(String name, String labelText, Composite parent) Creates a color field editor.ColorSelector(Composite parent) Create a new instance of the receiver and the button that it wrappers in the supplied parentComposite.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.protectedFieldEditor(String name, String labelText, Composite parent) Creates a new field editor.FileFieldEditor(String name, String labelText, boolean enforceAbsolute, int validationStrategy, Composite parent) Creates a file field editor.FileFieldEditor(String name, String labelText, boolean enforceAbsolute, Composite parent) Creates a file field editor.FileFieldEditor(String name, String labelText, Composite parent) Creates a file field editor.FontFieldEditor(String name, String labelText, String previewAreaText, Composite parent) Creates a font field editor with an optional preview area.FontFieldEditor(String name, String labelText, Composite parent) Creates a font field editor without a preview.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.protectedListEditor(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.protectedStringButtonFieldEditor(String name, String labelText, Composite parent) Creates a string button field editor.StringFieldEditor(String name, String labelText, int widthInChars, int heigthInChars, int strategy, Composite parent) Creates a string field editor.StringFieldEditor(String name, String labelText, int width, int strategy, Composite parent) Creates a string field editor.StringFieldEditor(String name, String labelText, int width, Composite parent) Creates a string field editor.StringFieldEditor(String name, String labelText, Composite parent) Creates a string field editor of unlimited width. -
Uses of Composite in org.eclipse.jface.text
Methods in org.eclipse.jface.text with parameters of type CompositeModifier and TypeMethodDescriptionprotected abstract voidAbstractInformationControl.createContent(Composite parent) Creates the content of the popup window.protected voidDefaultInformationControl.createContent(Composite parent) protected voidTextViewer.createControl(Composite parent, int styles) Creates the viewer's SWT control.protected StyledTextTextViewer.createTextWidget(Composite parent, int styles) Factory method to create the text widget to be used as the viewer's text widget.Constructors in org.eclipse.jface.text with parameters of type CompositeModifierConstructorDescriptionPropagatingFontFieldEditor(String name, String labelText, Composite parent, String defaultFontLabel) Deprecated.Creates a new font field editor with the given parameters.TextViewer(Composite parent, int styles) Create a new text viewer with the given SWT style bits. -
Uses of Composite in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source with parameters of type CompositeModifier and TypeMethodDescriptionprotected PointSourceViewer.RulerLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) AbstractRulerColumn.createControl(CompositeRuler parentRuler, Composite parentControl) AnnotationRulerColumn.createControl(CompositeRuler parentRuler, Composite parentControl) ChangeRulerColumn.createControl(CompositeRuler parentRuler, Composite parentControl) CompositeRuler.createControl(Composite parent, ITextViewer textViewer) IVerticalRuler.createControl(Composite parent, ITextViewer textViewer) Creates the ruler's SWT control.IVerticalRulerColumn.createControl(CompositeRuler parentRuler, Composite parentControl) Creates the column's SWT control.LineNumberChangeRulerColumn.createControl(CompositeRuler parentRuler, Composite parentControl) LineNumberRulerColumn.createControl(CompositeRuler parentRuler, Composite parentControl) OverviewRuler.createControl(Composite parent, ITextViewer textViewer) protected voidSourceViewer.createControl(Composite parent, int styles) VerticalRuler.createControl(Composite parent, ITextViewer textViewer) protected voidConstructors in org.eclipse.jface.text.source with parameters of type CompositeModifierConstructorDescriptionSourceViewer(Composite parent, IVerticalRuler ruler, int styles) Constructs a new source viewer.SourceViewer(Composite parent, IVerticalRuler verticalRuler, IOverviewRuler overviewRuler, boolean showAnnotationsOverview, int styles) Constructs a new source viewer. -
Uses of Composite in org.eclipse.jface.text.source.projection
Constructors in org.eclipse.jface.text.source.projection with parameters of type CompositeModifierConstructorDescriptionProjectionViewer(Composite parent, IVerticalRuler ruler, IOverviewRuler overviewRuler, boolean showsAnnotationOverview, int styles) Creates a new projection source viewer. -
Uses of Composite in org.eclipse.jface.viewers
Subclasses of Composite in org.eclipse.jface.viewersFields in org.eclipse.jface.viewers declared as CompositeModifier and TypeFieldDescriptionprotected CompositeAbstractFilteredViewerComposite.filterCompositeThe Composite on which the filter controls are created.protected CompositeAbstractFilteredViewerComposite.parentThe parent composite of the filtered viewer.Methods in org.eclipse.jface.viewers that return CompositeModifier and TypeMethodDescriptionprotected CompositeAbstractFilteredViewerComposite.createFilterControls(Composite parent) Create the filter controls.protected CompositeColumnViewerToolTipSupport.createToolTipContentArea(Event event, Composite parent) Instead of overwriting this method subclasses should overwriteColumnViewerToolTipSupport.createViewerToolTipContentArea(Event, ViewerCell, Composite)protected CompositeColumnViewerToolTipSupport.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.Methods in org.eclipse.jface.viewers with parameters of type CompositeModifier and TypeMethodDescriptionTableLayout.computeSize(Composite c, int wHint, int hHint, boolean flush) voidCreates the control for this cell editor under the given parent control.protected ButtonDialogCellEditor.createButton(Composite parent) Creates the button for this cell editor under the given parent control.protected ControlColorCellEditor.createContents(Composite cell) protected ControlDialogCellEditor.createContents(Composite cell) Creates the controls used to show the value of this cell editor.protected voidAbstractFilteredViewerComposite.createControl(Composite parent, int style) Create the filtered viewer's controls.protected abstract ControlCellEditor.createControl(Composite parent) Creates the control for this cell editor under the given parent control.protected ControlCheckboxCellEditor.createControl(Composite parent) TheCheckboxCellEditorimplementation of thisCellEditorframework method does nothing and returnsnull.protected ControlComboBoxCellEditor.createControl(Composite parent) protected ControlComboBoxViewerCellEditor.createControl(Composite parent) protected ControlDialogCellEditor.createControl(Composite parent) protected ControlTextCellEditor.createControl(Composite parent) protected CompositeAbstractFilteredViewerComposite.createFilterControls(Composite parent) Create the filter controls.protected voidAbstractFilteredViewerComposite.createFilterText(Composite parent) Creates the filter text and adds listeners.protected static TableCheckboxTableViewer.createTable(Composite parent, int style) Creates a new table control with one column.protected CompositeColumnViewerToolTipSupport.createToolTipContentArea(Event event, Composite parent) Instead of overwriting this method subclasses should overwriteColumnViewerToolTipSupport.createViewerToolTipContentArea(Event, ViewerCell, Composite)protected CompositeColumnViewerToolTipSupport.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.protected abstract TextAbstractFilteredViewerComposite.doCreateFilterText(Composite parent) Creates the text control for entering the filter text.voidstatic CheckboxTableViewerCheckboxTableViewer.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 CompositeModifierConstructorDescriptionAbstractFilteredViewerComposite(Composite parent, int style, long refreshJobDelayInMillis) Create a new instance of the receiver.protectedCellEditor(Composite parent) Creates a new cell editor under the given parent control.protectedCellEditor(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 styleComboBoxViewerCellEditor(Composite parent, int style) Creates a new cell editor with a combo viewer and the given styleComboViewer(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.protectedDialogCellEditor(Composite parent) Creates a new dialog cell editor parented under the given control.protectedDialogCellEditor(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.jface.widgets
Classes in org.eclipse.jface.widgets with type parameters of type CompositeModifier and TypeClassDescriptionclassAbstractCompositeFactory<F extends AbstractCompositeFactory<?,?>, C extends Composite> Abstract factory for composites.Constructor parameters in org.eclipse.jface.widgets with type arguments of type CompositeModifierConstructorDescriptionprotectedAbstractCompositeFactory(Class<F> factoryClass, WidgetSupplier<C, Composite> controlCreator) -
Uses of Composite in org.eclipse.jface.window
Methods in org.eclipse.jface.window that return CompositeModifier and TypeMethodDescriptionprotected CompositeDefaultToolTip.createToolTipContentArea(Event event, Composite parent) Creates the content are of the the tooltip.protected abstract CompositeToolTip.createToolTipContentArea(Event event, Composite parent) Creates the content area of the the tooltip.Methods in org.eclipse.jface.window with parameters of type CompositeModifier and TypeMethodDescriptionprotected ControlWindow.createContents(Composite parent) Creates and returns this window's contents.protected ControlApplicationWindow.createCoolBarControl(Composite composite) Creates the control for the cool bar manager.protected ControlApplicationWindow.createToolBarControl(Composite parent) Creates the control for the tool bar manager.protected CompositeDefaultToolTip.createToolTipContentArea(Event event, Composite parent) Creates the content are of the the tooltip.protected abstract CompositeToolTip.createToolTipContentArea(Event event, Composite parent) Creates the content area of the the tooltip. -
Uses of Composite in org.eclipse.jface.wizard
Subclasses of Composite in org.eclipse.jface.wizardModifier and TypeClassDescriptionclassA standard implementation of an IProgressMonitor.Methods in org.eclipse.jface.wizard with parameters of type CompositeModifier and TypeMethodDescriptionWizardDialog.PageContainerFillLayout.computeSize(Composite composite, int wHint, int hHint, boolean force) protected voidWizardDialog.createButtonsForButtonBar(Composite parent) Creates the buttons for this dialog's button bar.protected ControlWizardDialog.createContents(Composite parent) TheWizardDialogimplementation of thisWindowmethod calls callIWizard.addPagesto allow the current wizard to add extra pages, thensuper.createContentsto create the controls.protected ControlWizardDialog.createDialogArea(Composite parent) voidIWizard.createPageControls(Composite pageContainer) Creates this wizard's controls in the given parent control.voidWizard.createPageControls(Composite pageContainer) TheWizardimplementation of thisIWizardmethod creates all the pages controls usingIDialogPage.createControl.protected ProgressMonitorPartWizardDialog.createProgressMonitorPart(Composite composite, GridLayout pmlayout) Hook method for subclasses to create a custom progress monitor part.WizardDialog.PageContainerFillLayout.getClientArea(Composite c) Returns the client area for the given composite according to this layout.voidConstructors in org.eclipse.jface.wizard with parameters of type CompositeModifierConstructorDescriptionProgressMonitorPart(Composite parent, Layout layout) Creates aProgressMonitorPartthat does not provide a stop button.ProgressMonitorPart(Composite parent, Layout layout, boolean createStopButton) Creates aProgressMonitorPart.ProgressMonitorPart(Composite parent, Layout layout, int progressIndicatorHeight) Creates aProgressMonitorPartthat does not provide a stop button. -
Uses of Composite in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring that return CompositeModifier and TypeMethodDescriptionstatic CompositeRefactoringUI.createRefactoringHistoryControl(Composite parent, RefactoringHistoryControlConfiguration configuration) Creates a control capable of presenting a refactoring history.static CompositeRefactoringUI.createSortableRefactoringHistoryControl(Composite parent, RefactoringHistoryControlConfiguration configuration) Creates a control capable of presenting a refactoring history.Methods in org.eclipse.ltk.ui.refactoring with parameters of type CompositeModifier and TypeMethodDescriptionvoidIChangePreviewViewer.createControl(Composite parent) Creates the preview viewer's widget hierarchy.voidIStatusContextViewer.createControl(Composite parent) Creates the status viewer's widget hierarchy.voidTextStatusContextViewer.createControl(Composite parent) static CompositeRefactoringUI.createRefactoringHistoryControl(Composite parent, RefactoringHistoryControlConfiguration configuration) Creates a control capable of presenting a refactoring history.static CompositeRefactoringUI.createSortableRefactoringHistoryControl(Composite parent, RefactoringHistoryControlConfiguration configuration) Creates a control capable of presenting a refactoring history.protected abstract SourceViewerTextStatusContextViewer.createSourceViewer(Composite parent) Hook to create the source viewer used to present the textual context information. -
Uses of Composite in org.eclipse.ltk.ui.refactoring.resource
Methods in org.eclipse.ltk.ui.refactoring.resource with parameters of type CompositeModifier and TypeMethodDescriptionvoidRenameResourceWizard.RenameResourceRefactoringConfigurationPage.createControl(Composite parent) Creates the top level Composite for this dialog page under the given parent composite. -
Uses of Composite in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text with parameters of type CompositeModifier and TypeMethodDescriptionvoidAbstractTextSearchViewPage.createControl(Composite parent) protected TableViewerAbstractTextSearchViewPage.createTableViewer(Composite parent) Creates the table viewer to be shown on this page.protected TreeViewerAbstractTextSearchViewPage.createTreeViewer(Composite parent) Creates the tree viewer to be shown on this page. -
Uses of Composite in org.eclipse.swt.awt
Methods in org.eclipse.swt.awt with parameters of type Composite -
Uses of Composite in org.eclipse.swt.browser
Subclasses of Composite in org.eclipse.swt.browserModifier and TypeClassDescriptionclassInstances of this class implement the browser user interface metaphor.Constructors in org.eclipse.swt.browser with parameters of type Composite -
Uses of Composite in org.eclipse.swt.custom
Subclasses of Composite in org.eclipse.swt.customModifier and TypeClassDescriptionclassDeprecated.As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE Styles:VERTICAL, HORIZONTAL, BORDERclassInstances of this class implement a Composite that lays out its children and allows programmatic control of the layout.classThe 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.classA Label which supports aligned text and/or an image and different border styles.classInstances of this class implement the notebook user interface metaphor.classThe 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.classA ScrolledComposite provides scrollbars and will scroll its content when the user uses the scrollbars.classA StyledText is an editable user interface object that displays lines of text.classA TableCursor provides a way for the user to navigate around a Table using the keyboard.classA TreeCursor provides a way for the user to navigate around a Tree with columns using the keyboard.classInstances of this class implement a Composite that positions and sizes children and allows programmatic control of layout and border parameters.Methods in org.eclipse.swt.custom with parameters of type CompositeModifier and TypeMethodDescriptionprotected PointStackLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) protected voidConstructors in org.eclipse.swt.custom with parameters of type CompositeModifierConstructorDescriptionAnimatedProgress(Composite parent, int style) Deprecated.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.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.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.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 CompositeModifier and TypeMethodDescriptionprotected PointBorderLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) protected PointFillLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) protected PointFormLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) protected PointGridLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) protected PointRowLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) protected PointTabFolderLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) protected voidprotected voidprotected voidprotected voidprotected voidprotected void -
Uses of Composite in org.eclipse.swt.ole.win32
Subclasses of Composite in org.eclipse.swt.ole.win32Modifier and TypeClassDescriptionclassOleClientSite provides a site to manage an embedded OLE Document within a container.classOleControlSite provides a site to manage an embedded ActiveX Control within a container.final classOleFrame is an OLE Container's top level frame.Constructors in org.eclipse.swt.ole.win32 with parameters of type CompositeModifierConstructorDescriptionprotectedOleClientSite(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.Create an OleFrame child widget using style bits to select a particular look or set of properties. -
Uses of Composite in org.eclipse.swt.opengl
Subclasses of Composite in org.eclipse.swt.openglModifier and TypeClassDescriptionclassGLCanvas is a widget capable of displaying OpenGL content.Constructors in org.eclipse.swt.opengl with parameters of type Composite -
Uses of Composite in org.eclipse.swt.widgets
Subclasses of Composite in org.eclipse.swt.widgetsModifier and TypeClassDescriptionclassInstances of this class provide a surface for drawing arbitrary graphics.classInstances 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.classInstances of this class provide an area for dynamically positioning the items they contain.classInstances of this class are selectable user interface objects that allow the user to enter and modify date or time values.classInstances of this class provide the appearance and behavior ofShells, but are not top level shells or dialogs.classInstances of this class support the layout of selectable expand bar items.classInstances of this class provide an etched border with an optional title.classInstances of this class represent the "windows" which the desktop or "window manager" is managing.classInstances of this class are selectable user interface objects that allow the user to enter and modify numeric values.classInstances of this class implement the notebook user interface metaphor.classInstances of this class implement a selectable user interface object that displays a list of images and strings and issues notification when selected.classInstances of this class support the layout of selectable tool bar items.classInstances 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 CompositeModifier and TypeMethodDescriptionControl.getParent()Returns the receiver's parent, which must be aCompositeor 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 CompositeModifier and TypeMethodDescriptionprotected abstract PointLayout.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 voidLays out the children of the specified composite according to this layout.booleanChanges the parent of the widget to be the one provided.booleanConstructors in org.eclipse.swt.widgets with parameters of type CompositeModifierConstructorDescriptionConstructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.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.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.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.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.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.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.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.team.ui
Methods in org.eclipse.team.ui with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidSaveablePartDialog.createButtonsForButtonBar(Composite parent) Deprecated.protected ControlSaveablePartDialog.createDialogArea(Composite parent2) Deprecated.protected abstract ControlPageSaveablePart.createPage(Composite parent, ToolBarManager toolBarManager) Deprecated.Create the page for this part and return the top level control for the page.voidPageSaveablePart.createPartControl(Composite parent) Deprecated.protected CompareViewerPanePageCompareEditorInput.createStructureInputPane(Composite parent) -
Uses of Composite in org.eclipse.team.ui.history
Methods in org.eclipse.team.ui.history with parameters of type CompositeModifier and TypeMethodDescriptionprotected ControlHistoryPageSaveablePart.createPage(Composite parent, ToolBarManager toolBarManager) Deprecated. -
Uses of Composite in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize with parameters of type CompositeModifier and TypeMethodDescriptionParticipantPageCompareEditorInput.createContents(Composite parent) protected ControlParticipantPageDialog.createDialogArea(Composite parent2) Deprecated.protected ControlParticipantPageSaveablePart.createPage(Composite parent, ToolBarManager toolBarManager) Deprecated.ParticipantPagePane.createPartControl(Composite parent) SaveableCompareEditorInput.findContentViewer(Viewer oldViewer, ICompareInput input, Composite parent) -
Uses of Composite in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type CompositeModifier and TypeMethodDescriptionvoidIWorkbenchPart.createPartControl(Composite parent) Creates the SWT controls for this workbench part.static voidSets the given help id on the given control in a way that works both for E3/E4 applications -
Uses of Composite in org.eclipse.ui.about
Methods in org.eclipse.ui.about with parameters of type CompositeModifier and TypeMethodDescriptionprotected ButtonInstallationPage.createButton(Composite parent, int id, String label) Creates a new button with the given id.voidInstallationPage.createPageButtons(Composite parent) Create the buttons that belong to this page using the specified parent. -
Uses of Composite in org.eclipse.ui.activities
Methods in org.eclipse.ui.activities with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidActivitiesPreferencePage.createActivityPromptPref(Composite composite) Create the prompt for activity enablement.protected ControlActivitiesPreferencePage.createContents(Composite parent) protected ControlActivityCategoryPreferencePage.createContents(Composite parent) -
Uses of Composite in org.eclipse.ui.application
Methods in org.eclipse.ui.application with parameters of type CompositeModifier and TypeMethodDescriptionWorkbenchWindowAdvisor.createEmptyWindowContents(Composite parent) Deprecated, for removal: This API element is subject to removal in a future version.This method is no longer used. -
Uses of Composite in org.eclipse.ui.cheatsheets
Methods in org.eclipse.ui.cheatsheets with parameters of type CompositeModifier and TypeMethodDescriptionabstract voidAbstractItemExtensionElement.createControl(Composite composite) Called by the cheat sheet framework when creating the visual representation of a step.voidICheatSheetViewer.createPartControl(Composite parent) Creates the SWT controls for this cheat sheet viewer. -
Uses of Composite in org.eclipse.ui.console
Methods in org.eclipse.ui.console with parameters of type CompositeModifier and TypeMethodDescriptionvoidTextConsolePage.createControl(Composite parent) protected TextConsoleViewerTextConsolePage.createViewer(Composite parent) Returns a viewer used to display the contents of this page's console.Constructors in org.eclipse.ui.console with parameters of type CompositeModifierConstructorDescriptionTextConsoleViewer(Composite parent, TextConsole console) Constructs a new viewer in the given parent for the specified console.TextConsoleViewer(Composite parent, TextConsole console, IScrollLockStateProvider scrollLockStateProvider) Constructs a new viewer in the given parent for the specified console. -
Uses of Composite in org.eclipse.ui.dialogs
Subclasses of Composite in org.eclipse.ui.dialogsModifier and TypeClassDescriptionclassA composite widget which holds a list of elements for user selection.classA simple control that provides a text widget and a tree viewer.Fields in org.eclipse.ui.dialogs declared as CompositeMethods in org.eclipse.ui.dialogs that return CompositeModifier and TypeMethodDescriptionprotected CompositeCheckedTreeSelectionDialog.createSelectionButtons(Composite composite) Adds the selection and deselection buttons to the dialog.Methods in org.eclipse.ui.dialogs with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidNewFolderDialog.createAdvancedControls(Composite parent) Creates the widget for advanced options.protected voidWizardNewFileCreationPage.createAdvancedControls(Composite parent) Creates the widget for advanced options.protected voidWizardNewFolderMainPage.createAdvancedControls(Composite parent) Creates the widget for advanced options.protected LabelWizardDataTransferPage.createBoldLabel(Composite parent, String text) Creates a new label with a bold font.protected ButtonProjectLocationSelectionDialog.createButton(Composite parent, int id, String label, boolean defaultButton) protected ButtonWizardExportResourcesPage.createButton(Composite parent, int id, String label, boolean defaultButton) Creates a new button with the given id.protected ControlSelectionStatusDialog.createButtonBar(Composite parent) protected voidEditorSelectionDialog.createButtonsForButtonBar(Composite parent) protected voidListDialog.createButtonsForButtonBar(Composite parent) protected voidListSelectionDialog.createButtonsForButtonBar(Composite parent) protected voidSaveAsDialog.createButtonsForButtonBar(Composite parent) protected voidSelectionDialog.createButtonsForButtonBar(Composite parent) protected voidYesNoCancelListSelectionDialog.createButtonsForButtonBar(Composite parent) Deprecated, for removal: This API element is subject to removal in a future version.protected final voidWizardExportResourcesPage.createButtonsGroup(Composite parent) Creates the buttons for selecting specific types or selecting all or none of the elements.voidWorkingSetConfigurationBlock.createContent(Composite parent) Add this block to theparentprotected ControlListSelectionDialog.createContents(Composite parent) protected ControlProjectLocationMoveDialog.createContents(Composite parent) protected ControlSaveAsDialog.createContents(Composite parent) protected voidFilteredTree.createControl(Composite parent, int treeStyle) voidWizardExportResourcesPage.createControl(Composite parent) voidWizardNewFileCreationPage.createControl(Composite parent) voidWizardNewFolderMainPage.createControl(Composite parent) voidWizardNewLinkPage.createControl(Composite parent) voidWizardNewProjectCreationPage.createControl(Composite parent) voidWizardNewProjectReferencePage.createControl(Composite parent) voidWizardResourceImportPage.createControl(Composite parent) protected abstract voidWizardExportResourcesPage.createDestinationGroup(Composite parent) Creates the export destination specification visual components.protected voidWizardResourceImportPage.createDestinationGroup(Composite parent) Creates the import destination specification controls.protected ControlCheckedTreeSelectionDialog.createDialogArea(Composite parent) protected ControlContainerSelectionDialog.createDialogArea(Composite parent) protected ControlEditorSelectionDialog.createDialogArea(Composite parent) Creates and returns the contents of the upper part of the dialog (above the button bar).protected ControlElementListSelectionDialog.createDialogArea(Composite parent) protected ControlElementTreeSelectionDialog.createDialogArea(Composite parent) protected ControlFilteredItemsSelectionDialog.createDialogArea(Composite parent) protected ControlListDialog.createDialogArea(Composite container) protected ControlListSelectionDialog.createDialogArea(Composite parent) protected ControlMarkerResolutionSelectionDialog.createDialogArea(Composite parent) protected ControlNewFolderDialog.createDialogArea(Composite parent) protected ControlProjectLocationMoveDialog.createDialogArea(Composite parent) protected ControlProjectLocationSelectionDialog.createDialogArea(Composite parent) protected ControlResourceListSelectionDialog.createDialogArea(Composite parent) Creates the contents of this dialog, initializes the listener and the update thread.protected ControlResourceSelectionDialog.createDialogArea(Composite parent) protected ControlSaveAsDialog.createDialogArea(Composite parent) TwoPaneElementSelector.createDialogArea(Composite parent) protected ControlTypeFilteringDialog.createDialogArea(Composite parent) protected abstract ControlFilteredItemsSelectionDialog.createExtendedContentArea(Composite parent) Creates an extra content area, which will be located above the details.protected ControlFilteredResourcesSelectionDialog.createExtendedContentArea(Composite parent) protected voidWizardResourceImportPage.createFileSelectionGroup(Composite parent) Create the import source selection widgetprotected FilteredListAbstractElementListSelectionDialog.createFilteredList(Composite parent) Creates a filtered list.protected TextAbstractElementListSelectionDialog.createFilterText(Composite parent) Creates the filter text.protected voidFilteredTree.createFilterText(Composite parent) Creates the filter text and adds listeners.protected LabelTwoPaneElementSelector.createLabel(Composite parent, String name) Creates a label if name was notnull.protected TableTwoPaneElementSelector.createLowerList(Composite parent) Creates the list widget and sets layout data.protected LabelAbstractElementListSelectionDialog.createMessageArea(Composite composite) Creates the message text widget and sets layout data.protected LabelSelectionDialog.createMessageArea(Composite composite) Creates the message area for this dialog.protected voidWizardDataTransferPage.createOptionsGroup(Composite parent) Create the options specification widgets.protected LabelWizardDataTransferPage.createPlainLabel(Composite parent, String text) Creates a new label with a bold font.protected final voidWizardExportResourcesPage.createResourcesGroup(Composite parent) Creates the checkbox tree and list for selecting resources.protected CompositeCheckedTreeSelectionDialog.createSelectionButtons(Composite composite) Adds the selection and deselection buttons to the dialog.protected abstract voidWizardResourceImportPage.createSourceGroup(Composite parent) Creates the import source specification controls.protected voidWizardDataTransferPage.createSpacer(Composite parent) Creates a horizontal spacer line that fills the width of its container.protected ControlFilteredTree.createTreeControl(Composite parent, int style) Creates and set up the tree and tree viewer.protected CheckboxTreeViewerCheckedTreeSelectionDialog.createTreeViewer(Composite parent) Creates the tree viewer.protected TreeViewerElementTreeSelectionDialog.createTreeViewer(Composite parent) Creates and initializes the tree viewer.WizardNewProjectCreationPage.createWorkingSetGroup(Composite composite, IStructuredSelection selection, String[] supportedWorkingSetTypes) Create a working set group for this page.protected TextFilteredTree.doCreateFilterText(Composite parent) protected TreeViewerElementTreeSelectionDialog.doCreateTreeViewer(Composite parent, int style) Creates the tree viewer.protected TreeViewerFilteredTree.doCreateTreeViewer(Composite parent, int style) Creates the tree viewer.Constructors in org.eclipse.ui.dialogs with parameters of type CompositeModifierConstructorDescriptionContainerCheckedTreeViewer(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.protectedFilteredTree(Composite parent) Deprecated.As of 3.116, replaced byFilteredTree(Composite, boolean, boolean)protectedFilteredTree(Composite parent, boolean useNewLook) Deprecated.As of 3.116, replaced byFilteredTree(Composite, int, PatternFilter, boolean, boolean)FilteredTree(Composite parent, boolean useNewLook, boolean useFastHashLookup) Create a new instance of the receiver.FilteredTree(Composite parent, int treeStyle, PatternFilter filter) Deprecated.As of 3.116, replaced byFilteredTree(Composite, int, PatternFilter, boolean, boolean)FilteredTree(Composite parent, int treeStyle, PatternFilter filter, boolean useNewLook) Deprecated.As of 3.116, replaced byFilteredTree(Composite, int, PatternFilter, boolean, boolean)FilteredTree(Composite parent, int treeStyle, PatternFilter filter, boolean useNewLook, boolean useFastHashLookup) CallsFilteredTree(Composite, int, PatternFilter, boolean, boolean, long)with a default refresh timeFilteredTree(Composite parent, int treeStyle, PatternFilter filter, boolean useNewLook, boolean useFastHashLookup, long refreshJobDelayInMillis) 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 receiverWorkingSetGroup(Composite composite, IStructuredSelection currentSelection, String[] workingSetTypes) Create a new instance of this class. -
Uses of Composite in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text with parameters of type CompositeModifier and TypeMethodDescriptionvoidTextEditorPreferencePage.createControl(Composite parent) Deprecated.voidDefaultEncodingSupport.createStatusEncodingChangeControl(Composite parent, IStatus status) Creates the control which allows to change the encoding. -
Uses of Composite in org.eclipse.ui.fieldassist
Constructors in org.eclipse.ui.fieldassist with parameters of type CompositeModifierConstructorDescriptionContentAssistField(Composite parent, int style, IControlCreator controlCreator, IControlContentAdapter controlContentAdapter, IContentProposalProvider proposalProvider, String commandId, char[] autoActivationCharacters) Deprecated.Construct a content assist field that shows a content assist cue and can assist the user with choosing content for the field. -
Uses of Composite in org.eclipse.ui.forms
Methods in org.eclipse.ui.forms with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidMasterDetailsBlock.applyLayout(Composite parent) Applies layout to the parent composite of the master/details block.protected ControlFormDialog.createButtonBar(Composite parent) voidMasterDetailsBlock.createContent(IManagedForm managedForm, Composite parent) Creates the content of the master/details block inside the parent composite.voidIDetailsPage.createContents(Composite parent) Creates the contents of the page in the provided parent.protected ControlFormDialog.createDialogArea(Composite parent) protected abstract voidMasterDetailsBlock.createMasterPart(IManagedForm managedForm, Composite parent) Implement this method to create a master part in the provided parent.Constructors in org.eclipse.ui.forms with parameters of type CompositeModifierConstructorDescriptionDetailsPart(IManagedForm mform, Composite parent, int style) Creates a new details part in the provided form by creating the page book.ManagedForm(Composite parent) Creates a managed form in the provided parent.SectionPart(Composite parent, FormToolkit toolkit, int style) Creates a new section part inside the provided parent and using the provided toolkit. -
Uses of Composite in org.eclipse.ui.forms.editor
Methods in org.eclipse.ui.forms.editor that return CompositeModifier and TypeMethodDescriptionprotected CompositeFormEditor.createPageContainer(Composite parent) protected CompositeSharedHeaderFormEditor.createPageContainer(Composite parent) Overridessuperto create a form in which to host the tab folder.Methods in org.eclipse.ui.forms.editor with parameters of type CompositeModifier and TypeMethodDescriptionprotected CompositeFormEditor.createPageContainer(Composite parent) protected CompositeSharedHeaderFormEditor.createPageContainer(Composite parent) Overridessuperto create a form in which to host the tab folder.voidFormPage.createPartControl(Composite parent) Creates the part control by creating the managed form using the parent editor's toolkit. -
Uses of Composite in org.eclipse.ui.forms.widgets
Subclasses of Composite in org.eclipse.ui.forms.widgetsModifier and TypeClassDescriptionclassThis is the base class for custom hyperlink widget.classThis composite is capable of expanding or collapsing a single client that is its direct child.classForm is a custom control that renders a title and an optional background image above the body composite.classThis class is a read-only text control that is capable of rendering wrapped text.classHyperlink is a concrete implementation of the abstract base class that draws text in the client area.classThis class extends hyperlink widget by adding the capability to render an image relative to the text.classScrolledForm is a control that is capable of scrolling an instance of the Form class.classScrolledFormText is a control that is capable of scrolling an instance of the FormText class.classScrolledPageBook is a class that is capable of stacking several composites (pages), while showing one at a time.classA variation of the expandable composite that adds optional description below the title.classThis class is used to provide common scrolling services to a number of controls in the toolkit.classA custom selectable control that can be used to control areas that can be expanded or collapsed.classA custom selectable control that can be used to control areas that can be expanded or collapsed.classA custom selectable control that can be used to control areas that can be expanded or collapsed.Methods in org.eclipse.ui.forms.widgets that return CompositeModifier and TypeMethodDescriptionFormToolkit.createComposite(Composite parent) Creates the composite as a part of the form.FormToolkit.createComposite(Composite parent, int style) Creates the composite as part of the form using the provided style.FormToolkit.createCompositeSeparator(Composite parent) Creates the composite that can server as a separator between various parts of a form.ScrolledPageBook.createPage(Object key) Creates a new page for the provided key.Form.getBody()Returns the container that occupies the body of the form (the form area below the title).ScrolledForm.getBody()Returns the container that occupies the body of the form (the form area below the title).ScrolledPageBook.getContainer()Returns the page book container.Form.getHead()Returns the container that occupies the head of the form (the form area above the body).Methods in org.eclipse.ui.forms.widgets with parameters of type CompositeModifier and TypeMethodDescriptionvoidAdapts a composite to be used in a form associated with this toolkit.intColumnLayout.computeMaximumWidth(Composite parent, boolean changed) intILayoutExtension.computeMaximumWidth(Composite parent, boolean changed) Computes the maximum width of the parent.intTableWrapLayout.computeMaximumWidth(Composite parent, boolean changed) Implements ILayoutExtension.intColumnLayout.computeMinimumWidth(Composite parent, boolean changed) intILayoutExtension.computeMinimumWidth(Composite parent, boolean changed) Computes the minimum width of the parent.intTableWrapLayout.computeMinimumWidth(Composite parent, boolean changed) Implements ILayoutExtension.protected PointColumnLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) protected PointTableWrapLayout.computeSize(Composite parent, int wHint, int hHint, boolean changed) FormToolkit.createButton(Composite parent, String text, int style) Creates a button as a part of the form.FormToolkit.createComposite(Composite parent) Creates the composite as a part of the form.FormToolkit.createComposite(Composite parent, int style) Creates the composite as part of the form using the provided style.FormToolkit.createCompositeSeparator(Composite parent) Creates the composite that can server as a separator between various parts of a form.FormToolkit.createExpandableComposite(Composite parent, int expansionStyle) Creates an expandable composite as a part of the form.FormToolkit.createForm(Composite parent) Creates a form widget in the provided parent.FormToolkit.createFormText(Composite parent, boolean trackFocus) Creates a rich text as a part of the form.FormToolkit.createHyperlink(Composite parent, String text, int style) Creates a hyperlink as a part of the form.FormToolkit.createImageHyperlink(Composite parent, int style) Creates an image hyperlink as a part of the form.FormToolkit.createLabel(Composite parent, String text) Creates a label as a part of the form.FormToolkit.createLabel(Composite parent, String text, int style) Creates a label as a part of the form.FormToolkit.createPageBook(Composite parent, int style) Creates a scrolled page book widget as a part of the form.FormToolkit.createScrolledForm(Composite parent) Creates a scrolled form widget in the provided parent.FormToolkit.createSection(Composite parent, int sectionStyle) Creates a section as a part of the form.FormToolkit.createSeparator(Composite parent, int style) Creates a separator label as a part of the form.FormToolkit.createTable(Composite parent, int style) Creates a table as a part of the form.FormToolkit.createText(Composite parent, String value) Creates a text as a part of the form.FormToolkit.createText(Composite parent, String value, int style) Creates a text as a part of the form.FormToolkit.createTree(Composite parent, int style) Creates a tree widget as a part of the form.protected voidprotected voidvoidFormToolkit.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 CompositeModifierConstructorDescriptionAbstractHyperlink(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.Creates the form content control as a child of the provided parent.Contructs a new form text widget in the provided parent and using the styles.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 parentScrolledFormText(Composite parent, int style, boolean createFormText) Creates the new scrolled text instance in the provided parentScrolledPageBook(Composite parent) Creates a new instance in the provided parentScrolledPageBook(Composite parent, int style) Creates a new instance in the provided parent and with the provided 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.Creates a control in a provided composite.Creates a control in a provided composite. -
Uses of Composite in org.eclipse.ui.ide.dialogs
Methods in org.eclipse.ui.ide.dialogs that return CompositeModifier and TypeMethodDescriptionprotected CompositeAbstractEncodingFieldEditor.createEncodingGroup(Composite parent, int numColumns) Creates a composite with all the encoding controls.protected CompositeResourceEncodingFieldEditor.createEncodingGroup(Composite parent, int numColumns) Methods in org.eclipse.ui.ide.dialogs with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidPathVariableSelectionDialog.createButtonsForButtonBar(Composite parent) protected ControlImportTypeDialog.createDialogArea(Composite parent) protected ControlPathVariableSelectionDialog.createDialogArea(Composite parent) protected CompositeAbstractEncodingFieldEditor.createEncodingGroup(Composite parent, int numColumns) Creates a composite with all the encoding controls.protected CompositeResourceEncodingFieldEditor.createEncodingGroup(Composite parent, int numColumns) protected ControlImportTypeDialog.createMessageArea(Composite parent) protected voidAbstractEncodingFieldEditor.doFillIntoGrid(Composite parent, int numColumns) voidAbstractEncodingFieldEditor.setEnabled(boolean enabled, Composite parent) voidResourceEncodingFieldEditor.setEnabled(boolean enabled, Composite parent) Constructors in org.eclipse.ui.ide.dialogs with parameters of type CompositeModifierConstructorDescriptionprotectedAbstractEncodingFieldEditor(String name, String labelText, String groupTitle, Composite parent) Creates a new encoding field editor with the given preference name, label and parent.protectedAbstractEncodingFieldEditor(String name, String labelText, Composite parent) Creates a new encoding field editor with the given preference name, label and parent.EncodingFieldEditor(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.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.ResourceTreeAndListGroup(Composite parent, Object rootObject, ITreeContentProvider treeContentProvider, ILabelProvider treeLabelProvider, IStructuredContentProvider listContentProvider, ILabelProvider listLabelProvider, int style, boolean useHeightHint) Create an instance of this class. -
Uses of Composite in org.eclipse.ui.internal
Subclasses of Composite in org.eclipse.ui.internalModifier and TypeClassDescriptionclassThe Heap Status control, which shows the heap usage statistics in the window trim.Methods in org.eclipse.ui.internal that return CompositeMethods in org.eclipse.ui.internal with parameters of type CompositeModifier and TypeMethodDescriptionCoolBarToTrimManager.createControl2(Composite parent) protected ControlLargeFileLimitsPreferenceHandler.LargeFileEditorSelectionDialog.createDialogArea(Composite parent) voidE4PartWrapper.createPartControl(Composite parent) voidErrorEditorPart.createPartControl(Composite parent) voidErrorViewPart.createPartControl(Composite parent) voidViewIntroAdapterPart.createPartControl(Composite parent) Constructors in org.eclipse.ui.internal with parameters of type CompositeModifierConstructorDescriptionHeapStatus(Composite parent, IPreferenceStore prefStore) Creates a new heap status control with the given parent, and using the given preference store to obtain settings such as the refresh interval. -
Uses of Composite in org.eclipse.ui.intro
Methods in org.eclipse.ui.intro with parameters of type CompositeModifier and TypeMethodDescriptionvoidIIntroPart.createPartControl(Composite parent) Creates the SWT controls for this intro part. -
Uses of Composite in org.eclipse.ui.intro.config
Methods in org.eclipse.ui.intro.config with parameters of type CompositeModifier and TypeMethodDescriptionvoidIIntroContentProvider.createContent(String id, Composite parent, FormToolkit toolkit) Creates SWT content in the provided Composite.voidCustomizableIntroPart.createPartControl(Composite parent) Creates the UI based on how the InroPart has been configured.voidIStandbyContentPart.createPartControl(Composite parent, FormToolkit toolkit) Creates the SWT controls for this standby part. -
Uses of Composite in org.eclipse.ui.intro.contentproviders
Methods in org.eclipse.ui.intro.contentproviders with parameters of type CompositeModifier and TypeMethodDescriptionvoidAlwaysWelcomeCheckbox.createContent(String id, Composite parent, FormToolkit toolkit) voidEclipseRSSViewer.createContent(String id, Composite parent, FormToolkit toolkit) Create widgets to display the newsreader when using the SWT presentation -
Uses of Composite in org.eclipse.ui.intro.quicklinks
Methods in org.eclipse.ui.intro.quicklinks with parameters of type CompositeModifier and TypeMethodDescriptionvoidQuicklinksViewer.createContent(String id, Composite parent, FormToolkit toolkit) -
Uses of Composite in org.eclipse.ui.part
Subclasses of Composite in org.eclipse.ui.partModifier and TypeClassDescriptionclassClassDrillDownCompositeimplements a simple web style navigation metaphor.classA pagebook is a composite control where only a single control is visible at a time.Methods in org.eclipse.ui.part that return CompositeModifier and TypeMethodDescriptionMultiEditor.createInnerPartControl(Composite parent, IEditorPart e) Create the control of the inner editor.protected CompositeMultiPageEditorPart.createPageContainer(Composite parent) Creates the parent control for the container returned byMultiPageEditorPart.getContainer().protected CompositeMultiPageEditorPart.getContainer()Returns the composite control containing this multi-page editor's pages.abstract CompositeAbstractMultiEditor.getInnerEditorContainer(IEditorReference innerEditorReference) This method is called after createPartControl has been executed and should return the container for the given inner editor.MultiEditor.getInnerEditorContainer(IEditorReference innerEditorReference) Methods in org.eclipse.ui.part with parameters of type CompositeModifier and TypeMethodDescriptionprotected PointPageBook.PageBookLayout.computeSize(Composite composite, int wHint, int hHint, boolean flushCache) protected CTabFolderMultiPageEditorPart.createContainer(Composite parent) Creates an empty container.voidIPage.createControl(Composite parent) Creates the SWT control for this page under the given parent control.voidMessagePage.createControl(Composite parent) abstract voidPage.createControl(Composite parent) MultiEditor.createInnerPartControl(Composite parent, IEditorPart e) Create the control of the inner editor.protected CompositeMultiPageEditorPart.createPageContainer(Composite parent) Creates the parent control for the container returned byMultiPageEditorPart.getContainer().abstract voidIntroPart.createPartControl(Composite parent) voidMultiPageEditorPart.createPartControl(Composite parent) TheMultiPageEditorimplementation of thisIWorkbenchPartmethod creates the control for the multi-page editor by callingcreateContainer, thencreatePages.voidPageBookView.createPartControl(Composite parent) ThePageBookViewimplementation of thisIWorkbenchPartmethod creates aPageBookcontrol with its default page showing.abstract voidWorkbenchPart.createPartControl(Composite parent) protected voidConstructors in org.eclipse.ui.part with parameters of type CompositeModifierConstructorDescriptionDrillDownComposite(Composite parent, int style) Constructs a new DrillDownTreeViewer.Creates a new empty pagebook. -
Uses of Composite in org.eclipse.ui.preferences
Methods in org.eclipse.ui.preferences with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidViewSettingsDialog.createButtonsForButtonBar(Composite parent) protected ControlWizardPropertyPage.createContents(Composite parent) Creates and returns the SWT control for the customized body of this preference page under the given parent composite. -
Uses of Composite in org.eclipse.ui.splash
Methods in org.eclipse.ui.splash that return CompositeModifier and TypeMethodDescriptionprotected CompositeBasicSplashHandler.getContent()Get the composite on which any supplemental controls should be drawn. -
Uses of Composite in org.eclipse.ui.statushandlers
Methods in org.eclipse.ui.statushandlers with parameters of type CompositeModifier and TypeMethodDescriptionfinal ControlAbstractStatusAreaProvider.createSupportArea(Composite parent, IStatus status) abstract ControlAbstractStatusAreaProvider.createSupportArea(Composite parent, StatusAdapter statusAdapter) Create an area for detailed support area as a child of the given parent. -
Uses of Composite in org.eclipse.ui.testing
Methods in org.eclipse.ui.testing that return CompositeModifier and TypeMethodDescriptionIWorkbenchPartTestable.getControl()Get theCompositeprovided to the parts org.eclipse.ui.IWorkbenchPart.createPartControl(Composite) method. -
Uses of Composite in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidInfoForm.createActionControls(Composite parent) Deprecated.Hook method for creating an appropriate action control.voidAbstractDecoratedTextEditor.createPartControl(Composite parent) voidAbstractTextEditor.createPartControl(Composite parent) TheAbstractTextEditorimplementation of thisIWorkbenchPartmethod creates the vertical ruler and source viewer.voidStatusTextEditor.createPartControl(Composite parent) protected ISourceViewerAbstractDecoratedTextEditor.createSourceViewer(Composite parent, IVerticalRuler ruler, int styles) protected ISourceViewerAbstractTextEditor.createSourceViewer(Composite parent, IVerticalRuler ruler, int styles) Creates the source viewer to be used by this editor.protected ControlAbstractDecoratedTextEditor.createStatusControl(Composite parent, IStatus status) protected ControlStatusTextEditor.createStatusControl(Composite parent, IStatus status) Creates the status control for the given status.voidConstructors in org.eclipse.ui.texteditor with parameters of type CompositeModifierConstructorDescriptionDeprecated.Creates a new info form.PropagatingFontFieldEditor(String name, String labelText, Composite parent) Deprecated.no longer supportedWorkbenchChainedTextFontFieldEditor(String name, String labelText, Composite parent) Deprecated.Creates a new font field editor with the given parameters. -
Uses of Composite in org.eclipse.ui.texteditor.spelling
Methods in org.eclipse.ui.texteditor.spelling with parameters of type CompositeModifier and TypeMethodDescriptionISpellingPreferenceBlock.createControl(Composite parent) Creates the control that will be displayed on the preference page. -
Uses of Composite in org.eclipse.ui.texteditor.templates
Methods in org.eclipse.ui.texteditor.templates with parameters of type CompositeModifier and TypeMethodDescriptionprotected ControlTemplatePreferencePage.createContents(Composite ancestor) voidAbstractTemplatesPage.createControl(Composite ancestor) protected ControlTemplatePreferencePage.EditTemplateDialog.createDialogArea(Composite ancestor) voidTemplatesView.createPartControl(Composite parent) protected SourceViewerAbstractTemplatesPage.createPatternViewer(Composite parent) Creates, configures and returns a source viewer to present the template pattern on the templates page.protected SourceViewerTemplatePreferencePage.createViewer(Composite parent) Creates, configures and returns a source viewer to present the template pattern on the preference page.protected SourceViewerTemplatePreferencePage.EditTemplateDialog.createViewer(Composite parent) Creates the viewer to be used to display the pattern. -
Uses of Composite in org.eclipse.ui.themes
Methods in org.eclipse.ui.themes with parameters of type CompositeModifier and TypeMethodDescriptionvoidIThemePreview.createControl(Composite parent, ITheme currentTheme) Create the preview control. -
Uses of Composite in org.eclipse.ui.views.contentoutline
Methods in org.eclipse.ui.views.contentoutline with parameters of type CompositeModifier and TypeMethodDescriptionvoidContentOutlinePage.createControl(Composite parent) TheContentOutlinePageimplementation of thisIContentOutlinePagemethod creates a tree viewer.voidContentOutline.createPartControl(Composite parent) ThePageBookViewimplementation of thisIWorkbenchPartmethod creates aPageBookcontrol with its default page showing. -
Uses of Composite in org.eclipse.ui.views.markers
Methods in org.eclipse.ui.views.markers with parameters of type CompositeModifier and TypeMethodDescriptionabstract voidFilterConfigurationArea.createContents(Composite parent) Create the contents of the configuration area in the parent. -
Uses of Composite in org.eclipse.ui.views.markers.internal
Methods in org.eclipse.ui.views.markers.internal with parameters of type CompositeModifier and TypeMethodDescriptionprotected voidDialogMarkerProperties.createAttributesArea(Composite parent) This method is intended to be overridden by subclasses.protected voidDialogTaskProperties.createAttributesArea(Composite parent) protected voidDialogMarkerProperties.createButtonsForButtonBar(Composite parent) Creates the OK and Cancel buttons.protected ControlDialogMarkerProperties.createDialogArea(Composite parent) Method declared on Dialog.protected voidDialogMarkerProperties.createSeperator(Composite parent) Creates a seperator. -
Uses of Composite in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties with parameters of type CompositeModifier and TypeMethodDescriptionvoidPropertySheetPage.createControl(Composite parent) voidPropertySheet.createPartControl(Composite parent) ThePropertySheetimplementation of thisIWorkbenchPartmethod creates aPageBookcontrol with its default page showing.ColorPropertyDescriptor.createPropertyEditor(Composite parent) TheColorPropertyDescriptorimplementation of thisIPropertyDescriptormethod creates and returns a newColorCellEditor.ComboBoxPropertyDescriptor.createPropertyEditor(Composite parent) TheComboBoxPropertyDescriptorimplementation of thisIPropertyDescriptormethod creates and returns a newComboBoxCellEditor.IPropertyDescriptor.createPropertyEditor(Composite parent) Creates and returns a new cell editor for editing this property.PropertyDescriptor.createPropertyEditor(Composite parent) ThePropertyDescriptorimplementation of thisIPropertyDescriptormethod returnsnull.TextPropertyDescriptor.createPropertyEditor(Composite parent) TheTextPropertyDescriptorimplementation of thisIPropertyDescriptormethod creates and returns a newTextCellEditor.Return theCellEditorused to edit the property. -
Uses of Composite in org.eclipse.ui.views.properties.tabbed
Methods in org.eclipse.ui.views.properties.tabbed that return CompositeModifier and TypeMethodDescriptionTabbedPropertySheetWidgetFactory.createComposite(Composite parent) TabbedPropertySheetWidgetFactory.createComposite(Composite parent, int style) TabbedPropertySheetWidgetFactory.createFlatFormComposite(Composite parent) Creates a flat form composite as a part of the form.TabbedPropertySheetWidgetFactory.createPlainComposite(Composite parent, int style) Creates a plain composite as a part of the form.Methods in org.eclipse.ui.views.properties.tabbed with parameters of type CompositeModifier and TypeMethodDescriptionTabbedPropertySheetWidgetFactory.createCCombo(Composite parent) Creates a combo box as a part of the form.TabbedPropertySheetWidgetFactory.createCCombo(Composite parent, int comboStyle) Creates a combo box as a part of the form.TabbedPropertySheetWidgetFactory.createCLabel(Composite parent, String text) Creates a label as a part of the form.TabbedPropertySheetWidgetFactory.createCLabel(Composite parent, String text, int style) Creates a label as a part of the form.TabbedPropertySheetWidgetFactory.createComposite(Composite parent) TabbedPropertySheetWidgetFactory.createComposite(Composite parent, int style) voidTabbedPropertySheetPage.createControl(Composite parent) voidAbstractPropertySection.createControls(Composite parent, TabbedPropertySheetPage aTabbedPropertySheetPage) voidAdvancedPropertySection.createControls(Composite parent, TabbedPropertySheetPage atabbedPropertySheetPage) voidISection.createControls(Composite parent, TabbedPropertySheetPage tabbedPropertySheetPage) Creates the controls for the section.voidTabContents.createControls(Composite parent, TabbedPropertySheetPage page) Creates page's sections controls.TabbedPropertySheetWidgetFactory.createFlatFormComposite(Composite parent) Creates a flat form composite as a part of the form.TabbedPropertySheetWidgetFactory.createGroup(Composite parent, String text) Creates a group as a part of the form.TabbedPropertySheetWidgetFactory.createList(Composite parent, int style) Creates the list as a part of the form.TabbedPropertySheetWidgetFactory.createPlainComposite(Composite parent, int style) Creates a plain composite as a part of the form.TabbedPropertySheetWidgetFactory.createScrolledComposite(Composite parent, int style) Creates a scrolled composite as a part of the form.TabbedPropertySheetWidgetFactory.createTabFolder(Composite parent, int style) Creates the tab folder as a part of the form. -
Uses of Composite in org.eclipse.ui.wizards.datatransfer
Methods in org.eclipse.ui.wizards.datatransfer with parameters of type CompositeModifier and TypeMethodDescriptionvoidWizardExternalProjectImportPage.createControl(Composite parent)