Class MyTorrentsView_Big
java.lang.Object
com.biglybt.ui.swt.views.table.impl.TableViewTab<DownloadManager>
com.biglybt.ui.swt.views.MyTorrentsView
com.biglybt.ui.swt.views.skin.MyTorrentsView_Big
- All Implemented Interfaces:
ParameterListener, DownloadManagerListener, GlobalManagerListener, TagListener, TagTypeListener, AEDiagnosticsEvidenceGenerator, TorrentUtils.PotentialTorrentDeletionListener, TableRowRefreshListener, UIToolBarActivationListener, UIToolBarEnablerBase, UIPluginViewToolBarListener, TableCountChangeListener, TableExpansionChangeListener, TableLifeCycleListener, TableRefreshListener, TableSelectionListener, TableViewCreator, TableViewFilterCheck<DownloadManager>, ObfuscateImage, UISWTViewEventListener, UISWTViewCoreEventListener, TableViewSWTMenuFillListener, TableViewSWTPanelCreator, EventListener, org.eclipse.swt.events.KeyListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface TagTypeListener
TagTypeListener.TagEvent -
Field Summary
FieldsFields inherited from class MyTorrentsView
cTitleCategoriesAndTags, filterBox, isEmptyListOnNullDS, neverShowCatButtons, neverShowTagButtons, viewActiveFields inherited from interface TableLifeCycleListener
EVENT_TABLELIFECYCLE_DESTROYED, EVENT_TABLELIFECYCLE_INITIALIZED, EVENT_TABLELIFECYCLE_SHUTDOWNFields inherited from interface UIToolBarActivationListener
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK -
Constructor Summary
ConstructorsConstructorDescriptionMyTorrentsView_Big(Core _core, int torrentFilterMode, Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter) -
Method Summary
Modifier and TypeMethodDescriptionvoiddefaultSelected(TableRowCore[] rows, int stateMask, int origin) booleanMethods inherited from class MyTorrentsView
addThisColumnSubMenu, collapseAll, completionChanged, createTableView, createTableViewPanel, debug, deselected, destroyed, destroyInitiated, downloadComplete, downloadManagerAdded, downloadManagerRemoved, eventOccurred, filePriorityChanged, fillMenu, filterCheck, filterSet, focusChanged, focusRequested, getCurrentTags, getForDataSourceType, getRowDefaultHeight, getSelectedDownloads, init, initYourTableView, isCurrentTagsAny, isInCurrentTag, isTableFocus, keyPressed, keyReleased, mouseEnter, mouseExit, obfuscatedImage, overrideDefaultSelected, parameterChanged, positionChanged, potentialDeletionChanged, refreshToolBarItems, registerPluginViews, requestAttention, rowAdded, rowCollapsed, rowExpanded, rowRefresh, rowRemoved, seedingStatusChanged, selected, selectionChanged, setCurrentTags, setCurrentTagsAny, setRebuildListOnFocusGain, showMyOwnMenu, stateChanged, tableLifeCycleEventOccurred, tableRefresh, tableViewDestroyed, tableViewInitialized, tableViewTabInitComplete, tagAdded, tagChanged, tagEventOccurred, taggableAdded, taggableRemoved, taggableSync, tagRemoved, tagTypeChanged, toolBarItemActivated, updateLanguage, updateSelectedContent, updateSelectedContent, viewChangedMethods inherited from class TableViewTab
allowCreate, dataSourceChanged, delete, enableFilterCheck, generate, getComposite, getFullTitle, getSWTView, getTableView, getTextPrefixID, initComposite, initialize, parentDataSourceChanged, refresh, setEnableTabViews, viewActivatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DownloadManagerListener
fileLocationChangedMethods inherited from interface GlobalManagerListener
destroyInitiatedMethods inherited from interface TableSelectionListener
defaultSelectedMethods inherited from interface TableViewFilterCheck
filterCheck, filterSet, setRefilterCacheMethods inherited from interface UIPluginViewToolBarListener
isActiveMethods inherited from interface UISWTViewEventListener
builderNotRequired, informOfDuplicates
-
Field Details
-
torrentFilterMode
private final int torrentFilterMode
-
-
Constructor Details
-
MyTorrentsView_Big
public MyTorrentsView_Big(Core _core, int torrentFilterMode, Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter)
-
-
Method Details
-
isOurDownloadManager
- Overrides:
isOurDownloadManagerin classMyTorrentsView
-
defaultSelected
- Specified by:
defaultSelectedin interfaceTableSelectionListener- Overrides:
defaultSelectedin classMyTorrentsView
-