A B C D E F G H I J K L M N O P Q R S T U V W X Y

R

RADIO - Static variable in class org.eclipse.swt.SWT
Style constant for radio button behavior (value is 1<<4).
READ_ONLY - Static variable in class org.eclipse.swt.SWT
Style constant for read-only behavior (value is 1<<3).
REMOTE - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
feature which is not part of the mobile device unless connected via wire or wireless signal
REMOVED - Static variable in class org.eclipse.ercp.swt.mobile.MobileDeviceEvent
This indicates that a feature is no longer available.
RESIZE - Static variable in class org.eclipse.swt.SWT
Style constant for resize box trim (value is 1<<4).
RETRY - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for a RETRY button; valid combinations are RETRY|CANCEL.
RGB - class org.eclipse.swt.graphics.RGB.
Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
RGB(int, int, int) - Constructor for class org.eclipse.swt.graphics.RGB
Constructs an instance of this class with the given red, green and blue values.
RIGHT - Static variable in class org.eclipse.swt.SWT
Style constant for align right behavior (value is 1<<17).
RIGHT_TO_LEFT - Static variable in class org.eclipse.swt.SWT
Style constant for right to left orientation (value is 1<<26).
ROMAN - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for romanicized input behavior (value is 1<<5).
Rectangle - class org.eclipse.swt.graphics.Rectangle.
Instances of this class represent rectangular areas in an (x, y) coordinate system.
Rectangle(int, int, int, int) - Constructor for class org.eclipse.swt.graphics.Rectangle
Construct a new instance of this class given the x, y, width and height values.
Resize - Static variable in class org.eclipse.swt.SWT
The resize event type (value is 11).
Resource - class org.eclipse.swt.graphics.Resource.
This class is the abstract superclass of all graphics resource objects.
Resource() - Constructor for class org.eclipse.swt.graphics.Resource
 
