Uses of Class
com.biglybt.ui.swt.views.table.impl.TableCellSWTBase
-
Packages that use TableCellSWTBase Package Description com.biglybt.ui.swt.views.table.impl com.biglybt.ui.swt.views.table.painted -
-
Uses of TableCellSWTBase in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl with type parameters of type TableCellSWTBase Modifier and Type Field Description protected java.util.Map<java.lang.String,TableCellSWTBase>
TableRowSWTBase. mTableCells
-
Uses of TableCellSWTBase in com.biglybt.ui.swt.views.table.painted
Subclasses of TableCellSWTBase in com.biglybt.ui.swt.views.table.painted Modifier and Type Class Description class
TableCellPainted
Fields in com.biglybt.ui.swt.views.table.painted declared as TableCellSWTBase Modifier and Type Field Description private TableCellSWTBase[]
TableRowPainted. sortCells
Methods in com.biglybt.ui.swt.views.table.painted with parameters of type TableCellSWTBase Modifier and Type Method Description private boolean
TableRowPainted. swt_paintCell(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle cellBounds, TableCellSWTBase cell, org.eclipse.swt.graphics.Color shadowColor, boolean enableColumnBG, boolean enableColumnFG, boolean isAltColor)
-