Uses of Interface
com.biglybt.ui.common.table.TableView
-
-
Uses of TableView in com.biglybt.pif.ui.tables
Methods in com.biglybt.pif.ui.tables that return TableView Modifier and Type Method Description TableView<?>
TableRow. getView()
-
Uses of TableView in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table that return TableView Modifier and Type Method Description TableView
TableRowCore. getView()
Methods in com.biglybt.ui.common.table with parameters of type TableView Modifier and Type Method Description void
TableLifeCycleListener. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
TableViewFilterCheck.TableViewFilterCheckEx. viewChanged(TableView<DATASOURCETYPE> view)
-
Uses of TableView in com.biglybt.ui.common.table.impl
Classes in com.biglybt.ui.common.table.impl that implement TableView Modifier and Type Class Description class
TableViewImpl<DATASOURCETYPE>
-
Uses of TableView in com.biglybt.ui.selectedcontent
Fields in com.biglybt.ui.selectedcontent declared as TableView Modifier and Type Field Description private static TableView
SelectedContentManager. tv
Methods in com.biglybt.ui.selectedcontent that return TableView Modifier and Type Method Description static TableView
SelectedContentManager. getCurrentlySelectedTableView()
Methods in com.biglybt.ui.selectedcontent with parameters of type TableView Modifier and Type Method Description static void
SelectedContentManager. changeCurrentlySelectedContent(java.lang.String viewID, ISelectedContent[] currentlySelectedContent, TableView tv)
private static boolean
SelectedContentManager. changeCurrentlySelectedContentNoTrigger(java.lang.String viewID, ISelectedContent[] currentlySelectedContent, TableView tv)
-
Uses of TableView in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type TableView Modifier and Type Method Description static void
TorrentUtil. fillTorrentMenu(org.eclipse.swt.widgets.Menu menu, DownloadManager[] dms, Core core, boolean include_show_details, int selected_dl_types, TableView tv)
private static void
TorrentUtil. moveSelectedTorrentsTo(TableView<DownloadManager> tv, DownloadManager[] selected_dms, int iNewPos)
static void
TorrentUtil. repositionManual(TableView<DownloadManager> tv, DownloadManager[] dms, org.eclipse.swt.widgets.Shell shell, boolean isSeedingView)
-
Uses of TableView in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type TableView Modifier and Type Method Description private static void
FilesViewMenuUtil. askForRenameFilenameAndExec(DiskManagerFileInfo fileInfo, TableView tv)
private static void
FilesViewMenuUtil. askForRenameFilenameAndExecSupport(DiskManagerFileInfo fileInfo, TableView tv)
static void
FilesViewMenuUtil. fillMenu(TableView<?> tv, java.lang.String columnName, org.eclipse.swt.widgets.Menu menu, DownloadManager[] manager_list, DiskManagerFileInfo[][] files_list, boolean multi_dl_view, boolean disable_multi_dialog_crud)
static void
PeersViewBase. fillMenu(org.eclipse.swt.widgets.Menu menu, TableView<PEPeer> tv, org.eclipse.swt.widgets.Shell shell, DownloadManager download_specific)
private static void
FilesViewMenuUtil. invalidateRows(TableView tv, java.util.List<DiskManagerFileInfo> files)
static void
FilesViewMenuUtil. rename(TableView tv, java.lang.Object[] datasources, boolean rename_it, boolean retarget_it, boolean batch)
static void
FilesViewMenuUtil. revertFiles(TableView<?> tv, DownloadManager[] dms)
static void
FilesViewMenuUtil. revertFiles(TableView<?> tv, java.util.List<DiskManagerFileInfo> files)
private static void
FilesViewMenuUtil. revertFiles(TableView<?> tv, java.util.List<DiskManagerFileInfo> files, boolean hard_link, boolean copy, boolean retain_names)
private void
MyTorrentsView. swt_viewChanged(TableView<DownloadManager> view)
void
ArchivedFilesView. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
FilesView. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
MySharesView. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
MyTorrentsView. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
MyTrackerView. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
PeersGeneralView. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
PeersSuperView. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
PeersView. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
PeersViewBase. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
PiecesSuperView. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
PiecesViewBase. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
TrackerAvailView. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
TrackerView. tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
void
FilesView. viewChanged(TableView<DiskManagerFileInfo> view)
void
MyTorrentsView. viewChanged(TableView<DownloadManager> view)
-
Uses of TableView in com.biglybt.ui.swt.views.clientstats
Methods in com.biglybt.ui.swt.views.clientstats with parameters of type TableView Modifier and Type Method Description void
ClientStatsView. tableLifeCycleEventOccurred(TableView tv, int eventype, java.util.Map<java.lang.String,java.lang.Object> data)
-
Uses of TableView in com.biglybt.ui.swt.views.table
Subinterfaces of TableView in com.biglybt.ui.swt.views.table Modifier and Type Interface Description interface
TableViewSWT<DATASOURCETYPE>
Fields in com.biglybt.ui.swt.views.table declared as TableView Modifier and Type Field Description private TableView<?>
TableSelectedRowsListener. tv
Constructors in com.biglybt.ui.swt.views.table with parameters of type TableView Constructor Description TableSelectedRowsListener(TableView<?> impl)
triggers the event off of the SWT threadTableSelectedRowsListener(TableView<?> impl, boolean getOffSWT)
-
Uses of TableView in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl declared as TableView Modifier and Type Field Description private TableView<?>
TableViewSWT_TabsCommon. tvOverride
Methods in com.biglybt.ui.swt.views.table.impl that return TableView Modifier and Type Method Description TableView
TableRowSWTBase. getView()
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableView Modifier and Type Method Description void
TableViewSWT_TabsCommon. setTvOverride(TableView<?> tvOverride)
void
TableViewSWT_TabsCommon. triggerTabViewsDataSourceChanged(TableView<?> tv)
-
Uses of TableView in com.biglybt.ui.swt.views.table.painted
Classes in com.biglybt.ui.swt.views.table.painted that implement TableView Modifier and Type Class Description class
TableViewPainted
A TableView implemented by painting on a canvas TODO: Keyboard Selection Cursor Column move and resize past bounds
-