Uses of Interface
com.biglybt.ui.common.table.TableCellCore
-
-
Uses of TableCellCore in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table that return TableCellCore Modifier and Type Method Description TableCellCore[]
TableView. getColumnCells(java.lang.String columnName)
Retrieve a list ofTableCellCore[]
TableRowCore. getSortColumnCells(java.lang.String hint)
TableCellCore
TableRowCore. getTableCellCore(java.lang.String field)
Retrieve a cell based on the supplied valueTableCellCore
TableView. getTableCellWithCursor()
Methods in com.biglybt.ui.common.table that return types with arguments of type TableCellCore Modifier and Type Method Description java.util.List<TableCellCore>
TableRowCore. refresh(boolean bDoGraphics, boolean bVisible)
Methods in com.biglybt.ui.common.table with parameters of type TableCellCore Modifier and Type Method Description void
TableColumnCore. invokeCellToolTipListeners(TableCellCore cell, int type)
Send a tool tip event to the tool tip listenersvoid
TableColumnCore. invokeCellVisibilityListeners(TableCellCore cell, int visibility)
Send a visibility event to the cell's visibility listeners -
Uses of TableCellCore in com.biglybt.ui.common.table.impl
Methods in com.biglybt.ui.common.table.impl that return TableCellCore Modifier and Type Method Description TableCellCore[]
TableViewImpl. getColumnCells(java.lang.String sColumnName)
Methods in com.biglybt.ui.common.table.impl with parameters of type TableCellCore Modifier and Type Method Description void
TableColumnImpl. invokeCellToolTipListeners(TableCellCore cell, int type)
void
TableColumnImpl. invokeCellVisibilityListeners(TableCellCore cell, int visibility)
-
Uses of TableCellCore in com.biglybt.ui.swt.views.table
Subinterfaces of TableCellCore in com.biglybt.ui.swt.views.table Modifier and Type Interface Description interface
TableCellSWT
SWT specific functions for Table CellsMethods in com.biglybt.ui.swt.views.table that return TableCellCore Modifier and Type Method Description TableCellCore
TableViewSWT. getTableCell(int x, int y)
-
Uses of TableCellCore in com.biglybt.ui.swt.views.table.impl
Classes in com.biglybt.ui.swt.views.table.impl that implement TableCellCore Modifier and Type Class Description class
FakeTableCell
class
TableCellSWTBase
Fields in com.biglybt.ui.swt.views.table.impl declared as TableCellCore Modifier and Type Field Description (package private) TableCellCore
TableViewSWT_Common. lastCell
Methods in com.biglybt.ui.swt.views.table.impl that return TableCellCore Modifier and Type Method Description TableCellCore
TableRowSWTBase. getTableCellCore(java.lang.String name)
Methods in com.biglybt.ui.swt.views.table.impl that return types with arguments of type TableCellCore Modifier and Type Method Description java.util.List<TableCellCore>
TableRowSWTBase. refresh(boolean bDoGraphics, boolean bVisible)
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableCellCore Modifier and Type Method Description private TableCellMouseEvent
TableViewSWT_Common. createMouseEvent(TableCellCore cell, org.eclipse.swt.events.MouseEvent e, int type, boolean allowOOB)
private boolean
TableViewSWT_Common. isInExpando(TableRowSWT row, TableCellCore cell, TableColumnCore tc, org.eclipse.swt.events.MouseEvent e)
void
TableViewSWT_Common. mouseDown(TableRowSWT row, TableCellCore cell, int button, int stateMask)
void
TableViewSWT_Common. mouseUp(TableRowCore row, TableCellCore cell, int button, int stateMask)
-
Uses of TableCellCore in com.biglybt.ui.swt.views.table.painted
Classes in com.biglybt.ui.swt.views.table.painted that implement TableCellCore Modifier and Type Class Description class
TableCellPainted
Methods in com.biglybt.ui.swt.views.table.painted that return TableCellCore Modifier and Type Method Description TableCellCore[]
TableRowPainted. getSortColumnCells(java.lang.String hint)
TableCellCore
TableViewPainted. getTableCell(int x, int y)
TableCellCore
TableRowPainted. getTableCellCore(java.lang.String name)
TableCellCore
TableViewPainted. getTableCellWithCursor()
Methods in com.biglybt.ui.swt.views.table.painted that return types with arguments of type TableCellCore Modifier and Type Method Description java.util.List<TableCellCore>
TableRowPainted. refresh(boolean bDoGraphics, boolean bVisible)
-