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

I

ICON - Static variable in class org.eclipse.swt.SWT
Constant indicating that an image or operation is of type icon (value is 1).
ICON_ERROR - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for error icon behavior (value is 1).
ICON_INFORMATION - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for information icon behavior (value is 1<<1).
ICON_QUESTION - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for question icon behavior (value is 1<<2).
ICON_WARNING - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for warning icon behavior (value is 1<<3).
ICON_WORKING - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for "working" icon behavior (value is 1<<4).
IMAGE_GIF - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a GIF format image (value is 2).
IMAGE_JPEG - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a JPEG format image (value is 4).
IMAGE_PNG - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a PNG format image (value is 5).
IMAGE_UNDEFINED - Static variable in class org.eclipse.swt.SWT
Image format constant indicating an unknown image type (value is -1).
INDETERMINATE - Static variable in class org.eclipse.swt.SWT
Style constant for progress bar behavior (value is 1<<1).
INSERT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the INSERT key (value is (1<<24)+9).
INTERNAL - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
local feature which is only available when mobile device is opened
ITALIC - Static variable in class org.eclipse.swt.SWT
The font style constant indicating an italic font (value is 1<<1).
Iconify - Static variable in class org.eclipse.swt.SWT
The iconify event type (value is 19).
Image - class org.eclipse.swt.graphics.Image.
Instances of this class are graphics which have been prepared for display on a specific device.
Image(Device, int, int) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the specified width and height.
Image(Device, Rectangle) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the width and height of the specified rectangle.
Image(Device, ImageData) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class from the given ImageData.
Image(Device, InputStream) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the specified input stream.
Image(Device, String) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the file with the specified name.
ImageData - class org.eclipse.swt.graphics.ImageData.
Instances of this class are device-independent descriptions of images.
ImageData(int, int, int, PaletteData) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth and palette.
ImageData(int, int, int, PaletteData, int, byte[]) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth, palette, scanlinePad and data.
ImageData(InputStream) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from the specified input stream.
ImageData(String) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from a file with the specified name.
ImageLoader - class org.eclipse.swt.graphics.ImageLoader.
Instances of this class are used to load images from, and save images to, a file or stream.
ImageLoader() - Constructor for class org.eclipse.swt.graphics.ImageLoader
Construct a new empty ImageLoader.
Input - class org.eclipse.ercp.swt.mobile.Input.
Instances of this class represent key based input features.
Item - class org.eclipse.swt.widgets.Item.
This class is the abstract superclass of all non-windowed user interface objects that occur within specific controls.
Item(Widget, int) - Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Item(Widget, int, int) - Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
indexOf(String) - Method in class org.eclipse.ercp.swt.mobile.ListView
Gets the index of an item.
indexOf(String, int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String, int) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String) - Method in class org.eclipse.swt.widgets.List
Gets the index of an item.
indexOf(String, int) - Method in class org.eclipse.swt.widgets.List
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(MenuItem) - Method in class org.eclipse.swt.widgets.Menu
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TableColumn) - Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first column (index 0) until a column is found that is equal to the argument, and returns the index of that column.
indexOf(TableItem) - Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
init() - Method in class org.eclipse.swt.graphics.Device
 
inputChanged(MobileDeviceEvent) - Method in interface org.eclipse.ercp.swt.mobile.MobileDeviceListener
Called when the input configuration has been changed.
insert(String) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Inserts a string after the caret position.
insert(String) - Method in class org.eclipse.swt.widgets.Text
Inserts a string.
intersect(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Destructively replaces the x, y, width and height values in the receiver with ones which represent the intersection of the rectangles specified by the receiver and the given rectangle.
intersection(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Returns a new rectangle which represents the intersection of the receiver and the given rectangle.
intersects(int, int, int, int) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the rectangle described by the arguments intersects with the receiver and false otherwise.
intersects(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the given rectangle intersects with the receiver and false otherwise.
isActive() - Method in class org.eclipse.ercp.swt.mobile.Screen
Returns whether the screen is currently active.
isActive - Variable in class org.eclipse.ercp.swt.mobile.ScreenEvent
whether screen is active or not
isBackEnabled() - Method in class org.eclipse.swt.browser.Browser
Returns true if the receiver can navigate to the previous session history item, and false otherwise.
isClipped() - Method in class org.eclipse.swt.graphics.GC
Returns true if the receiver has a clipping region set into it, and false otherwise.
isDefaultCommand() - Method in class org.eclipse.ercp.swt.mobile.Command
Returns true if the command is a Default Command, and false otherwise.
isDirect - Variable in class org.eclipse.swt.graphics.PaletteData
true if the receiver is a direct palette, and false otherwise
isDisposed() - Method in class org.eclipse.swt.dnd.Clipboard
Returns true if the clipboard has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Color
Returns true if the color has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Device
Returns true if the device has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Font
Returns true if the font has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.GC
Returns true if the GC has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Image
Returns true if the image has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Resource
Returns true if the resource has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.widgets.Widget
Returns true if the widget has been disposed, and false otherwise.
isEmpty() - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the receiver does not cover any area in the (x, y) coordinate plane, and false if the receiver does cover some area in the plane.
isEnabled() - Method in class org.eclipse.ercp.swt.mobile.Command
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is enabled and all ancestors up to and including the receiver's nearest ancestor shell are enabled.
isEnabled() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.MenuItem
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isFocusControl() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver has the user-interface focus, and false otherwise.
isForwardEnabled() - Method in class org.eclipse.swt.browser.Browser
Returns true if the receiver can navigate to the next session history item, and false otherwise.
isListening(int) - Method in class org.eclipse.swt.widgets.Widget
Returns true if there are any listeners for the specified event type associated with the receiver, and false otherwise.
isOpen() - Method in class org.eclipse.ercp.swt.mobile.MobileDevice
Returns whether device is opened.
isReparentable() - Method in class org.eclipse.swt.widgets.Control
Returns true if the underlying operating system supports this reparenting, otherwise false
isSelected(int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Returns true if the item is selected, and false otherwise.
isSelected(int) - Method in class org.eclipse.swt.widgets.List
Returns true if the item is selected, and false otherwise.
isSelected(int) - Method in class org.eclipse.swt.widgets.Table
Returns true if the item is selected, and false otherwise.
isSupportedType(TransferData) - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
 
isSupportedType(TransferData) - Method in class org.eclipse.swt.dnd.Transfer
Returns true if the TransferData data type can be converted using this transfer agent, or false otherwise (including if transferData is null).
isTouchScreen() - Method in class org.eclipse.ercp.swt.mobile.Screen
Returns whether the screen has touch screen capability.
isVisible() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is visible and all ancestors up to and including the receiver's nearest ancestor shell are visible.
isVisible() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
item - Variable in class org.eclipse.swt.events.SelectionEvent
The item that was selected.
item - Variable in class org.eclipse.swt.widgets.Event
the item that the event occurred in (can be null)

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