RowData - class org.eclipse.swt.layout.RowData.
Each control controlled by a RowLayout can have its initial width and height specified by setting a RowData object into the control.
RowData() - Constructor for class org.eclipse.swt.layout.RowData
Constructs a new instance of RowData using default values.
RowData(int, int) - Constructor for class org.eclipse.swt.layout.RowData
Constructs a new instance of RowData according to the parameters.
RowData(Point) - Constructor for class org.eclipse.swt.layout.RowData
Constructs a new instance of RowData according to the parameter.
RowLayout - class org.eclipse.swt.layout.RowLayout.
Instances of this class determine the size and position of the children of a Composite by placing them either in horizontal rows or vertical columns within the parent Composite.
RowLayout() - Constructor for class org.eclipse.swt.layout.RowLayout
Constructs a new instance of this class.
RowLayout(int) - Constructor for class org.eclipse.swt.layout.RowLayout
Constructs a new instance of this class given the type.
readAndDispatch() - Method in class org.eclipse.swt.widgets.Display
Reads an event from the operating system's event queue, dispatches it appropriately, and returns true if there is potentially more work to do, or false if the caller can sleep until another event is placed on the event queue.
red - Variable in class org.eclipse.swt.graphics.RGB
the red component of the RGB
redMask - Variable in class org.eclipse.swt.graphics.PaletteData
the red mask for a direct palette
redShift - Variable in class org.eclipse.swt.graphics.PaletteData
the red shift for a direct palette
redraw() - Method in class org.eclipse.swt.widgets.Control
Causes the entire bounds of the receiver to be marked as needing to be redrawn.
redraw(int, int, int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
Causes the rectangular area of the receiver specified by the arguments to be marked as needing to be redrawn.
refresh() - Method in class org.eclipse.swt.browser.Browser
Refresh the current page.
refreshItem(int) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Notifies this ListBox that the data for the item at the given index has been updated and the item display needs to be refreshed.
refreshList() - Method in class org.eclipse.ercp.swt.mobile.ListBox
Notifies this ListBox that multiple items may have been updated and the entire list display needs to be refreshed.
registerType(String) - Static method in class org.eclipse.swt.dnd.Transfer
Registers a name for a data type and returns the associated unique identifier.
release() - Method in class org.eclipse.swt.graphics.Device
Releases any internal resources back to the operating system and clears all fields except the device handle.
remove(int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Removes the item from the receiver at the given zero-relative index.
remove(int, int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
remove(String) - Method in class org.eclipse.ercp.swt.mobile.ListView
Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(int[]) - Method in class org.eclipse.ercp.swt.mobile.ListView
Removes the items from the receiver at the given zero-relative indices.
remove(String) - Method in class org.eclipse.ercp.swt.mobile.SortedList
Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(int) - Method in class org.eclipse.swt.widgets.Combo
Removes the item from the receiver's list at the given zero-relative index.
remove(int, int) - Method in class org.eclipse.swt.widgets.Combo
Removes the items from the receiver's list which are between the given zero-relative start and end indices (inclusive).
remove(String) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(int[]) - Method in class org.eclipse.swt.widgets.List
Removes the items from the receiver at the given zero-relative indices.
remove(int) - Method in class org.eclipse.swt.widgets.List
Removes the item from the receiver at the given zero-relative index.
remove(int, int) - Method in class org.eclipse.swt.widgets.List
Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
remove(String) - Method in class org.eclipse.swt.widgets.List
Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(int[]) - Method in class org.eclipse.swt.widgets.Table
Removes the items from the receiver's list at the given zero-relative indices.
remove(int) - Method in class org.eclipse.swt.widgets.Table
Removes the item from the receiver at the given zero-relative index.
remove(int, int) - Method in class org.eclipse.swt.widgets.Table
Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
removeAll() - Method in class org.eclipse.ercp.swt.mobile.ListView
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.ercp.swt.mobile.SortedList
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.Combo
Removes all of the items from the receiver's list.
removeAll() - Method in class org.eclipse.swt.widgets.List
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.Table
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.Tree
Removes all of the items from the receiver.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TableColumn
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeDisposeListener(DisposeListener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notifed when the widget is disposed.
removeEventListener(ScreenListener) - Method in class org.eclipse.ercp.swt.mobile.Screen
Removes the listener from the collection of listeners that will be notified when screen events occur.
removeFilter(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs anywhere in this display.
removeFocusListener(FocusListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the control gains or loses focus.
removeKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard.
removeListener(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs.
removeListener(int, Listener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs.
removeListener(int, SWTEventListener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs.
removeLocationListener(LocationListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener.
removeMenuListener(MenuListener) - Method in class org.eclipse.swt.widgets.Menu
Removes the listener from the collection of listeners who will be notified when the menu events are generated for the control.
removeMobileDeviceListener(MobileDeviceListener) - Method in class org.eclipse.ercp.swt.mobile.MobileDevice
Removes the listener from the collection of listeners who will be notified when a device configuration change occurs.
removeModifyListener(ModifyListener) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeModifyListener(ModifyListener) - Method in class org.eclipse.ercp.swt.mobile.DateEditor
Removes the listener from the collection of listeners that will be notified when the receiver's text is modified.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeMouseListener(MouseListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when mouse buttons are pressed and released.
removeMouseMoveListener(MouseMoveListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the mouse moves.
removePaintListener(PaintListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the receiver needs to be painted.
removeProgressListener(ProgressListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.Command
Removes the listener from the collection of listeners who will be notified when the command is activated.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Removes the listener from the collection of listeners who will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.DateEditor
Removes the listener from the collection of listeners that will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Removes the listener from the collection of listeners who are notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.ListView
Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.SortedList
Removes the listener from the collection of listeners who are notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Button
Removes the listener from the collection of listeners who will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.List
Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.MenuItem
Removes the listener from the collection of listeners who will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ScrollBar
Removes the listener from the collection of listeners who will be notified when the receiver's value changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Slider
Removes the listener from the collection of listeners who will be notified when the receiver's value changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Table
Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TableColumn
Removes the listener from the collection of listeners who will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Tree
Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeShellListener(ShellListener) - Method in class org.eclipse.swt.widgets.Shell
Removes the listener from the collection of listeners who will be notified when operations are performed on the receiver.
removeStatusTextListener(StatusTextListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener.
removeTitleListener(TitleListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener.
removeTraverseListener(TraverseListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when traversal events occur.
removeTreeListener(TreeListener) - Method in class org.eclipse.swt.widgets.Tree
Removes the listener from the collection of listeners who will be notified when items in the receiver are expanded or collapsed..
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the control is verified.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the control is verified.
repeatCount - Variable in class org.eclipse.swt.graphics.ImageLoader
the number of times to repeat the display of a sequence of animated images (this corresponds to the commonly-used GIF application extension for "NETSCAPE 2.0 01").
right - Variable in class org.eclipse.swt.layout.FormData
right specifies the attachment of the right side of the control.

A B C D E F G H I J K L M N O P Q R S T U V W X Y