org.eclipse.cdt.make.internal.ui.preferences
Class ColorEditor

java.lang.Object
  extended by org.eclipse.cdt.make.internal.ui.preferences.ColorEditor

public class ColorEditor
extends java.lang.Object

A "button" of a certain color determined by the color picker


Constructor Summary
ColorEditor(org.eclipse.swt.widgets.Composite parent)
           
 
Method Summary
 org.eclipse.swt.widgets.Button getButton()
           
 org.eclipse.swt.graphics.RGB getColorValue()
           
 void setColorValue(org.eclipse.swt.graphics.RGB rgb)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorEditor

public ColorEditor(org.eclipse.swt.widgets.Composite parent)
Method Detail

getColorValue

public org.eclipse.swt.graphics.RGB getColorValue()

setColorValue

public void setColorValue(org.eclipse.swt.graphics.RGB rgb)

getButton

public org.eclipse.swt.widgets.Button getButton()