FileDocCategorySizeDatePackage
TableRowSWT.javaAPI DocAzureus 3.0.3.41832Mon Feb 19 16:47:26 GMT 2007org.gudy.azureus2.ui.swt.views.table

TableRowSWT

public interface TableRowSWT implements com.aelitis.azureus.ui.common.table.TableRowCore
author
TuxPaper
created
Jan 22, 2007

Fields Summary
Constructors Summary
Methods Summary
public voiddoPaint(org.eclipse.swt.graphics.GC gc)
re-paint an area of the row

param
gc Area needing repainting, and GC object one can use to repaint it

public voiddoPaint(org.eclipse.swt.graphics.GC gc, boolean bVisible)

param
gc
param
b

public org.eclipse.swt.graphics.ColorgetBackground()

public org.eclipse.swt.graphics.ColorgetForeground()
Retreive the color of the row

return
color of the row

public TableCellSWTgetTableCellSWT(java.lang.String cellName)

param
cellName
return

public voidsetForeground(org.eclipse.swt.graphics.Color c)
Set the color of the row

param
c new color

public booleansetIconSize(org.eclipse.swt.graphics.Point pt)