Eclipse Rich Ajax Platform
Release 1.3

Uses of Class
org.eclipse.swt.graphics.Device

Packages that use Device
org.eclipse.swt.graphics   
org.eclipse.swt.widgets   
 

Uses of Device in org.eclipse.swt.graphics
 

Methods in org.eclipse.swt.graphics that return Device
 Device Resource.getDevice()
          Returns the Device where this resource was created.
 

Constructors in org.eclipse.swt.graphics with parameters of type Device
Color(Device device, RGB rgb)
          Constructs a new instance of this class given a device and an RGB describing the desired red, green and blue values.
Color(Device device, int red, int green, int blue)
          Constructs a new instance of this class given a device and the desired red, green and blue values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).
Cursor(Device device, int style)
          Constructs a new cursor given a device and a style constant describing the desired cursor appearance.
Font(Device device, FontData fontData)
          Constructs a new font given a device and font data which describes the desired font's appearance.
Font(Device device, FontData[] fontData)
          Constructs a new font given a device and an array of font data which describes the desired font's appearance.
Font(Device device, String name, int height, int style)
          Constructs a new font given a device, a font name, the height of the desired font in points, and a font style.
Image(Device device, InputStream stream)
          Constructs an instance of this class by loading its representation from the specified input stream.
Image(Device device, String fileName)
          Constructs an instance of this class by loading its representation from the file with the specified name.
Image(Device device, Image srcImage, int flag)
          Constructs a new instance of this class based on the provided image, with an appearance that varies depending on the value of the flag.
Image(Device device, ImageData imageData)
          Constructs an instance of this class from the given ImageData.
 

Uses of Device in org.eclipse.swt.widgets
 

Subclasses of Device in org.eclipse.swt.widgets
 class Display
          Instances of this class are responsible for managing the connection between SWT and the underlying operating system.
 


Eclipse Rich Ajax Platform
Release 1.3

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2009. All rights reserved.