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

G

GC - class org.eclipse.swt.graphics.GC.
Class GC is where all of the drawing capabilities that are supported by SWT are located.
GC(Drawable) - Constructor for class org.eclipse.swt.graphics.GC
Constructs a new instance of this class which has been configured to draw on the specified drawable.
GC(Drawable, int) - Constructor for class org.eclipse.swt.graphics.GC
Constructs a new instance of this class which has been configured to draw on the specified drawable.
GENERAL - Static variable in class org.eclipse.ercp.swt.mobile.Command
A command that can be bound to any hardware keys or softkeys.
GRAB_HORIZONTAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fit the remaining horizontal space.
GRAB_VERTICAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fit the remaining vertical space.
GridData - class org.eclipse.swt.layout.GridData.
GridData is the layout data object associated with GridLayout.
GridData() - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData using default values.
GridData(int) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance based on the GridData style.
GridData(int, int, boolean, boolean) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData according to the parameters.
GridData(int, int, boolean, boolean, int, int) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData according to the parameters.
GridData(int, int) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData according to the parameters.
GridLayout - class org.eclipse.swt.layout.GridLayout.
Instances of this class lay out the control children of a Composite in a grid.
GridLayout() - Constructor for class org.eclipse.swt.layout.GridLayout
Constructs a new instance of this class.
GridLayout(int, boolean) - Constructor for class org.eclipse.swt.layout.GridLayout
Constructs a new instance of this class given the number of columns, and whether or not the columns should be forced to have the same width.
gc - Variable in class org.eclipse.swt.events.PaintEvent
the graphics context to use when painting that is configured to use the colors, font and damaged region of the control.
gc - Variable in class org.eclipse.swt.widgets.Event
the graphics context to use when painting that is configured to use the colors, font and damaged region of the control.
getAccelerator() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the widget accelerator.
getActiveShell() - Method in class org.eclipse.swt.widgets.Display
Returns the currently active Shell, or null if no shell belonging to the currently running application is active.
getAdvanceWidth(char) - Method in class org.eclipse.swt.graphics.GC
Returns the advance width of the specified character in the font which is currently selected into the receiver.
getAlignment() - Method in class org.eclipse.swt.widgets.Button
Returns a value which describes the position of the text or image in the receiver.
getAlignment() - Method in class org.eclipse.swt.widgets.Label
Returns a value which describes the position of the text or image in the receiver.
getAlignment() - Method in class org.eclipse.swt.widgets.TableColumn
Returns a value which describes the position of the text or image in the receiver.
getAlpha() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's alpha value.
getAlpha(int, int) - Method in class org.eclipse.swt.graphics.ImageData
Returns the alpha value at offset x in scanline y in the receiver's alpha data.
getAlphas(int, int, int, byte[], int) - Method in class org.eclipse.swt.graphics.ImageData
Returns getWidth alpha values starting at offset x in scanline y in the receiver's alpha data starting at startIndex.
getAscent() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the ascent of the font described by the receiver.
getAvailableTypeNames() - Method in class org.eclipse.swt.dnd.Clipboard
Returns a platform specific list of the data types currently available on the system clipboard.
getAvailableTypes() - Method in class org.eclipse.swt.dnd.Clipboard
Returns an array of the data types currently available on the system clipboard.
getAverageCharWidth() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the average character width, measured in pixels, of the font described by the receiver.
getBackground() - Method in class org.eclipse.swt.graphics.GC
Returns the background color.
getBackground() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's background color.
getBackground() - Method in class org.eclipse.swt.widgets.TableItem
Returns the receiver's background color.
getBackground(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the background color at the given column index in the receiver.
getBackground() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's background color.
getBlue() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of blue in the color, from 0 to 255.
getBorderWidth() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's border width.
getBounds() - Method in class org.eclipse.ercp.swt.mobile.Screen
Returns the bounds of the screen.
getBounds() - Method in class org.eclipse.swt.graphics.Device
Returns a rectangle describing the receiver's size and location.
getBounds() - Method in class org.eclipse.swt.graphics.Image
Returns the bounds of the receiver.
getBounds() - Method in class org.eclipse.swt.widgets.Control
Returns a rectangle describing the receiver's size and location relative to its parent (or its display if its parent is null), unless the receiver is a shell.
getBounds() - Method in class org.eclipse.swt.widgets.Display
Returns a rectangle describing the receiver's size and location.
getBounds() - Method in class org.eclipse.swt.widgets.Event
Gets the bounds.
getBounds(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns a rectangle describing the receiver's size and location relative to its parent at a column in the table.
getBounds() - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the receiver's size and location relative to its parent.
getCaretLineNumber() - Method in class org.eclipse.swt.widgets.Text
Returns the line number of the caret.
getCaretLocation() - Method in class org.eclipse.swt.widgets.Text
Returns a point describing the receiver's location relative to its parent (or its display if its parent is null).
getCaretPosition() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Gets the position of the caret.
getCaretPosition() - Method in class org.eclipse.swt.widgets.Text
Returns the character position of the caret.
getCause() - Method in class org.eclipse.swt.SWTError
Returns the underlying throwable that caused the problem, or null if this information is not available.
getCause() - Method in class org.eclipse.swt.SWTException
Returns the underlying throwable that caused the problem, or null if this information is not available.
getCharCount() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Gets the number of characters.
getCharCount() - Method in class org.eclipse.swt.widgets.Text
Returns the number of characters.
getCharWidth(char) - Method in class org.eclipse.swt.graphics.GC
Returns the width of the specified character in the font selected into the receiver.
getChecked() - Method in class org.eclipse.swt.widgets.TableItem
Returns true if the receiver is checked, and false otherwise.
getChecked() - Method in class org.eclipse.swt.widgets.TreeItem
Returns true if the receiver is checked, and false otherwise.
getChildren() - Method in class org.eclipse.swt.widgets.Composite
Returns a (possibly empty) array containing the receiver's children.
getClientArea() - Method in class org.eclipse.swt.graphics.Device
Returns a rectangle which describes the area of the receiver which is capable of displaying data.
getClientArea() - Method in class org.eclipse.swt.widgets.Display
Returns a rectangle which describes the area of the receiver which is capable of displaying data.
getClientArea() - Method in class org.eclipse.swt.widgets.Scrollable
Returns a rectangle which describes the area of the receiver which is capable of displaying data (that is, not covered by the "trimmings").
getClipping() - Method in class org.eclipse.swt.graphics.GC
Returns the bounding rectangle of the receiver's clipping region.
getColorDepth() - Method in class org.eclipse.ercp.swt.mobile.Screen
Returns the color depth of the screen in bits per pixel.
getColumn(int) - Method in class org.eclipse.swt.widgets.Table
Returns the column at the given, zero-relative index in the receiver.
getColumnCount() - Method in class org.eclipse.swt.widgets.Table
Returns the number of columns contained in the receiver.
getColumns() - Method in class org.eclipse.swt.widgets.Table
Returns an array of TableColumns which are the columns in the receiver.
getContents(Transfer) - Method in class org.eclipse.swt.dnd.Clipboard
Retrieve the data of the specified type currently available on the system clipboard.
getCurrent() - Static method in class org.eclipse.swt.widgets.Display
Returns the display which the currently running thread is the user-interface thread for, or null if the currently running thread is not a user-interface thread for any display.
getDPI() - Method in class org.eclipse.swt.graphics.Device
Returns a point whose x coordinate is the horizontal dots per inch of the display, and whose y coordinate is the vertical dots per inch of the display.
getData(String) - Method in class org.eclipse.swt.widgets.Display
Returns the application defined property of the receiver with the specified name, or null if it has not been set.
getData() - Method in class org.eclipse.swt.widgets.Display
Returns the application defined, display specific data associated with the receiver, or null if it has not been set.
getData() - Method in class org.eclipse.swt.widgets.Widget
Returns the application defined widget data associated with the receiver, or null if it has not been set.
getData(String) - Method in class org.eclipse.swt.widgets.Widget
Returns the application defined property of the receiver with the specified name, or null if it has not been set.
getDate() - Method in class org.eclipse.ercp.swt.mobile.DateEditor
Returns the date when DATE, TIME or DATE_TIME styles are used.
getDefault() - Static method in class org.eclipse.swt.widgets.Display
Returns the default display.
getDefaultButton() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's default button if one had previously been set, otherwise returns null.
getDefaultItem() - Method in class org.eclipse.swt.widgets.Menu
Returns the default menu item or null if none has been previously set.
getDepth() - Method in class org.eclipse.swt.graphics.Device
Returns the bit depth of the screen, which is the number of bits it takes to represent the number of unique colors that the screen is currently capable of displaying.
getDescent() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the descent of the font described by the receiver.
getDetailIcons() - Method in class org.eclipse.ercp.swt.mobile.ListBoxItem
Gets the detail icons of the item.
getDetailText() - Method in class org.eclipse.ercp.swt.mobile.ListBoxItem
Gets the detail text of the item.
getDismissalAlignment() - Method in class org.eclipse.swt.widgets.Display
Returns the button dismissal alignment, one of LEFT or RIGHT.
getDisplay() - Method in class org.eclipse.swt.widgets.Widget
Returns the Display that is associated with the receiver.
getDoubleClickEnabled() - Method in class org.eclipse.swt.widgets.Text
Returns the double click enabled flag.
getDoubleClickTime() - Method in class org.eclipse.swt.widgets.Display
Returns the longest duration, in milliseconds, between two mouse button clicks that will be considered a double click by the underlying operating system.
getEchoChar() - Method in class org.eclipse.swt.widgets.Text
Returns the echo character.
getEditable() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Gets the editable state.
getEditable() - Method in class org.eclipse.swt.widgets.Text
Returns the editable state.
getEnabled() - Method in class org.eclipse.ercp.swt.mobile.Command
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.MenuItem
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is enabled, and false otherwise.
getEventListener() - Method in class org.eclipse.swt.widgets.TypedListener
Returns the receiver's event listener.
getExpanded() - Method in class org.eclipse.swt.widgets.TreeItem
Returns true if the receiver is expanded, and false otherwise.
getFileName() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the path of the first file that was selected in the dialog relative to the filter path, or an empty string if no such file has been selected.
getFileNames() - Method in class org.eclipse.swt.widgets.FileDialog
Returns a (possibly empty) array with the paths of all files that were selected in the dialog relative to the filter path.
getFilterExtensions() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the file extensions which the dialog will use to filter the files it shows.
getFilterNames() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the names that describe the filter extensions which the dialog will use to filter the files it shows.
getFilterPath() - Method in class org.eclipse.swt.widgets.DirectoryDialog
Returns the path which the dialog will use to filter the directories it shows.
getFilterPath() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the directory path that the dialog will use, or an empty string if this is not set.
getFocus() - Method in class org.eclipse.ercp.swt.mobile.SortedList
Returns the text of the item currently focused in the receiver, or null if no item has focus.
getFocusControl() - Method in class org.eclipse.swt.widgets.Display
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.
getFocusIndex() - Method in class org.eclipse.ercp.swt.mobile.ListBox
Returns the zero-relative index of the item which currently has the focus in the receiver, or -1 if no item has focus.
getFocusIndex() - Method in class org.eclipse.ercp.swt.mobile.ListView
Returns the zero-relative index of the item which currently has the focus in the receiver, or -1 if no item has focus.
getFocusIndex() - Method in class org.eclipse.swt.widgets.List
Returns the zero-relative index of the item which currently has the focus in the receiver, or -1 if no item has focus.
getFont() - Method in class org.eclipse.swt.graphics.GC
Returns the font currently being used by the receiver to draw and measure text.
getFont() - Method in class org.eclipse.swt.widgets.Control
Returns the font that the receiver will use to paint textual information.
getFont() - Method in class org.eclipse.swt.widgets.TableItem
Returns the font that the receiver will use to paint textual information for this item.
getFont(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the font that the receiver will use to paint textual information for the specified cell in this item.
getFont() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the font that the receiver will use to paint textual information for this item.
getFontData() - Method in class org.eclipse.swt.graphics.Font
Returns an array of FontDatas representing the receiver.
getFontList(String, boolean) - Method in class org.eclipse.swt.graphics.Device
Returns FontData objects which describe the fonts that match the given arguments.
getFontList() - Method in class org.eclipse.swt.widgets.FontDialog
Returns a FontData set describing the font that was selected in the dialog, or null if none is available.
getFontMetrics() - Method in class org.eclipse.swt.graphics.GC
Returns a FontMetrics which contains information about the font currently being used by the receiver to draw and measure text.
getForeground() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's foreground color.
getForeground() - Method in class org.eclipse.swt.widgets.Control
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.widgets.TableItem
Returns the foreground color that the receiver will use to draw.
getForeground(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the foreground color at the given column index in the receiver.
getForeground() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the foreground color that the receiver will use to draw.
getFullScreenMode() - Method in class org.eclipse.ercp.swt.mobile.MobileShell
Gets the full-screen state.
getGrayed() - Method in class org.eclipse.swt.widgets.TableItem
Returns true if the receiver is grayed, and false otherwise.
getGrayed() - Method in class org.eclipse.swt.widgets.TreeItem
Returns true if the receiver is grayed, and false otherwise.
getGreen() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of green in the color, from 0 to 255.
getGridLineWidth() - Method in class org.eclipse.swt.widgets.Table
Returns the width in pixels of a grid line.
getHeaderHeight() - Method in class org.eclipse.swt.widgets.Table
Returns the height of the receiver's header
getHeaderVisible() - Method in class org.eclipse.swt.widgets.Table
Returns true if the receiver's header is visible, and false otherwise.
getHeadingIcons() - Method in class org.eclipse.ercp.swt.mobile.ListBoxItem
Gets the heading icons for this item.
getHeadingText() - Method in class org.eclipse.ercp.swt.mobile.ListBoxItem
Gets the heading text of the item.
getHeight() - Method in class org.eclipse.swt.graphics.FontData
Returns the height of the receiver in points.
getHeight() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the height of the font described by the receiver, measured in pixels.
getHorizontalBar() - Method in class org.eclipse.swt.widgets.Scrollable
Returns the receiver's horizontal scroll bar if it has one, and null if it does not.
getIcon(int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Returns the item icon at the given, zero-relative index in the receiver.
getIconDepth() - Method in class org.eclipse.swt.widgets.Display
Returns the maximum allowed depth of icons on this display, in bits per pixel.
getIconSize(int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Gets the preferred icon size that matches the density style.
getImage() - Method in class org.eclipse.ercp.swt.mobile.CaptionedControl
Returns the CaptionedControl's icon image, or null if it has never been set.
getImage() - Method in class org.eclipse.ercp.swt.mobile.TimedMessageBox
Returns the icon object.
getImage() - Method in class org.eclipse.swt.widgets.Button
Returns the receiver's image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's image if it had previously been set using setImage().
getImage() - Method in class org.eclipse.swt.widgets.Item
Returns the receiver's image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.widgets.Label
Returns the receiver's image if it has one, or null if it does not.
getImage(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.
getImageBounds(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns a rectangle describing the size and location relative to its parent of an image at a column in the table.
getImageData() - Method in class org.eclipse.swt.graphics.Image
Returns an ImageData based on the receiver Modifications made to this ImageData will not affect the Image.
getImeInputMode() - Method in class org.eclipse.swt.widgets.Shell
Returns the receiver's input method editor mode.
getIncrement() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed.
getIncrement() - Method in class org.eclipse.swt.widgets.Slider
Returns the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed.
getInputs() - Method in class org.eclipse.ercp.swt.mobile.MobileDevice
Returns an array of Input objects describing the input features available to the device.
getInstance() - Static method in class org.eclipse.swt.dnd.TextTransfer
Returns the singleton instance of the TextTransfer class.
getItem(int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Combo
Returns the item at the given, zero-relative index in the receiver's list.
getItem(int) - Method in class org.eclipse.swt.widgets.List
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Menu
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Table
Returns the item at the given, zero-relative index in the receiver.
getItem(Point) - Method in class org.eclipse.swt.widgets.Table
Returns the item at the given point in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.swt.widgets.Tree
Returns the item at the given point in the receiver or null if no such item exists.
getItemCount() - Method in class org.eclipse.ercp.swt.mobile.ListView
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Combo
Returns the number of items contained in the receiver's list.
getItemCount() - Method in class org.eclipse.swt.widgets.List
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Menu
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Table
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Tree
Returns the number of items contained in the receiver that are direct item children of the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the number of items contained in the receiver that are direct item children of the receiver.
getItemHeight() - Method in class org.eclipse.ercp.swt.mobile.SortedList
Returns the height (in pixels) of the area which would be used to display one of the items in the tree.
getItemHeight() - Method in class org.eclipse.swt.widgets.Combo
Returns the height of the area which would be used to display one of the items in the receiver's list.
getItemHeight() - Method in class org.eclipse.swt.widgets.List
Returns the height of the area which would be used to display one of the items in the list.
getItemHeight() - Method in class org.eclipse.swt.widgets.Table
Returns the height of the area which would be used to display one of the items in the receiver's.
getItemHeight() - Method in class org.eclipse.swt.widgets.Tree
Returns the height of the area which would be used to display one of the items in the tree.
getItems() - Method in class org.eclipse.ercp.swt.mobile.ListView
Returns an array of String s which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Combo
Returns a (possibly empty) array of Strings which are the items in the receiver's list.
getItems() - Method in class org.eclipse.swt.widgets.List
Returns a (possibly empty) array of Strings which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Menu
Returns a (possibly empty) array of MenuItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Table
Returns a (possibly empty) array of TableItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Tree
Returns a (possibly empty) array of items contained in the receiver that are direct item children of the receiver.
getItems() - Method in class org.eclipse.swt.widgets.TreeItem
Returns a (possibly empty) array of TreeItems which are the direct item children of the receiver.
getKeyState(int) - Method in class org.eclipse.ercp.swt.mobile.MobileShell
Report whether the key has been pressed.
getLayout() - Method in class org.eclipse.ercp.swt.mobile.ListView
Returns the value of the layout orientation.
getLayout() - Method in class org.eclipse.swt.widgets.Composite
Returns layout which is associated with the receiver, or null if one has not been set.
getLayoutData() - Method in class org.eclipse.swt.widgets.Control
Returns layout data which is associated with the receiver.
getLayoutDensity() - Method in class org.eclipse.ercp.swt.mobile.ListView
Returns the value of the item density level.
getLeading() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the leading area of the font described by the receiver.
getLineCount() - Method in class org.eclipse.swt.widgets.Text
Returns the number of lines.
getLineDelimiter() - Method in class org.eclipse.swt.widgets.Text
Returns the line delimiter.
getLineHeight() - Method in class org.eclipse.swt.widgets.Text
Returns the height of a line.
getLineStyle() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line style, which will be one of the constants SWT.LINE_SOLID, SWT.LINE_DASH, SWT.LINE_DOT, SWT.LINE_DASHDOT or SWT.LINE_DASHDOTDOT.
getLineWidth() - Method in class org.eclipse.swt.graphics.GC
Returns the width that will be used when drawing lines for all of the figure drawing operations (that is, drawLine, drawRectangle, drawPolyline, and so forth.
getLinesVisible() - Method in class org.eclipse.swt.widgets.Table
Returns true if the receiver's lines are visible, and false otherwise.
getLocale() - Method in class org.eclipse.swt.graphics.FontData
Returns the locale of the receiver.
getLocation() - Method in class org.eclipse.ercp.swt.mobile.Input
Returns the location of the input device.
getLocation() - Method in class org.eclipse.ercp.swt.mobile.Screen
Returns the location of the screen device.
getLocation() - Method in class org.eclipse.swt.widgets.Control
Returns a point describing the receiver's location relative to its parent (or its display if its parent is null), unless the receiver is a shell.
getLongLabel() - Method in class org.eclipse.ercp.swt.mobile.Command
Returns the command's long label, which shall be null if it has never been set.
getMaximized() - Method in class org.eclipse.swt.widgets.Decorations
Returns true if the receiver is currently maximized, and false otherwise.
getMaximum() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the maximum value which the receiver will allow.
getMaximum() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the maximum value which the receiver will allow.
getMaximum() - Method in class org.eclipse.swt.widgets.Slider
Returns the maximum value which the receiver will allow.
getMenu() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's pop up menu if it has one, or null if it does not.
getMenu() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the receiver's cascade menu if it has one or null if it does not.
getMenuBar() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's menu bar if one had previously been set, otherwise returns null.
getMessage() - Method in class org.eclipse.ercp.swt.mobile.TimedMessageBox
Returns the dialog's message, which is a description of the purpose for which it was opened.
getMessage() - Method in class org.eclipse.swt.SWTError
Returns the string describing this SWTError object.
getMessage() - Method in class org.eclipse.swt.SWTException
Returns the string describing this SWTException object.
getMessage() - Method in class org.eclipse.swt.widgets.DirectoryDialog
Returns the dialog's message, which is a description of the purpose for which it was opened.
getMessage() - Method in class org.eclipse.swt.widgets.MessageBox
Returns the dialog's message, or an empty string if it does not have one.
getMinimized() - Method in class org.eclipse.swt.widgets.Decorations
Returns true if the receiver is currently minimized, and false otherwise.
getMinimum() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.Slider
Returns the minimum value which the receiver will allow.
getMobileDevice() - Static method in class org.eclipse.ercp.swt.mobile.MobileDevice
Returns singleton instance of MobileDevice class.
getName() - Method in class org.eclipse.swt.graphics.FontData
Returns the name of the receiver.
getOrientation() - Method in class org.eclipse.ercp.swt.mobile.Screen
Returns the screen orientation.
getOrientation() - Method in class org.eclipse.swt.widgets.Combo
Returns the orientation of the receiver.
getOrientation() - Method in class org.eclipse.swt.widgets.Text
Returns the orientation of the receiver, which will be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
getPage(int) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Returns the composite of the page at the given zero-relative index in the receiver.
getPageCount() - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Returns the number of pages contained in the receiver.
getPageIncrement() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the amount that the receiver's value will be modified by when the page increment/decrement areas are selected.
getPageIncrement() - Method in class org.eclipse.swt.widgets.Slider
Returns the amount that the receiver's value will be modified by when the page increment/decrement areas are selected.
getParent() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's parent, which must be a Composite or null when the receiver is a shell that was created with null or a display for a parent.
getParent() - Method in class org.eclipse.swt.widgets.Dialog
Returns the receiver's parent, which must be a Shell or null.
getParent() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's parent, which must be a Decorations.
getParent() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the receiver's parent, which must be a Menu.
getParent() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the receiver's parent, which must be a Scrollable.
getParent() - Method in class org.eclipse.swt.widgets.TableColumn
Returns the receiver's parent, which must be a Table.
getParent() - Method in class org.eclipse.swt.widgets.TableItem
Returns the receiver's parent, which must be a Table.
getParent() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's parent, which must be a Tree.
getParentItem() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's parent item, which must be a MenuItem or null when the receiver is a root.
getParentItem() - Method in class org.eclipse.swt.widgets.Tree
Returns the receiver's parent item, which must be a TreeItem or null when the receiver is a root.
getParentItem() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's parent item, which must be a TreeItem or null when the receiver is a root.
getParentMenu() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's parent item, which must be a Menu or null when the receiver is a root.
getPixel(int, int) - Method in class org.eclipse.swt.graphics.ImageData
Returns the pixel value at offset x in scanline y in the receiver's data.
getPixel(RGB) - Method in class org.eclipse.swt.graphics.PaletteData
Returns the pixel value corresponding to the given RGB.
getPixels(int, int, int, byte[], int) - Method in class org.eclipse.swt.graphics.ImageData
Returns getWidth pixel values starting at offset x in scanline y in the receiver's data starting at startIndex.
getPixels(int, int, int, int[], int) - Method in class org.eclipse.swt.graphics.ImageData
Returns getWidth pixel values starting at offset x in scanline y in the receiver's data starting at startIndex.
getPlatform() - Static method in class org.eclipse.swt.SWT
Returns the SWT platform name.
getPriority() - Method in class org.eclipse.ercp.swt.mobile.Command
Returns the command's priority value.
getRGB() - Method in class org.eclipse.swt.graphics.Color
Returns an RGB representing the receiver.
getRGB(int) - Method in class org.eclipse.swt.graphics.PaletteData
Returns an RGB corresponding to the given pixel value.
getRGB() - Method in class org.eclipse.swt.widgets.ColorDialog
Returns the currently selected color in the receiver.
getRGB() - Method in class org.eclipse.swt.widgets.FontDialog
Returns the currently selected color in the receiver.
getRGBs() - Method in class org.eclipse.swt.graphics.ImageData
Returns an array of RGBs which comprise the indexed color table of the receiver, or null if the receiver has a direct color model.
getRGBs() - Method in class org.eclipse.swt.graphics.PaletteData
Returns all the RGB values in the receiver if it is an indexed palette, or null if it is a direct palette.
getRed() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of red in the color, from 0 to 255.
getResizable() - Method in class org.eclipse.swt.widgets.TableColumn
Gets the resizable attribute.
getScreens() - Method in class org.eclipse.ercp.swt.mobile.MobileDevice
Returns an array of Screen objects describing the display features available to the device.
getSelection() - Method in class org.eclipse.ercp.swt.mobile.ListView
Returns an array of String s that are currently selected in the receiver.
getSelection() - Method in class org.eclipse.ercp.swt.mobile.SortedList
Returns an array of Strings of items that are currently selected in the receiver.
getSelection() - Method in class org.eclipse.swt.widgets.Button
Returns true if the receiver is selected, and false otherwise.
getSelection() - Method in class org.eclipse.swt.widgets.Combo
Returns a Point whose x coordinate is the character position representing the start of the selection in the receiver's text field, and whose y coordinate is the character position representing the end of the selection.
getSelection() - Method in class org.eclipse.swt.widgets.List
Returns an array of Strings that are currently selected in the receiver.
getSelection() - Method in class org.eclipse.swt.widgets.MenuItem
Returns true if the receiver is selected, and false otherwise.
getSelection() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the single 'selection' that is the receiver's position.
getSelection() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the single 'selection' that is the receiver's value.
getSelection() - Method in class org.eclipse.swt.widgets.Slider
Returns the 'selection', which is the receiver's value.
getSelection() - Method in class org.eclipse.swt.widgets.Table
Returns an array of TableItems that are currently selected in the receiver.
getSelection() - Method in class org.eclipse.swt.widgets.Text
Returns a Point whose x coordinate is the character position representing the start of the selected text, and whose y coordinate is the character position representing the end of the selection.
getSelection() - Method in class org.eclipse.swt.widgets.Tree
Returns an array of TreeItems that are currently selected in the receiver.
getSelectionCount() - Method in class org.eclipse.ercp.swt.mobile.ListBox
Returns the number of items currently selected.
getSelectionCount() - Method in class org.eclipse.ercp.swt.mobile.ListView
Returns the number of selected items contained in the receiver.
getSelectionCount() - Method in class org.eclipse.ercp.swt.mobile.SortedList
Returns the number of items currently selected.
getSelectionCount() - Method in class org.eclipse.swt.widgets.List
Returns the number of selected items contained in the receiver.
getSelectionCount() - Method in class org.eclipse.swt.widgets.Table
Returns the number of selected items contained in the receiver.
getSelectionCount() - Method in class org.eclipse.swt.widgets.Text
Returns the number of selected characters.
getSelectionCount() - Method in class org.eclipse.swt.widgets.Tree
Returns the number of selected items contained in the receiver.
getSelectionIndex() - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Returns the zero-relative index of the page which is currently selected in the receiver, or the newest page created to the receiver.
getSelectionIndex() - Method in class org.eclipse.swt.widgets.Combo
Returns the zero-relative index of the item which is currently selected in the receiver's list, or -1 if no item is selected.
getSelectionIndex() - Method in class org.eclipse.swt.widgets.List
Returns the zero-relative index of the item which is currently selected in the receiver, or -1 if no item is selected.
getSelectionIndex() - Method in class org.eclipse.swt.widgets.Table
Returns the zero-relative index of the item which is currently selected in the receiver, or -1 if no item is selected.
getSelectionIndices() - Method in class org.eclipse.ercp.swt.mobile.ListBox
Returns the zero-relative indices of the items which are currently selected in the receiver.
getSelectionIndices() - Method in class org.eclipse.ercp.swt.mobile.ListView
Returns the zero-relative indices of the items which are currently selected in the receiver.
getSelectionIndices() - Method in class org.eclipse.swt.widgets.List
Returns the zero-relative indices of the items which are currently selected in the receiver.
getSelectionIndices() - Method in class org.eclipse.swt.widgets.Table
Returns the zero-relative indices of the items which are currently selected in the receiver.
getSelectionText() - Method in class org.eclipse.swt.widgets.Text
Gets the selected text, or an empty string if there is no current selection.
getShell() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's shell.
getShell() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's shell.
getShells() - Method in class org.eclipse.swt.widgets.Display
Returns a (possibly empty) array containing all shells which have not been disposed and have the receiver as their display.
getShells() - Method in class org.eclipse.swt.widgets.Shell
Returns an array containing all shells which are descendents of the receiver.
getSize() - Method in class org.eclipse.swt.widgets.Control
Returns a point describing the receiver's size.
getSize() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns a point describing the receiver's size.
getStatusText() - Method in class org.eclipse.ercp.swt.mobile.MobileShell
Returns the status text.
getStyle() - Method in class org.eclipse.swt.graphics.FontData
Returns the style of the receiver which is a bitwise OR of one or more of the SWT constants NORMAL, BOLD and ITALIC.
getStyle() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's style information.
getStyle() - Method in class org.eclipse.swt.widgets.Dialog
Returns the receiver's style information.
getStyle() - Method in class org.eclipse.swt.widgets.Widget
Returns the receiver's style information.
getSupportedTypes() - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
 
getSupportedTypes() - Method in class org.eclipse.swt.dnd.Transfer
Returns a list of the platform specific data types that can be converted using this transfer agent.
getSyncThread() - Method in class org.eclipse.swt.widgets.Display
Returns the thread that has invoked syncExec or null if no such runnable is currently being invoked by the user-interface thread.
getSystemColor(int) - Method in class org.eclipse.swt.graphics.Device
Returns the matching standard color for the given constant, which should be one of the color constants specified in class SWT.
getSystemColor(int) - Method in class org.eclipse.swt.widgets.Display
Returns the matching standard color for the given constant, which should be one of the color constants specified in class SWT.
getSystemFont() - Method in class org.eclipse.swt.graphics.Device
Returns a reasonable font for applications to use.
getSystemFont() - Method in class org.eclipse.swt.widgets.Display
Returns a reasonable font for applications to use.
getTabList() - Method in class org.eclipse.swt.widgets.Composite
Gets the (possibly empty) tabbing order for the control.
getText() - Method in class org.eclipse.ercp.swt.mobile.CaptionedControl
Gets the caption text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Gets the widget text.
getText() - Method in class org.eclipse.ercp.swt.mobile.HyperLink
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Button
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Combo
Returns a string containing a copy of the contents of the receiver's text field, or an empty string if there are no contents.
getText() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's text, which is the string that the window manager will typically display as the receiver's title.
getText() - Method in class org.eclipse.swt.widgets.Dialog
Returns the receiver's text, which is the string that the window manager will typically display as the receiver's title.
getText() - Method in class org.eclipse.swt.widgets.Item
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Label
Returns the receiver's text, which will be an empty string if it has never been set or if the receiver is a SEPARATOR label.
getText(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the text stored at the given column index in the receiver, or empty string if the text has not been set.
getText() - Method in class org.eclipse.swt.widgets.Text
Returns the widget text.
getText(int, int) - Method in class org.eclipse.swt.widgets.Text
Returns a range of text.
getTextHeight() - Method in class org.eclipse.swt.widgets.Combo
Returns the height of the receivers's text field.
getTextLimit() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Returns the maximum number of characters that the receiver is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.widgets.Combo
Returns the maximum number of characters that the receiver's text field is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.widgets.Text
Returns the maximum number of characters that the receiver is capable of holding.
getThread() - Method in class org.eclipse.swt.widgets.Display
Returns the user-interface thread for the receiver.
getThumb() - Method in class org.eclipse.swt.widgets.ScrollBar
Answers the size of the receiver's thumb relative to the difference between its maximum and minimum values.
getThumb() - Method in class org.eclipse.swt.widgets.Slider
Returns the size of the receiver's thumb relative to the difference between its maximum and minimum values.
getTime() - Method in class org.eclipse.ercp.swt.mobile.DateEditor
Returns the number of seconds when TIME, OFFSET or DURATION styles are used.
getTitle(int) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Returns the title string of the page at the given zero-relative index in the receiver.
getToolTipText() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's tool tip text, or null if it has not been set.
getTopIndex() - Method in class org.eclipse.ercp.swt.mobile.ListView
Returns the zero-relative index of the item which is currently at the top of the receiver.
getTopIndex() - Method in class org.eclipse.swt.widgets.List
Returns the zero-relative index of the item which is currently at the top of the receiver.
getTopIndex() - Method in class org.eclipse.swt.widgets.Table
Returns the zero-relative index of the item which is currently at the top of the receiver.
getTopIndex() - Method in class org.eclipse.swt.widgets.Text
Returns the zero-relative index of the line which is currently at the top of the receiver.
getTopItem() - Method in class org.eclipse.swt.widgets.Tree
Returns the item which is currently at the top of the receiver.
getTopPixel() - Method in class org.eclipse.swt.widgets.Text
Returns the top pixel.
getTrailingText() - Method in class org.eclipse.ercp.swt.mobile.CaptionedControl
Gets the trailing text, which will be an empty string if it has never been set.
getTransparencyMask() - Method in class org.eclipse.swt.graphics.ImageData
Returns an ImageData which specifies the transparency mask information for the receiver.
getTransparencyType() - Method in class org.eclipse.swt.graphics.ImageData
Returns the image transparency type, which will be one of SWT.TRANSPARENCY_NONE, SWT.TRANSPARENCY_MASK, SWT.TRANSPARENCY_PIXEL or SWT.TRANSPARENCY_ALPHA.
getType() - Method in class org.eclipse.ercp.swt.mobile.Input
Returns the type of input device.
getTypeIds() - Method in class org.eclipse.swt.dnd.TextTransfer
 
getTypeIds() - Method in class org.eclipse.swt.dnd.Transfer
Returns the platform specfic ids of the data types that can be converted using this transfer agent.
getTypeNames() - Method in class org.eclipse.swt.dnd.TextTransfer
 
getTypeNames() - Method in class org.eclipse.swt.dnd.Transfer
Returns the platform specfic names of the data types that can be converted using this transfer agent.
getUrl() - Method in class org.eclipse.swt.browser.Browser
Returns the current URL.
getUsage() - Method in class org.eclipse.ercp.swt.mobile.Screen
Returns the usage type of the screen.
getVersion() - Static method in class org.eclipse.swt.SWT
Returns the SWT version number as an integer.
getVerticalBar() - Method in class org.eclipse.swt.widgets.Scrollable
Returns the receiver's vertical scroll bar if it has one, and null if it does not.
getVisible() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is visible, and false otherwise.
getVisible() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is visible, and false otherwise.
getVisible() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is visible, and false otherwise.
getVisibleItemCount() - Method in class org.eclipse.swt.widgets.Combo
Gets the number of items that are visible in the drop down portion of the receiver's list.
getWarnings() - Method in class org.eclipse.swt.graphics.Device
Returns true if the underlying window system prints out warning messages on the console, and setWarnings had previously been called with true.
getWidth() - Method in class org.eclipse.swt.widgets.TableColumn
Gets the width of the receiver.
getXORMode() - Method in class org.eclipse.swt.graphics.GC
Returns true if this GC is drawing in the mode where the resulting color in the destination is the exclusive or of the color values in the source and the destination, and false if it is drawing in the mode where the destination color is being replaced with the source color value.
grabExcessHorizontalSpace - Variable in class org.eclipse.swt.layout.GridData
grabExcessHorizontalSpace specifies whether the width of the cell changes depending on the size of the parent Composite.
grabExcessVerticalSpace - Variable in class org.eclipse.swt.layout.GridData
grabExcessVerticalSpace specifies whether the height of the cell changes depending on the size of the parent Composite.
green - Variable in class org.eclipse.swt.graphics.RGB
the green component of the RGB
greenMask - Variable in class org.eclipse.swt.graphics.PaletteData
the green mask for a direct palette
greenShift - Variable in class org.eclipse.swt.graphics.PaletteData
the green shift for a direct palette

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