Uses of Class
org.eclipse.swt.widgets.Control
-
-
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.internal
Methods in org.eclipse.swt.internal with parameters of type Control Modifier and Type Method Description static voidBidiUtil. addLanguageListener(Control control, java.lang.Runnable runnable)static voidBidiUtil. removeLanguageListener(Control control)static booleanBidiUtil. setOrientation(Control control, int orientation) -
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.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.
-