Uses of Class
org.eclipse.swt.widgets.Control
-
Packages that use Control Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side.org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view.org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities.org.eclipse.equinox.p2.ui Provides provisioning user interface classes that can be used for assembling a provisioning UI.org.eclipse.help.ui Provides a framework for editing and contributing to the help search scope.org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.org.eclipse.jface.contentassist Provides a content assist add-on for implementors ofIContentAssistSubjectControl.org.eclipse.jface.databinding.swt Provides classes that can be used to observe changes in SWT widgets.org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework.org.eclipse.jface.dialogs Provides support for dialogs.org.eclipse.jface.fieldassist Provides classes that help communicate proper content for fields in dialogs and wizards.org.eclipse.jface.layout Provides support for layout generation.org.eclipse.jface.notifications org.eclipse.jface.preference Provides a framework for preferences.org.eclipse.jface.resource Provides support for managing resources such as SWT fonts and images.org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.jface.window Provides a general framework for creating and managing windows.org.eclipse.jface.wizard Provides a framework for wizards.org.eclipse.ltk.ui.refactoring Application programming interface to implement a wizard based user interface for refactorings.org.eclipse.ltk.ui.refactoring.history Application programming interface to display and preview refactoring history information.org.eclipse.search.ui.text Provides the base classes to implement a search result view part for searches with textual matches.org.eclipse.swt.accessibility SWT Accessibility.org.eclipse.swt.browser SWT Browser widget.org.eclipse.swt.custom SWT Custom widgets.org.eclipse.swt.dnd SWT Drag and Drop support.org.eclipse.swt.layout SWT layout classes.org.eclipse.swt.ole.win32 SWT Win32 OLE implementation classes.org.eclipse.swt.opengl SWT OpenGL support.org.eclipse.swt.widgets SWT widget public API classes.org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.history Application programming interfaces for working with history.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.activities Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.org.eclipse.ui.cheatsheets Provides support for working with cheat sheets.org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.dnd Classes and Interface specifications for Drag and Drop in the Eclipse Platform User Interface.org.eclipse.ui.fieldassist Classes that provide workbench-level UI support for content assistance and common workbench field decorations.org.eclipse.ui.forms Forms-based controls for use in views, editors, and wizards.org.eclipse.ui.forms.editor Support for forms-based multi-page editors.org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts.org.eclipse.ui.help Classes for integration with the help support system in the Eclipse Platform User Interface.org.eclipse.ui.ide.dialogs APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.org.eclipse.ui.intro.config Provides support for customizing welcome content and presentation.org.eclipse.ui.menus Provides the public API and default implementation for contributing menu and toolbars to the menu service.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferencesorg.eclipse.ui.statushandlers Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.swt Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.texteditor.spelling Partial infrastructure for spell checking in text editors.org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support.org.eclipse.ui.views.contentoutline Provides the standard Content Outline view which can show the active editor's custom outline for the document being edited.org.eclipse.ui.views.markers Utility classes for working with markers in views
org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection.org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. -
-
Uses of Control in org.eclipse.compare
Subclasses of Control in org.eclipse.compare Modifier and Type Class Description classCompareViewerPaneACompareViewerPaneis a convenience class which installs aCLabeland aToolbarin aViewForm.classCompareViewerSwitchingPaneA customCompareViewerPanethat supports dynamic viewer switching.classSplitterThe Splitter adds support for nesting to a SashForm.Methods in org.eclipse.compare that return Control Modifier and Type Method Description ControlCompareEditorInput. createContents(Composite parent)Creates the SWT controls that are used to display the result of the compare operation.protected ControlEditionSelectionDialog. createDialogArea(Composite parent2)Deprecated.ControlCompareEditorInput. createOutlineContents(Composite parent, int direction)protected ControlCompareViewerPane. createTopLeft(Composite parent)Methods in org.eclipse.compare with parameters of type Control Modifier and Type Method Description voidSplitter. setMaximizedControl(Control control)voidSplitter. setVisible(Control child, boolean visible)Sets the visibility of the given child in this Splitter. -
Uses of Control in org.eclipse.compare.contentmergeviewer
Methods in org.eclipse.compare.contentmergeviewer that return Control Modifier and Type Method Description protected 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 ControlTextMergeViewer. createCenterControl(Composite parent)protected ControlContentMergeViewer. getCenterControl()Return the center control that divides the left and right sides of the merge viewer.ControlContentMergeViewer. getControl()Methods in org.eclipse.compare.contentmergeviewer with parameters of type Control Modifier and Type Method Description protected voidContentMergeViewer. hookControl(Control control) -
Uses of Control in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that return Control Modifier and Type Method Description protected ControlStringVariableSelectionDialog. createContents(Composite parent)ControlIDetailPane. createControl(Composite parent)Creates and returns the main control for this detail pane using the given composite as a parent.protected abstract ControlDebugPopup. createDialogArea(Composite parent)protected ControlInspectPopupDialog. createDialogArea(Composite parent)protected ControlStringVariableSelectionDialog. createDialogArea(Composite parent)protected ControlAbstractDebugView. getControl()Returns the control for this view, ornullif none.ControlAbstractLaunchConfigurationTab. getControl()ControlILaunchConfigurationTab. getControl()Returns the top level control for this tab.protected ControlAbstractDebugView. getDefaultControl()Returns the default control for this view.Methods in org.eclipse.debug.ui that return types with arguments of type Control Modifier and Type Method Description protected List<Control>InspectPopupDialog. getBackgroundColorExclusions()Methods in org.eclipse.debug.ui with parameters of type Control Modifier and Type Method Description protected voidAbstractDebugView. createContextMenu(Control menuControl)Creates a pop-up menu on the given control.protected voidAbstractLaunchConfigurationTab. setControl(Control control)Sets the control to be displayed in this tab. -
Uses of Control in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions with parameters of type Control Modifier and Type Method Description MenuAbstractLaunchHistoryAction. getMenu(Control parent)MenuContextualLaunchAction. getMenu(Control parent)MenuLaunchAsAction. getMenu(Control parent)Deprecated.MenuLaunchShortcutsAction. getMenu(Control parent)MenuRulerBreakpointTypesActionDelegate. getMenu(Control parent)Deprecated. -
Uses of Control in org.eclipse.debug.ui.memory
Methods in org.eclipse.debug.ui.memory that return Control Modifier and Type Method Description ControlAbstractTableRendering. createControl(Composite parent)ControlIMemoryRendering. 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.ControlAbstractTableRendering. getControl()ControlIMemoryRendering. getControl()Returns the top level control for this rendering.Methods in org.eclipse.debug.ui.memory with parameters of type Control Modifier and Type Method Description protected voidAbstractMemoryRendering. createPopupMenu(Control control)Helper method for creating a pop up menu in the rendering for a control.protected voidAbstractTableRendering. toolTipAboutToShow(Control toolTipControl, TableItem item, int col)Called when the tool tip is about to show in this rendering. -
Uses of Control in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup that return Control Modifier and Type Method Description protected ControlSourceLookupDialog. createDialogArea(Composite parent) -
Uses of Control in org.eclipse.equinox.p2.ui
Methods in org.eclipse.equinox.p2.ui that return Control Modifier and Type Method Description protected ControlRepositoryManipulationPage. createContents(Composite parent)Methods in org.eclipse.equinox.p2.ui with parameters of type Control Modifier and Type Method Description voidICopyable. copyToClipboard(Control activeControl)Copy text related to the active control to the clipboard.voidInstalledSoftwarePage. copyToClipboard(Control activeControl)voidRepositoryManipulationPage. copyToClipboard(Control activeControl)voidRevertProfilePage. copyToClipboard(Control activeControl) -
Uses of Control in org.eclipse.help.ui
Methods in org.eclipse.help.ui that return Control Modifier and Type Method Description protected ControlRootScopePage. createContents(Composite parent)Creates the initial contents of the page and allocates the area for the clients. -
Uses of Control in org.eclipse.jface.action
Methods in org.eclipse.jface.action that return Control Modifier and Type Method Description protected abstract ControlControlContribution. createControl(Composite parent)Creates and returns the control for this contribution item under the given parent composite.ControlStatusLineManager. createControl(Composite parent)Creates and returns this manager's status line control.ControlStatusLineManager. createControl(Composite parent, int style)Creates and returns this manager's status line control.ControlStatusLineManager. getControl()Returns the control used by this StatusLineManager.Methods in org.eclipse.jface.action with parameters of type Control Modifier and Type Method Description protected intControlContribution. computeWidth(Control control)Computes the width of the given control which is being added to a tool bar.MenuMenuManager. createContextMenu(Control parent)Creates and returns an SWT context menu control for this menu, and installs all registered contributions.MenuIMenuCreator. getMenu(Control parent)Returns the SWT menu, created as a pop up menu parented by the given control. -
Uses of Control in org.eclipse.jface.contentassist
Methods in org.eclipse.jface.contentassist that return Control Modifier and Type Method Description abstract ControlAbstractControlContentAssistSubjectAdapter. getControl()Deprecated.ControlComboContentAssistSubjectAdapter. getControl()Deprecated.ControlIContentAssistSubjectControl. getControl()Returns the control of this content assist subject control.ControlTextContentAssistSubjectAdapter. getControl()Deprecated. -
Uses of Control in org.eclipse.jface.databinding.swt
Methods in org.eclipse.jface.databinding.swt with parameters of type Control Modifier and Type Method Description static ISWTObservableValueSWTObservables. observeBackground(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeBounds(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeEditable(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeEnabled(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeFocus(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeFont(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeForeground(Control control)Deprecated.useWidgetPropertiesinsteadstatic IObservableListSWTObservables. observeItems(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeLocation(Control control)Deprecated.Returns an observable value tracking the location of the given control.static ISWTObservableValueSWTObservables. observeMax(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeMin(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeSelection(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeSingleSelectionIndex(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeSize(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeText(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeText(Control control, int event)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeText(Control control, int[] events)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeTooltipText(Control control)Deprecated.useWidgetPropertiesinsteadstatic ISWTObservableValueSWTObservables. observeVisible(Control control)Deprecated.useWidgetPropertiesinstead -
Uses of Control in org.eclipse.jface.databinding.viewers
Methods in org.eclipse.jface.databinding.viewers that return types with arguments of type Control Modifier and Type Method Description static IValueProperty<CellEditor,Control>CellEditorProperties. control()Returns a value property for observing the control of aCellEditor. -
Uses of Control in org.eclipse.jface.dialogs
Subclasses of Control in org.eclipse.jface.dialogs Modifier and Type Class Description classMessageLineA message line displaying a status.classProgressIndicatorA control for showing progress feedback for a long running operation.Fields in org.eclipse.jface.dialogs declared as Control Modifier and Type Field Description ControlDialog. buttonBarThe button bar;nulluntil dialog is layed out.protected ControlControlAnimator. controlthe control that will be displayed or hiddenprotected ControlDialog. dialogAreaThe dialog area;nulluntil dialog is layed out.Methods in org.eclipse.jface.dialogs that return Control Modifier and Type Method Description 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 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.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)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 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 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 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 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 ControlDialog. getButtonBar()Returns the button bar control.ControlDialogPage. getControl()Returns the top level control for this dialog page.ControlIDialogPage. getControl()Returns the top level control for this dialog page.protected ControlDialog. getDialogArea()Returns the dialog area control.protected ControlPopupDialog. getFocusControl()Returns the control that should get initial focus.Methods in org.eclipse.jface.dialogs that return types with arguments of type Control Modifier and Type Method Description protected List<Control>PopupDialog. getBackgroundColorExclusions()Return a list of controls which should never have their background color reset.protected List<Control>PopupDialog. getForegroundColorExclusions()Return a list of controls which should never have their foreground color reset.Methods in org.eclipse.jface.dialogs with parameters of type Control Modifier and Type Method Description protected voidPopupDialog. applyBackgroundColor(Color color, Control control)Set the specified background color for the specified control and all of its children.static voidDialog. applyDialogFont(Control control)Applies the dialog font to all controls that currently have the default font.protected voidPopupDialog. applyForegroundColor(Color color, Control control)Set the specified foreground color for the specified control and all of its children.ControlAnimatorAnimatorFactory. createAnimator(Control control)Deprecated.Creates a new ControlAnimator for use by JFace in animating the display of an SWT Control.static ControlEnableStateControlEnableState. disable(Control w)Saves the current enable/disable state of the given control and its descendents in the returned object; the controls are all disabled.static ControlEnableStateControlEnableState. disable(Control w, List<Control> exceptions)Saves the current enable/disable state of the given control and its descendents in the returned object except for the given list of exception cases; the controls that are saved are also disabled.protected voidDialog. initializeDialogUnits(Control control)Initializes the computation of horizontal and vertical dialog units based on the size of current font.protected voidDialogPage. initializeDialogUnits(Control testControl)Initializes the computation of horizontal and vertical dialog units based on the size of current font.protected voidDialogPage. setControl(Control newControl)Set the control for the receiver.static StringDialog. shortenText(String textValue, Control control)Try to shorten the given texttextValueso that its width in pixels does not exceed the width of the given control.Method parameters in org.eclipse.jface.dialogs with type arguments of type Control Modifier and Type Method Description static ControlEnableStateControlEnableState. disable(Control w, List<Control> exceptions)Saves the current enable/disable state of the given control and its descendents in the returned object except for the given list of exception cases; the controls that are saved are also disabled.Constructors in org.eclipse.jface.dialogs with parameters of type Control Constructor Description ControlAnimator(Control control)Constructs a new ControlAnimator instance and passes along the control that will be displayed or hidden.ControlEnableState(Control w)Creates a new object and saves in it the current enable/disable state of the given control and its descendents; the controls that are saved are also disabled.ControlEnableState(Control w, List<Control> exceptions)Creates a new object and saves in it the current enable/disable state of the given control and its descendents except for the given list of exception cases; the controls that are saved are also disabled.Constructor parameters in org.eclipse.jface.dialogs with type arguments of type Control Constructor Description ControlEnableState(Control w, List<Control> exceptions)Creates a new object and saves in it the current enable/disable state of the given control and its descendents except for the given list of exception cases; the controls that are saved are also disabled. -
Uses of Control in org.eclipse.jface.fieldassist
Methods in org.eclipse.jface.fieldassist that return Control Modifier and Type Method Description ControlIControlCreator. createControl(Composite parent, int style)Deprecated.Create a control with the specified parent and style bits.ControlTextControlCreator. createControl(Composite parent, int style)Deprecated.ControlContentProposalAdapter. getControl()Get the control on which the content proposal adapter is installed.ControlControlDecoration. getControl()Get the control that is decorated by the receiver.ControlDecoratedField. getControl()Deprecated.Get the control that is decorated by the receiver.ControlDecoratedField. getLayoutControl()Deprecated.Get the control that represents the decorated field.Methods in org.eclipse.jface.fieldassist with parameters of type Control Modifier and Type Method Description static RGBFieldAssistColors. computeErrorFieldBackgroundRGB(Control control)Deprecated.Compute the RGB of the color that should be used for the background of a control to indicate that the control has an error.StringComboContentAdapter. getControlContents(Control control)StringIControlContentAdapter. getControlContents(Control control)Get the text contents of the control.StringTextContentAdapter. getControlContents(Control control)intComboContentAdapter. getCursorPosition(Control control)intIControlContentAdapter. getCursorPosition(Control control)Get the current cursor position in the control.intTextContentAdapter. getCursorPosition(Control control)protected RectangleControlDecoration. getDecorationRectangle(Control targetControl)Return the rectangle in which the decoration should be rendered, in coordinates relative to the specified control.RectangleComboContentAdapter. getInsertionBounds(Control control)RectangleIControlContentAdapter. getInsertionBounds(Control control)Get the bounds (in pixels) of the insertion point for the control content.RectangleTextContentAdapter. getInsertionBounds(Control control)static ColorFieldAssistColors. getRequiredFieldBackgroundColor(Control control)Deprecated.Return the color that should be used for the background of a control to indicate that the control is a required field and does not have content.PointComboContentAdapter. getSelection(Control control)PointIControlContentAdapter2. getSelection(Control control)Get the current selection range in the control.PointTextContentAdapter. getSelection(Control control)voidComboContentAdapter. insertControlContents(Control control, String text, int cursorPosition)voidIControlContentAdapter. insertControlContents(Control control, String contents, int cursorPosition)Insert the specified contents into the control's current contents.voidTextContentAdapter. insertControlContents(Control control, String text, int cursorPosition)voidComboContentAdapter. setControlContents(Control control, String text, int cursorPosition)voidIControlContentAdapter. setControlContents(Control control, String contents, int cursorPosition)Set the contents of the specified control to the specified text.voidTextContentAdapter. setControlContents(Control control, String text, int cursorPosition)voidComboContentAdapter. setCursorPosition(Control control, int index)voidIControlContentAdapter. setCursorPosition(Control control, int index)Set the current cursor position in the control.voidTextContentAdapter. setCursorPosition(Control control, int position)voidComboContentAdapter. setSelection(Control control, Point range)voidIControlContentAdapter2. setSelection(Control control, Point range)Set the current selection range in the control.voidTextContentAdapter. setSelection(Control control, Point range)Constructors in org.eclipse.jface.fieldassist with parameters of type Control Constructor Description AutoCompleteField(Control control, IControlContentAdapter controlContentAdapter, String... proposals)Construct an AutoComplete field on the specified control, whose completions are characterized by the specified array of Strings.ContentProposalAdapter(Control control, IControlContentAdapter controlContentAdapter, IContentProposalProvider proposalProvider, KeyStroke keyStroke, char[] autoActivationCharacters)Construct a content proposal adapter that can assist the user with choosing content for the field.ControlDecoration(Control control, int position)Construct a ControlDecoration for decorating the specified control at the specified position relative to the control.ControlDecoration(Control control, int position, Composite composite)Construct a ControlDecoration for decorating the specified control at the specified position relative to the control. -
Uses of Control in org.eclipse.jface.layout
Methods in org.eclipse.jface.layout with parameters of type Control Modifier and Type Method Description voidGridDataFactory. applyTo(Control control)Sets the layout data on the given control.voidRowDataFactory. applyTo(Control control)Sets the layout data on the given control.static GridDataFactoryGridDataFactory. defaultsFor(Control theControl)Returns a GridDataFactory initialized with heuristicly generated defaults for the given control.static voidGridDataFactory. generate(Control theControl, int hSpan, int vSpan)Generates layout data to the given control, given the number of cells spanned by the control.static voidGridDataFactory. generate(Control theControl, Point span)Generates layout data to the given control, given the number of cells spanned by the control.Constructors in org.eclipse.jface.layout with parameters of type Control Constructor Description PixelConverter(Control control)Create a PixelConverter which will convert device-independent units to pixels using the font of the specified control. -
Uses of Control in org.eclipse.jface.notifications
Methods in org.eclipse.jface.notifications that return Control Modifier and Type Method Description protected ControlAbstractNotificationPopup. createContents(Composite parent) -
Uses of Control in org.eclipse.jface.preference
Methods in org.eclipse.jface.preference that return Control Modifier and Type Method Description 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 ControlPreferenceDialog. createDialogArea(Composite parent)protected ControlPreferenceDialog. createTreeAreaContents(Composite parent)ControlBooleanFieldEditor. getDescriptionControl(Composite parent)Returns the control responsible for displaying this field editor's label.ControlFontFieldEditor. getPreviewControl()Returns the preview control for this field editor.Methods in org.eclipse.jface.preference with parameters of type Control Modifier and Type Method Description 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 PointColorFieldEditor. computeImageSize(Control window)Computes the size of the color image displayed on the button.protected intFieldEditor. convertHorizontalDLUsToPixels(Control control, int dlus)Returns the number of pixels corresponding to the given number of horizontal dialog units.protected intFieldEditor. convertVerticalDLUsToPixels(Control control, int dlus)Returns the number of pixels corresponding to the given number of vertical dialog units.protected SashPreferenceDialog. createSash(Composite composite, Control rightControl)Create the sash with right control on the right.protected voidPreferenceDialog. layoutTreeAreaControl(Control control) -
Uses of Control in org.eclipse.jface.resource
Methods in org.eclipse.jface.resource with parameters of type Control Modifier and Type Method Description static voidJFaceColors. setColors(Control control, Color foreground, Color background)Set the foreground and background colors of the control to the specified values.Constructors in org.eclipse.jface.resource with parameters of type Control Constructor Description LocalResourceManager(ResourceManager parentRegistry, Control owner)Creates a local registry that wraps the given global registry. -
Uses of Control in org.eclipse.jface.text
Methods in org.eclipse.jface.text that return Control Modifier and Type Method Description ControlITextViewerExtension. getControl()Returns the control of this viewer.ControlTextViewer. getControl()protected ControlAbstractInformationControlManager. getSubjectControl()Returns the subject control of this manager/information control.Methods in org.eclipse.jface.text with parameters of type Control Modifier and Type Method Description protected PointAbstractInformationControlManager. computeSizeConstraints(Control subjectControl, IInformationControl informationControl)Computes the size constraints of the information control in points based on the default font of the given subject control as well as the size constraints in character width.protected PointAbstractInformationControlManager. computeSizeConstraints(Control subjectControl, Rectangle subjectArea, IInformationControl informationControl)Computes the size constraints of the information control in points.booleanAbstractInformationControl. containsControl(Control control)booleanIInformationControlExtension5. containsControl(Control control)Tests whether the given control is this information control or a child of this information control.static intJFaceTextUtil. getAverageCharWidth(Control control)Returns the average character width of the given control's font.voidAbstractHoverInformationControlManager. install(Control subjectControl)voidAbstractHoverInformationControlManager. install(Control subjectControl, Control areaControl)Installs this manager on the given subject control.voidAbstractInformationControlManager. install(Control subjectControl)Installs this manager on the given control.voidAbstractInformationControlManager.IInformationControlCloser. setSubjectControl(Control subject)Sets the closer's subject control. -
Uses of Control in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source that return Control Modifier and Type Method Description ControlAbstractRulerColumn. createControl(CompositeRuler parentRuler, Composite parentControl)ControlAnnotationRulerColumn. createControl(CompositeRuler parentRuler, Composite parentControl)ControlChangeRulerColumn. createControl(CompositeRuler parentRuler, Composite parentControl)ControlCompositeRuler. createControl(Composite parent, ITextViewer textViewer)ControlIVerticalRuler. createControl(Composite parent, ITextViewer textViewer)Creates the ruler's SWT control.ControlIVerticalRulerColumn. createControl(CompositeRuler parentRuler, Composite parentControl)Creates the column's SWT control.ControlLineNumberChangeRulerColumn. createControl(CompositeRuler parentRuler, Composite parentControl)ControlLineNumberRulerColumn. createControl(CompositeRuler parentRuler, Composite parentControl)ControlOverviewRuler. createControl(Composite parent, ITextViewer textViewer)ControlVerticalRuler. createControl(Composite parent, ITextViewer textViewer)ControlAbstractRulerColumn. getControl()ControlAnnotationRulerColumn. getControl()ControlChangeRulerColumn. getControl()ControlCompositeRuler. getControl()ControlIVerticalRulerColumn. getControl()Returns the column's SWT control.ControlIVerticalRulerInfo. getControl()Returns the ruler's SWT control.ControlLineNumberRulerColumn. getControl()ControlOverviewRuler. getControl()ControlSourceViewer. getControl()ControlVerticalRuler. getControl()ControlIOverviewRuler. getHeaderControl()Returns this rulers header control.ControlOverviewRuler. getHeaderControl()Methods in org.eclipse.jface.text.source with parameters of type Control Modifier and Type Method Description protected PointAnnotationBarHoverManager. computeSizeConstraints(Control subjectControl, Rectangle subjectArea, IInformationControl informationControl)voidAnnotationBarHoverManager.Closer. setSubjectControl(Control control)Deprecated. -
Uses of Control in org.eclipse.jface.util
Methods in org.eclipse.jface.util with parameters of type Control Modifier and Type Method Description static voidBidiUtils. applyTextDirection(Control control, String textDirection)Applies a Base Text Direction to the given control (and its descendants, if it's aComposite).static RectangleGeometry. toControl(Control coordinateSystem, Rectangle toConvert)Converts the given rectangle from display coordinates to the local coordinate system of the given object into display coordinates.static RectangleGeometry. toDisplay(Control coordinateSystem, Rectangle toConvert)Converts the given rectangle from the local coordinate system of the given object into display coordinates.Constructors in org.eclipse.jface.util with parameters of type Control Constructor Description OpenStrategy(Control control) -
Uses of Control in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers that return Control Modifier and Type Method Description protected ControlColorCellEditor. createContents(Composite cell)protected ControlDialogCellEditor. createContents(Composite cell)Creates the controls used to show the value of this cell editor.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)ControlCellEditor. getControl()Returns the control used to implement this cell editor.ControlComboViewer. getControl()ControlListViewer. getControl()ControlTableViewer. getControl()ControlTableViewerRow. getControl()ControlTreeViewer. getControl()ControlTreeViewerRow. getControl()abstract ControlViewer. getControl()Returns the primary control associated with this viewer.ControlViewerCell. getControl()Get the control for this cell.abstract ControlViewerRow. getControl()Get the Control for the receiver.Methods in org.eclipse.jface.viewers with parameters of type Control Modifier and Type Method Description protected voidAbstractTreeViewer. addSelectionListener(Control control, SelectionListener listener)Deprecated.protected abstract voidAbstractTreeViewer. addTreeListener(Control control, TreeListener listener)Adds the given SWT tree listener to the given SWT control.protected voidTreeViewer. addTreeListener(Control c, TreeListener listener)protected abstract intAbstractTreeViewer. getItemCount(Control control)Returns the number of child items of the given SWT control.protected intTreeViewer. getItemCount(Control widget)protected abstract Item[]AbstractTreeViewer. getSelection(Control control)Returns all selected items for the given SWT control.protected Item[]TreeViewer. getSelection(Control widget)protected voidAbstractTableViewer. hookControl(Control control)protected voidAbstractTreeViewer. hookControl(Control control)protected voidColumnViewer. hookControl(Control control)protected voidContentViewer. hookControl(Control control)Adds event listener hooks to the given control.protected voidStructuredViewer. hookControl(Control control)protected voidTreeViewer. hookControl(Control control)protected voidColumnViewer. hookEditingSupport(Control control)Hook up the editing support.protected voidAbstractTreeViewer. internalInitializeTree(Control tree)Initializes the tree with root items, expanding to the appropriate level if necessary.protected voidTreeViewer. internalInitializeTree(Control widget)protected ObjectColorCellEditor. openDialogBox(Control cellEditorWindow)protected abstract ObjectDialogCellEditor. openDialogBox(Control cellEditorWindow)Opens a dialog box under the given parent control and returns the dialog's value when it closes, ornullif the dialog was canceled or no selection was made in the dialog.protected abstract voidAbstractTreeViewer. removeAll(Control control)Removes all items from the given control.protected voidTreeViewer. removeAll(Control widget)protected abstract voidColumnViewerEditor. setEditor(Control w, Item item, int fColumnNumber)Position the editor inside the controlprotected voidTableViewerEditor. setEditor(Control w, Item item, int columnNumber)protected voidTreeViewerEditor. setEditor(Control w, Item item, int fColumnNumber) -
Uses of Control in org.eclipse.jface.window
Methods in org.eclipse.jface.window that return Control Modifier and Type Method Description protected 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 ControlWindow. getContents()Returns the top level control for this window.protected ControlApplicationWindow. getCoolBarControl()Returns the control for the window's cool bar.protected ControlApplicationWindow. getToolBarControl()Returns the control for the window's toolbar.Constructors in org.eclipse.jface.window with parameters of type Control Constructor Description DefaultToolTip(Control control)Create new instance which add TooltipSupport to the widgetDefaultToolTip(Control control, int style, boolean manualActivation)Create new instance which add TooltipSupport to the widgetSameShellProvider(Control targetControl)Returns a shell provider that always returns the current shell for the given control.ToolTip(Control control)Create new instance which add TooltipSupport to the widgetToolTip(Control control, int style, boolean manualActivation) -
Uses of Control in org.eclipse.jface.wizard
Subclasses of Control in org.eclipse.jface.wizard Modifier and Type Class Description classProgressMonitorPartA standard implementation of an IProgressMonitor.Fields in org.eclipse.jface.wizard declared as Control Modifier and Type Field Description protected ControlProgressMonitorPart. fCancelComponentthe cancel componentMethods in org.eclipse.jface.wizard that return Control Modifier and Type Method Description 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)Methods in org.eclipse.jface.wizard with parameters of type Control Modifier and Type Method Description voidProgressMonitorPart. attachToCancelComponent(Control cancelComponent)Attaches the progress monitor part to the given cancel component.voidWizardDialog.PageContainerFillLayout. layoutPage(Control w)Lays outs the page according to this layout.voidProgressMonitorPart. removeFromCancelComponent(Control cancelComponent)Detach the progress monitor part from the given cancel component.voidWizardDialog.PageContainerFillLayout. setPageLocation(Control w)Sets the location of the page so that its origin is in the upper left corner. -
Uses of Control in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring that return Control Modifier and Type Method Description ControlIChangePreviewViewer. getControl()Returns the preview viewer's SWT control.ControlIStatusContextViewer. getControl()Returns the status context viewer's SWT control.ControlTextStatusContextViewer. getControl() -
Uses of Control in org.eclipse.ltk.ui.refactoring.history
Methods in org.eclipse.ltk.ui.refactoring.history that return Control Modifier and Type Method Description ControlIRefactoringHistoryControl. getControl()Returns the SWT control of this refactoring history control. -
Uses of Control in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text that return Control Modifier and Type Method Description ControlAbstractTextSearchViewPage. getControl() -
Uses of Control in org.eclipse.swt.accessibility
Methods in org.eclipse.swt.accessibility that return Control Modifier and Type Method Description ControlAccessible. getControl()Returns the control for this Accessible object.Methods in org.eclipse.swt.accessibility with parameters of type Control Modifier and Type Method Description static AccessibleAccessible. internal_new_Accessible(Control control)Invokes platform specific functionality to allocate a new accessible object. -
Uses of Control in org.eclipse.swt.browser
Subclasses of Control in org.eclipse.swt.browser Modifier and Type Class Description classBrowserInstances of this class implement the browser user interface metaphor. -
Uses of Control in org.eclipse.swt.custom
Subclasses of Control in org.eclipse.swt.custom Modifier and Type Class Description classAnimatedProgressDeprecated.As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE Styles:VERTICAL, HORIZONTAL, BORDERclassCBannerInstances of this class implement a Composite that lays out its children and allows programmatic control of the layout.classCComboThe 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.classCLabelA Label which supports aligned text and/or an image and different border styles.classCTabFolderInstances of this class implement the notebook user interface metaphor.classSashFormThe 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.classScrolledCompositeA ScrolledComposite provides scrollbars and will scroll its content when the user uses the scrollbars.classStyledTextA StyledText is an editable user interface object that displays lines of text.classTableCursorA TableCursor provides a way for the user to navigate around a Table using the keyboard.classTreeCursorA TreeCursor provides a way for the user to navigate around a Tree with columns using the keyboard.classViewFormInstances of this class implement a Composite that positions and sizes children and allows programmatic control of layout and border parameters.Fields in org.eclipse.swt.custom declared as Control Modifier and Type Field Description ControlStackLayout. topControltopControl the Control that is displayed at the top of the stack.Methods in org.eclipse.swt.custom that return Control Modifier and Type Method Description ControlCBanner. getBottom()Returns the Control that appears on the bottom side of the banner.Control[]CCombo. getChildren()ControlScrolledComposite. getContent()Get the content that is being scrolled.ControlViewForm. getContent()Returns the content area.ControlCTabItem. getControl()Gets the control that is displayed in the content area of the tab item.ControlControlEditor. getEditor()Returns the Control that is displayed above the composite being edited.ControlCBanner. getLeft()Returns the Control that appears on the left side of the banner.ControlSashForm. getMaximizedControl()Answer the control that currently is maximized in the SashForm.ControlCBanner. getRight()Returns the Control that appears on the right side of the banner.ControlViewForm. getTopCenter()Returns Control that appears in the top center of the pane.ControlViewForm. getTopLeft()Returns the Control that appears in the top left corner of the pane.ControlCTabFolder. getTopRight()Returns the control in the top right corner of the tab folder.ControlViewForm. getTopRight()Returns the control in the top right corner of the pane.Methods in org.eclipse.swt.custom with parameters of type Control Modifier and Type Method Description protected booleanStackLayout. flushCache(Control control)voidCBanner. setBottom(Control control)Set the control that appears on the bottom side of the banner.voidScrolledComposite. setContent(Control content)Set the content that will be scrolled.voidViewForm. setContent(Control content)Sets the content.voidCTabItem. setControl(Control control)Sets the control that is used to fill the client area of the tab folder when the user selects the tab item.voidControlEditor. setEditor(Control editor)Specify the Control that is to be displayed.voidTableEditor. setEditor(Control editor)voidTableEditor. setEditor(Control editor, TableItem item, int column)Specify the Control that is to be displayed and the cell in the table that it is to be positioned above.voidTreeEditor. setEditor(Control editor)voidTreeEditor. setEditor(Control editor, TreeItem item)Specify the Control that is to be displayed and the cell in the tree that it is to be positioned above.voidTreeEditor. setEditor(Control editor, TreeItem item, int column)Specify the Control that is to be displayed and the cell in the tree that it is to be positioned above.voidCBanner. setLeft(Control control)Set the control that appears on the left side of the banner.voidSashForm. setMaximizedControl(Control control)Specify the control that should take up the entire client area of the SashForm.voidCBanner. setRight(Control control)Set the control that appears on the right side of the banner.voidViewForm. setTopCenter(Control topCenter)Set the control that appears in the top center of the pane.voidViewForm. setTopLeft(Control c)Set the control that appears in the top left corner of the pane.voidCTabFolder. setTopRight(Control control)Set the control that appears in the top right corner of the tab folder.voidCTabFolder. setTopRight(Control control, int alignment)Set the control that appears in the top right corner of the tab folder.voidViewForm. setTopRight(Control c)Set the control that appears in the top right corner of the pane.voidScrolledComposite. showControl(Control control)Scrolls the content of the receiver so that the control is visible. -
Uses of Control in org.eclipse.swt.dnd
Methods in org.eclipse.swt.dnd that return Control Modifier and Type Method Description ControlDragSource. getControl()Returns the Control which is registered for this DragSource.ControlDragSourceEffect. getControl()Returns the Control which is registered for this DragSourceEffect.ControlDropTarget. getControl()Returns the Control which is registered for this DropTarget.ControlDropTargetEffect. getControl()Returns the Control which is registered for this DropTargetEffect.Constructors in org.eclipse.swt.dnd with parameters of type Control Constructor Description DragSource(Control control, int style)Creates a newDragSourceto handle dragging from the specifiedControl.DragSourceEffect(Control control)Creates a newDragSourceEffectto handle drag effect from the specifiedControl.DropTarget(Control control, int style)Creates a newDropTargetto allow data to be dropped on the specifiedControl.DropTargetEffect(Control control)Creates a newDropTargetEffectto handle the drag under effect on the specifiedControl. -
Uses of Control in org.eclipse.swt.layout
Fields in org.eclipse.swt.layout declared as Control Modifier and Type Field Description ControlFormAttachment. controlcontrol specifies the control to which the control side is attached.Methods in org.eclipse.swt.layout with parameters of type Control Modifier and Type Method Description protected booleanFillLayout. flushCache(Control control)protected booleanFormLayout. flushCache(Control control)protected booleanGridLayout. flushCache(Control control)protected booleanRowLayout. flushCache(Control control)Constructors in org.eclipse.swt.layout with parameters of type Control Constructor Description FormAttachment(Control control)Constructs a new instance of this class given a control.FormAttachment(Control control, int offset)Constructs a new instance of this class given a control and an offset.FormAttachment(Control control, int offset, int alignment)Constructs a new instance of this class given a control, an offset and an alignment. -
Uses of Control in org.eclipse.swt.ole.win32
Subclasses of Control in org.eclipse.swt.ole.win32 Modifier and Type Class Description classOleClientSiteOleClientSite provides a site to manage an embedded OLE Document within a container.classOleControlSiteOleControlSite provides a site to manage an embedded ActiveX Control within a container.classOleFrameOleFrame is an OLE Container's top level frame. -
Uses of Control in org.eclipse.swt.opengl
Subclasses of Control in org.eclipse.swt.opengl Modifier and Type Class Description classGLCanvasGLCanvas is a widget capable of displaying OpenGL content. -
Uses of Control in org.eclipse.swt.widgets
Subclasses of Control in org.eclipse.swt.widgets Modifier and Type Class Description classButtonInstances of this class represent a selectable user interface object that issues notification when pressed and released.classCanvasInstances of this class provide a surface for drawing arbitrary graphics.classComboInstances 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.classCompositeInstances of this class are controls which are capable of containing other controls.classCoolBarInstances of this class provide an area for dynamically positioning the items they contain.classDateTimeInstances of this class are selectable user interface objects that allow the user to enter and modify date or time values.classDecorationsInstances of this class provide the appearance and behavior ofShells, but are not top level shells or dialogs.classExpandBarInstances of this class support the layout of selectable expand bar items.classGroupInstances of this class provide an etched border with an optional title.classLabelInstances of this class represent a non-selectable user interface object that displays a string or image.classLinkInstances of this class represent a selectable user interface object that displays a text with links.classListInstances of this class represent a selectable user interface object that displays a list of strings and issues notification when a string is selected.classProgressBarInstances of the receiver represent an unselectable user interface object that is used to display progress, typically in the form of a bar.classSashInstances of the receiver represent a selectable user interface object that allows the user to drag a rubber banded outline of the sash within the parent control.classScaleInstances of the receiver represent a selectable user interface object that present a range of continuous numeric values.classScrollableThis class is the abstract superclass of all classes which represent controls that have standard scroll bars.classShellInstances of this class represent the "windows" which the desktop or "window manager" is managing.classSliderInstances of this class are selectable user interface objects that represent a range of positive, numeric values.classSpinnerInstances of this class are selectable user interface objects that allow the user to enter and modify numeric values.classTabFolderInstances of this class implement the notebook user interface metaphor.classTableInstances of this class implement a selectable user interface object that displays a list of images and strings and issues notification when selected.classTextInstances of this class are selectable user interface objects that allow the user to enter and modify text.classToolBarInstances of this class support the layout of selectable tool bar items.classTreeInstances 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 Control Modifier and Type Method Description Control[]Composite. getChildren()Returns a (possibly empty) array containing the receiver's children.ControlCoolItem. getControl()Returns the control that is associated with the receiver.ControlExpandItem. getControl()Returns the control that is shown when the item is expanded.ControlTabItem. getControl()Returns the control that is used to fill the client area of the tab folder when the user selects the tab item.ControlToolItem. getControl()Returns the control that is used to fill the bounds of the item when the item is aSEPARATOR.ControlDisplay. getCursorControl()Returns the control which the on-screen pointer is currently over top of, or null if it is not currently over one of the controls built by the currently running application.ControlDisplay. getFocusControl()Returns the control which currently has keyboard focus, or null if keyboard events are not currently going to any of the controls built by the currently running application.Control[]Composite. getTabList()Gets the (possibly empty) tabbing order for the control.Methods in org.eclipse.swt.widgets with parameters of type Control Modifier and Type Method Description voidComposite. changed(Control[] changed)Deprecated.useComposite.layout(Control[], int)insteadprotected booleanLayout. flushCache(Control control)Instruct the layout to flush any cached values associated with the control specified in the argumentcontrol.voidComposite. layout(Control[] changed)Forces a lay out (that is, sets the size and location) of all widgets that are in the parent hierarchy of the changed control up to and including the receiver.voidComposite. layout(Control[] changed, int flags)Forces a lay out (that is, sets the size and location) of all widgets that are in the parent hierarchy of the changed control up to and including the receiver.PointDisplay. map(Control from, Control to, int x, int y)Maps a point from one coordinate system to another.RectangleDisplay. map(Control from, Control to, int x, int y, int width, int height)Maps a point from one coordinate system to another.PointDisplay. map(Control from, Control to, Point point)Maps a point from one coordinate system to another.RectangleDisplay. map(Control from, Control to, Rectangle rectangle)Maps a point from one coordinate system to another.voidControl. moveAbove(Control control)Moves the receiver above the specified control in the drawing order.voidControl. moveBelow(Control control)Moves the receiver below the specified control in the drawing order.voidCoolItem. setControl(Control control)Sets the control that is associated with the receiver to the argument.voidExpandItem. setControl(Control control)Sets the control that is shown when the item is expanded.voidTabItem. setControl(Control control)Sets the control that is used to fill the client area of the tab folder when the user selects the tab item.voidToolItem. setControl(Control control)Sets the control that is used to fill the bounds of the item when the item is aSEPARATOR.voidComposite. setTabList(Control[] tabList)Sets the tabbing order for the specified controls to match the order that they occur in the argument list.Constructors in org.eclipse.swt.widgets with parameters of type Control Constructor Description Menu(Control parent)Constructs a new instance of this class given its parent, and sets the style for the instance so that the instance will be a popup menu on the given parent's shell. -
Uses of Control in org.eclipse.team.ui
Methods in org.eclipse.team.ui that return Control Modifier and Type Method Description 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.ControlPageSaveablePart. getControl()Deprecated.Returns the primary control for this part. -
Uses of Control in org.eclipse.team.ui.history
Methods in org.eclipse.team.ui.history that return Control Modifier and Type Method Description protected ControlHistoryPageSaveablePart. createPage(Composite parent, ToolBarManager toolBarManager)Deprecated. -
Uses of Control in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return Control Modifier and Type Method Description ControlParticipantPageCompareEditorInput. createContents(Composite parent)protected ControlParticipantPageDialog. createDialogArea(Composite parent2)Deprecated.protected ControlParticipantPageSaveablePart. createPage(Composite parent, ToolBarManager toolBarManager)Deprecated.ControlParticipantPagePane. createPartControl(Composite parent) -
Uses of Control in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type Control Modifier and Type Method Description MenuIWorkbenchWindowPulldownDelegate. getMenu(Control parent)Returns the menu for this pull down action. -
Uses of Control in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type Control Modifier and Type Method Description protected PointQuickMenuCreator. computeMenuLocation(Control focus)Determine the optimal point for this menu to appear. -
Uses of Control in org.eclipse.ui.activities
Methods in org.eclipse.ui.activities that return Control Modifier and Type Method Description protected ControlActivitiesPreferencePage. createContents(Composite parent)protected ControlActivityCategoryPreferencePage. createContents(Composite parent) -
Uses of Control in org.eclipse.ui.application
Methods in org.eclipse.ui.application that return Control Modifier and Type Method Description ControlIWorkbenchWindowConfigurer. createCoolBarControl(Composite parent)Deprecated.This method is no longer used.ControlWorkbenchWindowAdvisor. createEmptyWindowContents(Composite parent)Deprecated.This method is no longer used.ControlIWorkbenchWindowConfigurer. createPageComposite(Composite parent)Deprecated.This method is no longer used.ControlIWorkbenchWindowConfigurer. createStatusLineControl(Composite parent)Deprecated.This method is no longer used. -
Uses of Control in org.eclipse.ui.cheatsheets
Methods in org.eclipse.ui.cheatsheets that return Control Modifier and Type Method Description ControlICheatSheetViewer. getControl()Returns the primary control associated with this viewer. -
Uses of Control in org.eclipse.ui.console
Methods in org.eclipse.ui.console that return Control Modifier and Type Method Description ControlTextConsolePage. getControl() -
Uses of Control in org.eclipse.ui.dialogs
Subclasses of Control in org.eclipse.ui.dialogs Modifier and Type Class Description classFilteredListA composite widget which holds a list of elements for user selection.classFilteredTreeA simple control that provides a text widget and a tree viewer.Fields in org.eclipse.ui.dialogs declared as Control Modifier and Type Field Description protected ControlFilteredTree. clearButtonControlNote: As of 4.13 not used anymoreMethods in org.eclipse.ui.dialogs that return Control Modifier and Type Method Description protected ControlSelectionStatusDialog. createButtonBar(Composite parent)protected ControlProjectLocationMoveDialog. createContents(Composite parent)protected ControlSaveAsDialog. createContents(Composite parent)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 ControlFileSelectionDialog. createDialogArea(Composite parent)Deprecated.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)ControlTwoPaneElementSelector. 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 ControlFilteredTree. createTreeControl(Composite parent, int style)Creates and set up the tree and tree viewer.ControlPreferenceLinkArea. getControl()Return the control for the receiver.ControlFilteredItemsSelectionDialog. getPatternControl()Get the control where the search pattern is entered. -
Uses of Control in org.eclipse.ui.dnd
Methods in org.eclipse.ui.dnd with parameters of type Control Modifier and Type Method Description voidIDragAndDropService. addMergedDropTarget(Control control, int ops, Transfer[] transfers, DropTargetListener listener)Causes a drop target to be added to the given control that respects the existing site's drop behaviour in addition to the behaviour being specified for the given control.voidIDragAndDropService. removeMergedDropTarget(Control control)Remove any previously 'merged' drop target for this Control -
Uses of Control in org.eclipse.ui.fieldassist
Constructors in org.eclipse.ui.fieldassist with parameters of type Control Constructor Description ContentAssistCommandAdapter(Control control, IControlContentAdapter controlContentAdapter, IContentProposalProvider proposalProvider, String commandId, char[] autoActivationCharacters)Construct a content proposal adapter that can assist the user with choosing content for the field.ContentAssistCommandAdapter(Control control, IControlContentAdapter controlContentAdapter, IContentProposalProvider proposalProvider, String commandId, char[] autoActivationCharacters, boolean installDecoration)Construct a content proposal adapter that can assist the user with choosing content for the field. -
Uses of Control in org.eclipse.ui.forms
Methods in org.eclipse.ui.forms that return Control Modifier and Type Method Description protected ControlFormDialog. createButtonBar(Composite parent)protected ControlFormDialog. createDialogArea(Composite parent)ControlIMessage. getControl()Returns the control this message is associated with.Methods in org.eclipse.ui.forms with parameters of type Control Modifier and Type Method Description voidIMessageManager. addMessage(Object key, String messageText, Object data, int type, Control control)Adds a message that should be associated with the provided control.StringIMessagePrefixProvider. getPrefix(Control control)Returns the computed prefix for the provided control.voidIMessageManager. removeMessage(Object key, Control control)Removes a keyed message associated with the provided control.voidIMessageManager. removeMessages(Control control)Removes all the messages associated with the provided control. -
Uses of Control in org.eclipse.ui.forms.editor
Methods in org.eclipse.ui.forms.editor that return Control Modifier and Type Method Description ControlFormPage. getPartControl()Returns the form page control.ControlIFormPage. getPartControl()Returns the control associated with this page.Methods in org.eclipse.ui.forms.editor with parameters of type Control Modifier and Type Method Description voidFormEditor. addPage(int index, Control control)Adds a simple SWT control as a page.intFormEditor. addPage(Control control)Adds a simple SWT control as a page. -
Uses of Control in org.eclipse.ui.forms.widgets
Subclasses of Control in org.eclipse.ui.forms.widgets Modifier and Type Class Description classAbstractHyperlinkThis is the base class for custom hyperlink widget.classExpandableCompositeThis composite is capable of expanding or collapsing a single client that is its direct child.classFormForm is a custom control that renders a title and an optional background image above the body composite.classFormTextThis class is a read-only text control that is capable of rendering wrapped text.classHyperlinkHyperlink is a concrete implementation of the abstract base class that draws text in the client area.classImageHyperlinkThis class extends hyperlink widget by adding the capability to render an image relative to the text.classScrolledFormScrolledForm is a control that is capable of scrolling an instance of the Form class.classScrolledFormTextScrolledFormText is a control that is capable of scrolling an instance of the FormText class.classScrolledPageBookScrolledPageBook is a class that is capable of stacking several composites (pages), while showing one at a time.classSectionA variation of the expandable composite that adds optional description below the title.classSharedScrolledCompositeThis class is used to provide common scrolling services to a number of controls in the toolkit.classToggleHyperlinkA custom selectable control that can be used to control areas that can be expanded or collapsed.classTreeNodeA custom selectable control that can be used to control areas that can be expanded or collapsed.classTwistieA custom selectable control that can be used to control areas that can be expanded or collapsed.Fields in org.eclipse.ui.forms.widgets declared as Control Modifier and Type Field Description protected ControlExpandableComposite. textLabelThe text label for the title.Methods in org.eclipse.ui.forms.widgets that return Control Modifier and Type Method Description ControlExpandableComposite. getClient()Returns the current expandable client.ControlSizeCache. getControl()Returns the control whose size is being cachedControlScrolledPageBook. getCurrentPage()Returns the page currently showing.protected ControlExpandableComposite. getDescriptionControl()Returns description control that will be placed under the title if present.ControlSection. getDescriptionControl()Returns the control used to render the description.ControlForm. getHeadClient()Returns the optional head client if set.protected ControlExpandableComposite. getSeparatorControl()Returns the separator control that will be placed between the title and the description if present.ControlSection. getSeparatorControl()Returns the control that is used as a separator between the title and the client, or null if not set.ControlExpandableComposite. getTextClient()Returns the text client control.Methods in org.eclipse.ui.forms.widgets with parameters of type Control Modifier and Type Method Description voidFormToolkit. adapt(Control control, boolean trackFocus, boolean trackKeyboard)Adapts a control to be used in a form that is associated with this toolkit.static voidFormToolkit. ensureVisible(Control c)A helper method that ensures the provided control is visible when ScrolledComposite is somewhere in the parent chain.voidScrolledPageBook. registerPage(Object key, Control page)Registers a page under the privided key to be managed by the page book.voidExpandableComposite. setClient(Control client)Sets the client of this expandable composite.voidScrolledForm. setContent(Control c)The form sets the content widget.voidScrolledFormText. setContent(Control c)The class sets the content widget.voidSharedScrolledComposite. setContent(Control content)Overrides 'super' to pass the proper colors and fontvoidFormText. setControl(String key, Control control)Registers the control referenced by the provided key.voidSizeCache. setControl(Control newControl)Sets the control whose size is being cached.voidLayoutCache. setControls(Control[] controls)Sets the controls that are being cached here.static voidFormToolkit. setControlVisible(Control c, boolean verticalOnly)A utility method that ensures that the control is visible in the scrolled composite.voidSection. setDescriptionControl(Control descriptionControl)Sets the description control of this section.voidForm. setHeadClient(Control headClient)Sets the optional head client.voidScrolledForm. setHeadClient(Control headClient)Sets the optional head client.voidSection. setSeparatorControl(Control separator)Sets the separator control of this section.voidExpandableComposite. setTextClient(Control textClient)Sets the text client control.Method parameters in org.eclipse.ui.forms.widgets with type arguments of type Control Modifier and Type Method Description SectionFactorySectionFactory. description(Function<Section,Control> controlFunction)Sets a function which must provide a description control for the given Section.Constructors in org.eclipse.ui.forms.widgets with parameters of type Control Constructor Description LayoutCache(Control[] controls)Creates a cache for the given array of controlsSizeCache(Control control)Creates a cache for size computations on the given control -
Uses of Control in org.eclipse.ui.help
Methods in org.eclipse.ui.help with parameters of type Control Modifier and Type Method Description voidIWorkbenchHelpSystem. setHelp(Control control, String helpContextId)Sets the given help id on the given control. -
Uses of Control in org.eclipse.ui.ide.dialogs
Methods in org.eclipse.ui.ide.dialogs that return Control Modifier and Type Method Description protected ControlImportTypeDialog. createDialogArea(Composite parent)protected ControlPathVariableSelectionDialog. createDialogArea(Composite parent)protected ControlImportTypeDialog. createMessageArea(Composite parent) -
Uses of Control in org.eclipse.ui.intro.config
Methods in org.eclipse.ui.intro.config that return Control Modifier and Type Method Description ControlCustomizableIntroPart. getControl()Returns the primary control associated with this Intro part.ControlIStandbyContentPart. getControl()Returns the primary control associated with this standby part. -
Uses of Control in org.eclipse.ui.menus
Methods in org.eclipse.ui.menus that return Control Modifier and Type Method Description ControlWorkbenchWindowControlContribution. delegateCreateControl(Composite parent)Important: This method is *NOT* to be used/extended by clients. -
Uses of Control in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator with parameters of type Control Modifier and Type Method Description protected voidCommonViewer. hookControl(Control control) -
Uses of Control in org.eclipse.ui.part
Subclasses of Control in org.eclipse.ui.part Modifier and Type Class Description classDrillDownCompositeClassDrillDownCompositeimplements a simple web style navigation metaphor.classPageBookA pagebook is a composite control where only a single control is visible at a time.Methods in org.eclipse.ui.part that return Control Modifier and Type Method Description ControlIPage. getControl()Returns the SWT control for this page.ControlMessagePage. getControl()protected ControlMultiPageEditorPart. getControl(int pageIndex)Returns the control for the given page index, ornullif no control has been set for the page.abstract ControlPage. getControl()ThePageimplementation of thisIPagemethod returnsnull.Methods in org.eclipse.ui.part with parameters of type Control Modifier and Type Method Description voidMultiPageEditorPart. addPage(int index, Control control)Creates and adds a new page containing the given control to this multi-page editor.intMultiPageEditorPart. addPage(Control control)Creates and adds a new page containing the given control to this multi-page editor.protected CTabItemMultiPageEditorPart. createItem(int index, Control control)Creates a tab item at the given index and places the given control in the new item.protected voidMultiPageEditorPart. setControl(int pageIndex, Control control)Sets the control for the given page index.voidPageBook. showPage(Control page)Shows the given page. -
Uses of Control in org.eclipse.ui.preferences
Methods in org.eclipse.ui.preferences that return Control Modifier and Type Method Description 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 Control in org.eclipse.ui.statushandlers
Methods in org.eclipse.ui.statushandlers that return Control Modifier and Type Method Description 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 Control in org.eclipse.ui.swt
Methods in org.eclipse.ui.swt with parameters of type Control Modifier and Type Method Description voidIFocusService. addFocusTracker(Control control, String id)A Control for which the service will track focus.voidIFocusService. removeFocusTracker(Control control)No longer track focus events for this control. -
Uses of Control in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return Control Modifier and Type Method Description protected ControlAbstractDecoratedTextEditor. createStatusControl(Composite parent, IStatus status)protected ControlStatusTextEditor. createStatusControl(Composite parent, IStatus status)Creates the status control for the given status.ControlInfoForm. getControl()Deprecated.Returns the control of this form. -
Uses of Control in org.eclipse.ui.texteditor.spelling
Methods in org.eclipse.ui.texteditor.spelling that return Control Modifier and Type Method Description ControlISpellingPreferenceBlock. createControl(Composite parent)Creates the control that will be displayed on the preference page. -
Uses of Control in org.eclipse.ui.texteditor.templates
Methods in org.eclipse.ui.texteditor.templates that return Control Modifier and Type Method Description protected ControlTemplatePreferencePage. createContents(Composite ancestor)protected ControlTemplatePreferencePage.EditTemplateDialog. createDialogArea(Composite ancestor)ControlAbstractTemplatesPage. getControl() -
Uses of Control in org.eclipse.ui.views.contentoutline
Methods in org.eclipse.ui.views.contentoutline that return Control Modifier and Type Method Description ControlContentOutlinePage. getControl() -
Uses of Control in org.eclipse.ui.views.markers
Methods in org.eclipse.ui.views.markers with parameters of type Control Modifier and Type Method Description intMarkerField. getDefaultColumnWidth(Control control)Get the number of characters that should be reserved for the receiver.protected voidFilterConfigurationArea. initializeFontMetrics(Control control)InitialiseFontMetricsfor the receiver. -
Uses of Control in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties that return Control Modifier and Type Method Description ControlPropertySheetPage. getControl() -
Uses of Control in org.eclipse.ui.views.properties.tabbed
Methods in org.eclipse.ui.views.properties.tabbed that return Control Modifier and Type Method Description ControlTabbedPropertySheetPage. getControl()
-