Eclipse Rich Ajax Platform
Release 1.3

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

Packages that use RGB
org.eclipse.rwt.graphics   
org.eclipse.swt.graphics   
org.eclipse.swt.widgets   
 

Uses of RGB in org.eclipse.rwt.graphics
 

Methods in org.eclipse.rwt.graphics with parameters of type RGB
static Color Graphics.getColor(RGB rgb)
          Returns an instance of Color given an RGB describing the desired red, green and blue values.
 

Uses of RGB in org.eclipse.swt.graphics
 

Methods in org.eclipse.swt.graphics that return RGB
 RGB Color.getRGB()
          Returns an RGB representing the receiver.
 

Constructors in org.eclipse.swt.graphics with parameters of type RGB
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.
 

Uses of RGB in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return RGB
 RGB ColorDialog.open()
          Makes the receiver visible and brings it to the front of the display.
 RGB ColorDialog.getRGB()
          Returns the currently selected color in the receiver.
 

Methods in org.eclipse.swt.widgets with parameters of type RGB
 void ColorDialog.setRGB(RGB rgb)
          Sets the receiver's selected color to be the argument.
 


Eclipse Rich Ajax Platform
Release 1.3

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