Package com.biglybt.ui.swt.views.skin
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>
,TableViewFilterCheck.TableViewFilterCheckEx<DownloadManager>
,ObfuscateImage
,UISWTViewEventListener
,UISWTViewCoreEventListener
,TableViewSWTMenuFillListener
,TableViewSWTPanelCreator
,java.util.EventListener
,org.eclipse.swt.events.KeyListener
,org.eclipse.swt.internal.SWTEventListener
public class MyTorrentsView_Big extends MyTorrentsView
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.biglybt.ui.common.table.TableViewFilterCheck
TableViewFilterCheck.TableViewFilterCheckEx<DATASOURCETYPE>
-
Nested classes/interfaces inherited from interface com.biglybt.core.tag.TagTypeListener
TagTypeListener.TagEvent
-
-
Field Summary
Fields Modifier and Type Field Description private int
torrentFilterMode
-
Fields inherited from class com.biglybt.ui.swt.views.MyTorrentsView
cCategoriesAndTags, filterBox, isEmptyListOnNullDS, neverShowCatButtons, neverShowTagButtons, viewActive
-
Fields inherited from interface com.biglybt.ui.common.table.TableLifeCycleListener
EVENT_TABLELIFECYCLE_DESTROYED, EVENT_TABLELIFECYCLE_INITIALIZED, EVENT_TABLELIFECYCLE_SHUTDOWN
-
Fields inherited from interface com.biglybt.pif.ui.toolbar.UIToolBarActivationListener
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK
-
-
Constructor Summary
Constructors Constructor Description MyTorrentsView_Big(Core _core, int torrentFilterMode, java.lang.Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter, org.eclipse.swt.widgets.Composite cCatsTags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
defaultSelected(TableRowCore[] rows, int stateMask, int origin)
boolean
isOurDownloadManager(DownloadManager dm)
-
Methods inherited from class com.biglybt.ui.swt.views.MyTorrentsView
addThisColumnSubMenu, collapseAll, completionChanged, createTableView, createTableViewPanel, deselected, destroyed, destroyInitiated, downloadComplete, downloadManagerAdded, downloadManagerRemoved, eventOccurred, filePriorityChanged, fillMenu, filterCheck, filterSet, focusChanged, getCurrentTags, getForDataSourceType, getRowDefaultHeight, getSelectedDownloads, init, initYourTableView, isCurrentTagsAny, isInCurrentTag, isTableFocus, keyPressed, keyReleased, mouseEnter, mouseExit, obfuscatedImage, overrideDefaultSelected, parameterChanged, positionChanged, potentialDeletionChanged, refreshToolBarItems, registerPluginViews, 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, viewChanged
-
Methods inherited from class com.biglybt.ui.swt.views.table.impl.TableViewTab
allowCreate, dataSourceChanged, delete, enableFilterCheck, generate, getComposite, getFullTitle, getPropertiesPrefix, getSWTView, getTableView, initComposite, initialize, parentDataSourceChanged, refresh, viewActivated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.biglybt.core.download.DownloadManagerListener
fileLocationChanged
-
Methods inherited from interface com.biglybt.core.global.GlobalManagerListener
destroyInitiated
-
Methods inherited from interface com.biglybt.ui.common.table.TableSelectionListener
defaultSelected
-
Methods inherited from interface com.biglybt.pif.ui.UIPluginViewToolBarListener
isActive
-
-
-
-
Constructor Detail
-
MyTorrentsView_Big
public MyTorrentsView_Big(Core _core, int torrentFilterMode, java.lang.Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter, org.eclipse.swt.widgets.Composite cCatsTags)
-
-
Method Detail
-
isOurDownloadManager
public boolean isOurDownloadManager(DownloadManager dm)
- Overrides:
isOurDownloadManager
in classMyTorrentsView
-
defaultSelected
public void defaultSelected(TableRowCore[] rows, int stateMask, int origin)
- Specified by:
defaultSelected
in interfaceTableSelectionListener
- Overrides:
defaultSelected
in classMyTorrentsView
-
-