Uses of Interface
com.biglybt.ui.common.table.TableCellCore
Packages that use TableCellCore
Package
Description
-
Uses of TableCellCore in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table that return TableCellCoreModifier and TypeMethodDescriptionTableView.getColumnCells(String columnName) Retrieve a list ofTableRowCore.getSortColumnCells(String hint) TableRowCore.getTableCellCore(String field) Retrieve a cell based on the supplied valueTableView.getTableCellWithCursor()Methods in com.biglybt.ui.common.table that return types with arguments of type TableCellCoreMethods in com.biglybt.ui.common.table with parameters of type TableCellCoreModifier and TypeMethodDescriptionvoidTableColumnCore.invokeCellToolTipListeners(TableCellCore cell, int type) Send a tool tip event to the tool tip listenersvoidTableColumnCore.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 TableCellCoreMethods in com.biglybt.ui.common.table.impl with parameters of type TableCellCoreModifier and TypeMethodDescriptionvoidTableColumnImpl.invokeCellToolTipListeners(TableCellCore cell, int type) voidTableColumnImpl.invokeCellVisibilityListeners(TableCellCore cell, int visibility) -
Uses of TableCellCore in com.biglybt.ui.swt.views.table
Subinterfaces of TableCellCore in com.biglybt.ui.swt.views.tableModifier and TypeInterfaceDescriptioninterfaceSWT specific functions for Table CellsMethods in com.biglybt.ui.swt.views.table that return TableCellCore -
Uses of TableCellCore in com.biglybt.ui.swt.views.table.impl
Classes in com.biglybt.ui.swt.views.table.impl that implement TableCellCoreFields in com.biglybt.ui.swt.views.table.impl declared as TableCellCoreMethods in com.biglybt.ui.swt.views.table.impl that return TableCellCoreMethods in com.biglybt.ui.swt.views.table.impl that return types with arguments of type TableCellCoreMethods in com.biglybt.ui.swt.views.table.impl with parameters of type TableCellCoreModifier and TypeMethodDescriptionprivate TableCellMouseEventTableViewSWT_Common.createMouseEvent(TableCellCore cell, org.eclipse.swt.events.MouseEvent e, int type, boolean allowOOB) private booleanTableViewSWT_Common.isInExpando(TableRowSWT row, TableCellCore cell, TableColumnCore tc, org.eclipse.swt.events.MouseEvent e) voidTableViewSWT_Common.mouseDown(TableRowSWT row, TableCellCore cell, int button, int stateMask) voidTableViewSWT_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 TableCellCoreMethods in com.biglybt.ui.swt.views.table.painted that return TableCellCoreModifier and TypeMethodDescriptionTableRowPainted.getSortColumnCells(String hint) TableViewPainted.getTableCell(int x, int y) TableRowPainted.getTableCellCore(String name) TableViewPainted.getTableCellWithCursor()Methods in com.biglybt.ui.swt.views.table.painted that return types with arguments of type TableCellCore