public class ComboBoxPainter extends CellPainterWrapper
| Constructor and Description | 
|---|
ComboBoxPainter()
Create a new  
ComboBoxPainter with the default image. | 
ComboBoxPainter(org.eclipse.swt.graphics.Image comboImage)
Create a new  
ComboBoxPainter with the given Image as the image 
 marking the cell as a combo control. | 
getCellPainterAt, getPreferredHeight, getPreferredWidth, getWrappedPainter, getWrappedPainterBounds, paintCell, setWrappedPainterpublic ComboBoxPainter()
ComboBoxPainter with the default image.public ComboBoxPainter(org.eclipse.swt.graphics.Image comboImage)
ComboBoxPainter with the given Image as the image 
 marking the cell as a combo control.comboImage - The image marking the cell as a combo controlCopyright © 2013. All Rights Reserved.