Uses of Interface
com.biglybt.ui.swt.views.table.TableCellSWT
-
-
Uses of TableCellSWT in com.biglybt.ui.swt.columns.search
Methods in com.biglybt.ui.swt.columns.search with parameters of type TableCellSWT Modifier and Type Method Description void
ColumnSearchResultSite. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
-
Uses of TableCellSWT in com.biglybt.ui.swt.columns.searchsubs
Methods in com.biglybt.ui.swt.columns.searchsubs with parameters of type TableCellSWT Modifier and Type Method Description void
ColumnSearchSubResultActions. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
ColumnSearchSubResultType. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
private org.eclipse.swt.graphics.Rectangle
ColumnSearchSubResultActions. getDrawBounds(TableCellSWT cell)
-
Uses of TableCellSWT in com.biglybt.ui.swt.columns.subscriptions
Methods in com.biglybt.ui.swt.columns.subscriptions with parameters of type TableCellSWT Modifier and Type Method Description void
ColumnSubResultNew. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
ColumnSubscriptionName. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
ColumnSubscriptionNew. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
-
Uses of TableCellSWT in com.biglybt.ui.swt.columns.tag
Methods in com.biglybt.ui.swt.columns.tag with parameters of type TableCellSWT Modifier and Type Method Description void
ColumnTagColor. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
ColumnTagGroupIcons. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
ColumnTagIcon. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
-
Uses of TableCellSWT in com.biglybt.ui.swt.columns.torrent
Methods in com.biglybt.ui.swt.columns.torrent with parameters of type TableCellSWT Modifier and Type Method Description void
ColumnProgressETA. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
ColumnStream. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
ColumnThumbAndName. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
ColumnThumbnail. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
private void
ColumnThumbAndName. cellPaintFileInfo(org.eclipse.swt.graphics.GC gc, TableCellSWT cell, DiskManagerFileInfo fileInfo)
-
Uses of TableCellSWT in com.biglybt.ui.swt.columns.vuzeactivity
Methods in com.biglybt.ui.swt.columns.vuzeactivity with parameters of type TableCellSWT Modifier and Type Method Description void
ColumnActivityActions. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
ColumnActivityNew. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
ColumnActivityText. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
ColumnActivityType. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
private org.eclipse.swt.graphics.Rectangle
ColumnActivityActions. getDrawBounds(TableCellSWT cell)
private org.eclipse.swt.graphics.Rectangle
ColumnActivityText. getDrawBounds(TableCellSWT cell)
private GCStringPrinter
ColumnActivityText. setupStringPrinter(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
-
Uses of TableCellSWT in com.biglybt.ui.swt.devices.columns
Methods in com.biglybt.ui.swt.devices.columns with parameters of type TableCellSWT Modifier and Type Method Description void
ColumnFO_Progress. cellPaint(org.eclipse.swt.graphics.GC gcImage, TableCellSWT cell)
void
ColumnTJ_Completion. cellPaint(org.eclipse.swt.graphics.GC gcImage, TableCellSWT cell)
-
Uses of TableCellSWT in com.biglybt.ui.swt.shells.opentorrent
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TableCellSWT Modifier and Type Method Description void
TableColumnOTOF_Size. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
-
Uses of TableCellSWT in com.biglybt.ui.swt.views.columnsetup
Methods in com.biglybt.ui.swt.views.columnsetup with parameters of type TableCellSWT Modifier and Type Method Description void
ColumnTC_NameInfo. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
ColumnTC_Sample.Cell. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
-
Uses of TableCellSWT in com.biglybt.ui.swt.views.table
Methods in com.biglybt.ui.swt.views.table that return TableCellSWT Modifier and Type Method Description TableCellSWT
TableRowSWT. getTableCellSWT(java.lang.String cellName)
Methods in com.biglybt.ui.swt.views.table with parameters of type TableCellSWT Modifier and Type Method Description void
TableCellSWTPaintListener. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
org.eclipse.swt.graphics.Point
TableViewSWT. getTableCellMouseOffset(TableCellSWT tableCell)
-
Uses of TableCellSWT in com.biglybt.ui.swt.views.table.impl
Classes in com.biglybt.ui.swt.views.table.impl that implement TableCellSWT Modifier and Type Class Description class
FakeTableCell
class
TableCellSWTBase
Methods in com.biglybt.ui.swt.views.table.impl that return TableCellSWT Modifier and Type Method Description TableCellSWT
TableRowSWTBase. getTableCellSWT(java.lang.String name)
-
Uses of TableCellSWT in com.biglybt.ui.swt.views.table.painted
Classes in com.biglybt.ui.swt.views.table.painted that implement TableCellSWT Modifier and Type Class Description class
TableCellPainted
Methods in com.biglybt.ui.swt.views.table.painted that return TableCellSWT Modifier and Type Method Description TableCellSWT
TableRowPainted. getTableCellSWT(java.lang.String name)
Methods in com.biglybt.ui.swt.views.table.painted with parameters of type TableCellSWT Modifier and Type Method Description org.eclipse.swt.graphics.Point
TableViewPainted. getTableCellMouseOffset(TableCellSWT tableCell)
-
Uses of TableCellSWT in com.biglybt.ui.swt.views.tableitems.files
Methods in com.biglybt.ui.swt.views.tableitems.files with parameters of type TableCellSWT Modifier and Type Method Description void
NameItem. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
-
Uses of TableCellSWT in com.biglybt.ui.swt.views.tableitems.mytorrents
Methods in com.biglybt.ui.swt.views.tableitems.mytorrents with parameters of type TableCellSWT Modifier and Type Method Description void
CategoryIconsItem. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
ColumnFileCount. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
CompletionItem. cellPaint(org.eclipse.swt.graphics.GC gcImage, TableCellSWT cell)
void
HealthItem. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
TagColorsItem. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
TagIconsItem. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
void
TagsItem. cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
-