Methods Summary |
---|
public void | delete()Delete the row
|
public java.lang.Object | getDataSource(boolean bCoreObject)Retrieve the Data Source related to this row
|
public int | getIndex()
|
public TableCellCore | getTableCellCore(java.lang.String field)Retrieve a cell based on the supplied value
|
public TableView | getView()
|
public void | invalidate()Invalidates Row
|
public void | invokeMouseListeners(org.gudy.azureus2.plugins.ui.tables.TableRowMouseEvent event)
|
public boolean | isRowDisposed()
|
public boolean | isVisible()Retreive whether the row is visible to the user. In SWT, when the table
is not VIRTUAL, all rows are "visible"
|
public void | locationChanged(int iStartColumn)Location of a column has changed
|
public void | redraw()like refresh, except a different name to confuse us.
|
public java.util.List | refresh(boolean bDoGraphics, boolean bVisible)
|
public java.util.List | refresh(boolean bDoGraphics)Refresh all the cells in the row
|
public void | setAlternatingBGColor(boolean bEvenIfNotVisible)
|
public boolean | setHeight(int iHeight)Adjust cell height. Don't use if any other column/cell uses setImage()
|
public void | setSelected(boolean bSelected)
|
public boolean | setTableItem(int newIndex)Link the row to a SWT TableItem
|
public void | setUpToDate(boolean upToDate)
|