Uses of Class
org.eclipse.swt.widgets.Control
Package
Description
-
Uses of Control in org.eclipse.nebula.jface.gridviewer
Modifier and TypeMethodDescriptionGridTableViewer.getControl()
GridTreeViewer.getControl()
GridViewerRow.getControl()
Modifier and TypeMethodDescriptionprotected void
GridTreeViewer.addTreeListener
(Control control, TreeListener listener) protected int
GridTreeViewer.getItemCount
(Control control) protected Item[]
GridTreeViewer.getSelection
(Control control) protected void
protected void
FIXME -
Uses of Control in org.eclipse.nebula.widgets.grid
Modifier and TypeClassDescriptionclass
Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notification when selected. -
Uses of Control in org.eclipse.nebula.widgets.richtext
Modifier and TypeClassDescriptionclass
Rich Text Editor control that wraps CKEditor, a web-based WYSIWYG/Rich-Text editor. -
Uses of Control in org.eclipse.rap.rwt.theme
Modifier and TypeMethodDescriptionControlThemeAdapter.getBackground
(Control control) Returns the default background color that the specified control will use if no user-defined background color has been set usingsetBackground(Color)
.Returns the border of the specified control.Returns the default font that the specified control will use to paint textual information when no user-defined font has been set usingsetFont(Font)
.ControlThemeAdapter.getForeground
(Control control) Returns the default foreground color that the specified control will use to draw if no user defined foreground color has been set usingsetForeground(Color)
.ControlThemeAdapter.getPadding
(Control control) Returns the padding of the specified control. -
Uses of Control in org.eclipse.rap.rwt.widgets
Modifier and TypeClassDescriptionclass
A button-like widget allowing to select a file from the client's file system and to upload this file to a given URL using HTTP POST.Modifier and TypeMethodDescriptionControl[]
FileUpload.getChildren()
DropDown.getParent()
Returns the receiver's parent, which must be aControl
. -
Uses of Control in org.eclipse.swt.accessibility
Modifier and TypeMethodDescriptionAccessible.getControl()
Returns the control for this Accessible object.Modifier and TypeMethodDescriptionstatic Accessible
Accessible.internal_new_Accessible
(Control control) Invokes platform specific functionality to allocate a new accessible object. -
Uses of Control in org.eclipse.swt.browser
Modifier and TypeClassDescriptionclass
Instances of this class implement the browser user interface metaphor. -
Uses of Control in org.eclipse.swt.custom
Modifier and TypeClassDescriptionclass
Instances of this class implement a Composite that lays out its children and allows programmatic control of the layout.class
The CCombo class represents a selectable user interface object that combines a text field and a list and issues notification when an item is selected from the list.class
A Label which supports aligned text and/or an image and different border styles.class
Instances of this class implement the notebook user interface metaphor.class
The SashForm is a composite control that lays out its children in a row or column arrangement (as specified by the orientation) and places a Sash between each child.class
A ScrolledComposite provides scrollbars and will scroll its content when the user uses the scrollbars.class
Instances of this class implement a Composite that positions and sizes children and allows programmatic control of layout and border parameters.Modifier and TypeFieldDescriptionStackLayout.topControl
topControl the Control that is displayed at the top of the stack.Modifier and TypeMethodDescriptionCBanner.getBottom()
Returns the Control that appears on the bottom side of the banner.Control[]
CCombo.getChildren()
ScrolledComposite.getContent()
Get the content that is being scrolled.ViewForm.getContent()
Returns the content area.CTabItem.getControl()
Gets the control that is displayed in the content area of the tab item.ControlEditor.getEditor()
Returns the Control that is displayed above the composite being edited.CBanner.getLeft()
Returns the Control that appears on the left side of the banner.SashForm.getMaximizedControl()
Answer the control that currently is maximized in the SashForm.CBanner.getRight()
Returns the Control that appears on the right side of the banner.ViewForm.getTopCenter()
Returns Control that appears in the top center of the pane.ViewForm.getTopLeft()
Returns the Control that appears in the top left corner of the pane.CTabFolder.getTopRight()
Returns the control in the top right corner of the tab folder.ViewForm.getTopRight()
Returns the control in the top right corner of the pane.Modifier and TypeMethodDescriptionprotected boolean
StackLayout.flushCache
(Control control) void
Set the control that appears on the bottom side of the banner.void
ScrolledComposite.setContent
(Control content) Set the content that will be scrolled.void
ViewForm.setContent
(Control content) Sets the content.void
CTabItem.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.void
Specify the Control that is to be displayed.void
void
Specify the Control that is to be displayed and the cell in the table that it is to be positioned above.void
void
Specify the Control that is to be displayed and the cell in the tree that it is to be positioned above.void
Specify the Control that is to be displayed and the cell in the tree that it is to be positioned above.void
Set the control that appears on the left side of the banner.void
SashForm.setMaximizedControl
(Control control) Specify the control that should take up the entire client area of the SashForm.void
Set the control that appears on the right side of the banner.void
ViewForm.setTopCenter
(Control topCenter) Set the control that appears in the top center of the pane.void
ViewForm.setTopLeft
(Control c) Set the control that appears in the top left corner of the pane.void
CTabFolder.setTopRight
(Control control) Set the control that appears in the top right corner of the tab folder.void
CTabFolder.setTopRight
(Control control, int alignment) Set the control that appears in the top right corner of the tab folder.void
ViewForm.setTopRight
(Control c) Set the control that appears in the top right corner of the pane.void
ScrolledComposite.showControl
(Control control) Scrolls the content of the receiver so that the control is visible. -
Uses of Control in org.eclipse.swt.dnd
Modifier and TypeMethodDescriptionDragSource.getControl()
Returns the Control which is registered for this DragSource.DragSourceEffect.getControl()
Returns the Control which is registered for this DragSourceEffect.DropTarget.getControl()
Returns the Control which is registered for this DropTarget.DropTargetEffect.getControl()
Returns the Control which is registered for this DropTargetEffect.ModifierConstructorDescriptionDragSource
(Control control, int style) Creates a newDragSource
to handle dragging from the specifiedControl
.DragSourceEffect
(Control control) Creates a newDragSourceEffect
to handle drag effect from the specifiedControl
.DropTarget
(Control control, int style) Creates a newDropTarget
to allow data to be dropped on the specifiedControl
.DropTargetEffect
(Control control) Creates a newDropTargetEffect
to handle the drag under effect on the specifiedControl
. -
Uses of Control in org.eclipse.swt.layout
Modifier and TypeFieldDescriptionFormAttachment.control
control specifies the control to which the control side is attached.Modifier and TypeMethodDescriptionprotected boolean
FillLayout.flushCache
(Control control) protected boolean
FormLayout.flushCache
(Control control) protected boolean
GridLayout.flushCache
(Control control) protected boolean
RowLayout.flushCache
(Control control) ModifierConstructorDescriptionFormAttachment
(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.widgets
Modifier and TypeClassDescriptionclass
Instances of this class represent a selectable user interface object that issues notification when pressed and released.class
Instances of this class provide a surface for drawing arbitrary graphics.class
Instances of this class are controls that allow the user to choose an item from a list of items, or optionally enter a new value by typing it into an editable text field.class
Instances of this class are controls which are capable of containing other controls.class
Instances of this class provide an area for dynamically positioning the items they contain.class
Instances of this class are selectable user interface objects that allow the user to enter and modify date or time values.class
This class was introduced to be API compatible with SWT and does only provide those methods that are absolutely necessary to serve this purpose.class
Instances of this class support the layout of selectable expand bar items.class
Instances of this class provide an etched border with an optional title.class
Instances of this class represent a non-selectable user interface object that displays a string or image.class
Instances of this class represent a selectable user interface object that displays a text with links.class
Instances of this class represent a selectable user interface object that displays a list of strings and issues notification when a string is selected.class
Instances of the receiver represent is an unselectable user interface object that is used to display progress, typically in the form of a bar.class
Instances 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.class
Instances of the receiver represent a selectable user interface object that present a range of continuous numeric values.class
This class is the abstract superclass of all classes which represent controls that have standard scroll bars.class
Instances of this class represent the "windows" which the desktop or "window manager" is managing.class
Instances of this class are selectable user interface objects that represent a range of positive, numeric values.class
Instances of this class are selectable user interface objects that allow the user to enter and modify numeric values.class
Instances of this class implement the notebook user interface metaphor.class
Instances of this class implement a selectable user interface object that displays a list of images and strings and issues notification when selected.class
Instances of this class are selectable user interface objects that allow the user to enter and modify text.class
Instances of this class support the layout of selectable tool bar items.class
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issues notification when an item in the hierarchy is selected.Modifier and TypeMethodDescriptionControl[]
Composite.getChildren()
Returns a (possibly empty) array containing the receiver's children.CoolItem.getControl()
Returns the control that is associated with the receiver.ExpandItem.getControl()
Returns the control that is shown when the item is expanded.TabItem.getControl()
Returns the control that is used to fill the client area of the tab folder when the user selects the tab item.ToolItem.getControl()
Returns the control that is used to fill the bounds of the item when the item is aSEPARATOR
.Display.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.Display.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.Modifier and TypeMethodDescriptionvoid
Clears any data that has been cached by a Layout for all widgets that are in the parent hierarchy of the changed control up to and including the receiver.void
void
protected boolean
Layout.flushCache
(Control control) Instruct the layout to flush any cached values associated with the control specified in the argumentcontrol
.void
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.void
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.Maps a point from one coordinate system to another.Maps a point from one coordinate system to another.Maps a point from one coordinate system to another.Maps a point from one coordinate system to another.void
Moves the receiver above the specified control in the drawing order.void
Moves the receiver below the specified control in the drawing order.void
CoolItem.setControl
(Control control) Sets the control that is associated with the receiver to the argument.void
ExpandItem.setControl
(Control control) Sets the control that is shown when the item is expanded.void
TabItem.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.void
ToolItem.setControl
(Control control) Sets the control that is used to fill the bounds of the item when the item is aSEPARATOR
.void
Composite.setTabList
(Control[] tabList) Sets the tabbing order for the specified controls to match the order that they occur in the argument list.