Uses of Interface
com.biglybt.ui.common.table.TableView
Packages that use TableView
Package
Description
-
Uses of TableView in com.biglybt.pif.ui.tables
Methods in com.biglybt.pif.ui.tables that return TableView -
Uses of TableView in com.biglybt.pifimpl.local.ui.tables
Fields in com.biglybt.pifimpl.local.ui.tables declared as TableViewMethods in com.biglybt.pifimpl.local.ui.tables that return TableViewMethods in com.biglybt.pifimpl.local.ui.tables with parameters of type TableView -
Uses of TableView in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table that return TableViewMethods in com.biglybt.ui.common.table with parameters of type TableViewModifier and TypeMethodDescriptionvoid
TableLifeCycleListener.tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, 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 -
Uses of TableView in com.biglybt.ui.selectedcontent
Fields in com.biglybt.ui.selectedcontent declared as TableViewMethods in com.biglybt.ui.selectedcontent that return TableViewModifier and TypeMethodDescriptionstatic TableView
SelectedContentManager.getCurrentlySelectedTableView()
Methods in com.biglybt.ui.selectedcontent with parameters of type TableViewModifier and TypeMethodDescriptionstatic void
SelectedContentManager.changeCurrentlySelectedContent
(String viewID, ISelectedContent[] currentlySelectedContent, TableView tv) private static boolean
SelectedContentManager.changeCurrentlySelectedContentNoTrigger
(String viewID, ISelectedContent[] currentlySelectedContent, TableView tv) -
Uses of TableView in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type TableViewModifier and TypeMethodDescriptionstatic 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 TableViewModifier and TypeMethodDescriptionprivate static void
FilesViewMenuUtil.askForRenameFilenameAndExec
(DiskManagerFileInfo fileInfo, TableView tv) private static void
FilesViewMenuUtil.askForRenameFilenameAndExecSupport
(DiskManagerFileInfo fileInfo, TableView tv) static void
FilesViewMenuUtil.fillMenu
(TableView<?> tv, String columnName, org.eclipse.swt.widgets.Menu menu, DownloadManager[] manager_list, DiskManagerFileInfo[][] files_list, Map<DiskManagerFileInfo, String> structure_map, 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, List<DiskManagerFileInfo> files) static void
FilesViewMenuUtil.rename
(TableView tv, Object[] datasources, Map<DiskManagerFileInfo, String> structure_map, boolean rename_it, boolean retarget_it, boolean batch, boolean duplicates) static void
FilesViewMenuUtil.revertFiles
(TableView<?> tv, DownloadManager[] dms) static void
FilesViewMenuUtil.revertFiles
(TableView<?> tv, List<DiskManagerFileInfo> files) private static void
FilesViewMenuUtil.revertFiles
(TableView<?> tv, 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, Map<String, Object> data) void
FilesView.tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, Object> data) void
MySharesView.tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, Object> data) void
MyTorrentsView.tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, Object> data) void
MyTrackerView.tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, Object> data) void
PeersGeneralView.tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, Object> data) void
PeersSuperView.tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, Object> data) void
PeersView.tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, Object> data) void
PeersViewBase.tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, Object> data) void
PiecesSuperView.tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, Object> data) void
PiecesViewBase.tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, Object> data) void
TrackerAvailView.tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, Object> data) void
TrackerView.tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, 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 TableViewModifier and TypeMethodDescriptionvoid
ClientStatsView.tableLifeCycleEventOccurred
(TableView tv, int eventype, Map<String, Object> data) -
Uses of TableView in com.biglybt.ui.swt.views.table
Subinterfaces of TableView in com.biglybt.ui.swt.views.tableFields in com.biglybt.ui.swt.views.table declared as TableViewConstructors in com.biglybt.ui.swt.views.table with parameters of type TableViewModifierConstructorDescriptionTableSelectedRowsListener
(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 TableViewMethods in com.biglybt.ui.swt.views.table.impl with parameters of type TableViewModifier and TypeMethodDescriptionvoid
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 TableViewModifier and TypeClassDescriptionclass
A TableView implemented by painting on a canvas TODO: Keyboard Selection Cursor Column move and resize past bounds -
Uses of TableView in com.biglybt.ui.swt.views.tableitems.mytorrents
Methods in com.biglybt.ui.swt.views.tableitems.mytorrents with parameters of type TableViewModifier and TypeMethodDescriptionprivate boolean
RankItem.clipboardToSort
(TableView<?> tv, boolean test)