com.aelitis.azureus.ui.swt.views.skin
Class MyTorrentsView_Big

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.views.table.impl.TableViewTab<DownloadManager>
      extended by org.gudy.azureus2.ui.swt.views.MyTorrentsView
          extended by com.aelitis.azureus.ui.swt.views.skin.MyTorrentsView_Big
All Implemented Interfaces:
TagListener, TagTypeListener, TableCountChangeListener, TableExpansionChangeListener, TableLifeCycleListener, TableRefreshListener, TableSelectionListener, TableViewCreator, TableViewFilterCheck<DownloadManager>, TableViewFilterCheck.TableViewFilterCheckEx<DownloadManager>, EventListener, org.eclipse.swt.events.KeyListener, org.eclipse.swt.internal.SWTEventListener, ParameterListener, DownloadManagerListener, GlobalManagerListener, AEDiagnosticsEvidenceGenerator, TableRowRefreshListener, UIToolBarActivationListener, UIToolBarEnablerBase, UIPluginViewToolBarListener, ObfusticateImage, UISWTViewEventListener, UISWTViewCoreEventListener, TableViewSWTMenuFillListener, TableViewSWTPanelCreator

public class MyTorrentsView_Big
extends MyTorrentsView


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.aelitis.azureus.core.tag.TagTypeListener
TagTypeListener.TagEvent
 
Nested classes/interfaces inherited from interface com.aelitis.azureus.ui.common.table.TableViewFilterCheck
TableViewFilterCheck.TableViewFilterCheckEx<DATASOURCETYPE>
 
Field Summary
 
Fields inherited from class org.gudy.azureus2.ui.swt.views.MyTorrentsView
cCategoriesAndTags, eta_absolute, isEmptyListOnNullDS, neverShowCatOrTagButtons, preferred_tracker_names, progress_eta_absolute, txtFilter, viewActive
 
Fields inherited from interface com.aelitis.azureus.ui.common.table.TableLifeCycleListener
EVENT_DESTROYED, EVENT_INITIALIZED
 
Fields inherited from interface org.gudy.azureus2.plugins.ui.toolbar.UIToolBarActivationListener
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK
 
Constructor Summary
MyTorrentsView_Big(AzureusCore _azureus_core, int torrentFilterMode, TableColumnCore[] basicItems, org.eclipse.swt.widgets.Text txtFilter, org.eclipse.swt.widgets.Composite cCatsTags)
           
 
Method Summary
 void defaultSelected(TableRowCore[] rows, int stateMask)
           
protected  int getRowDefaultHeight()
          Returns the default row height for the table Subclasses my override to return a different height if needed; a height of -1 means use default
 boolean isOurDownloadManager(DownloadManager dm)
           
 
Methods inherited from class org.gudy.azureus2.ui.swt.views.MyTorrentsView
addThisColumnSubMenu, completionChanged, createTableView, createTableViewPanel, deselected, destroyed, destroyInitiated, downloadComplete, downloadManagerAdded, downloadManagerRemoved, eventOccurred, filePriorityChanged, fillMenu, filterCheck, filterSet, focusChanged, getCurrentTags, getForDataSourceType, getSelectedDownloads, init, initYourTableView, isCurrentTagsAny, isInCurrentTag, isTableFocus, keyPressed, keyReleased, mouseEnter, mouseExit, obfusticatedImage, overrideDefaultSelected, parameterChanged, positionChanged, refreshToolBarItems, registerPluginViews, rowAdded, rowCollapsed, rowExpanded, rowRefresh, rowRemoved, seedingStatusChanged, selected, setCurrentTags, setCurrentTagsAny, setRebuildListOnFocusGain, showMyOwnMenu, stateChanged, tableRefresh, tableViewDestroyed, tableViewInitialized, tableViewTabInitComplete, tagAdded, tagChanged, tagEventOccurred, taggableAdded, taggableRemoved, taggableSync, tagRemoved, tagTypeChanged, toolBarItemActivated, updateLanguage, updateSelectedContent, updateSelectedContent, viewChanged
 
Methods inherited from class org.gudy.azureus2.ui.swt.views.table.impl.TableViewTab
dataSourceChanged, delete, enableFilterCheck, generate, getComposite, getFullTitle, getPrivateMenu, getPropertiesPrefix, getSWTView, getTableView, initComposite, initialize, refresh, viewActivated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyTorrentsView_Big

public MyTorrentsView_Big(AzureusCore _azureus_core,
                          int torrentFilterMode,
                          TableColumnCore[] basicItems,
                          org.eclipse.swt.widgets.Text txtFilter,
                          org.eclipse.swt.widgets.Composite cCatsTags)
Method Detail

isOurDownloadManager

public boolean isOurDownloadManager(DownloadManager dm)
Overrides:
isOurDownloadManager in class MyTorrentsView

defaultSelected

public void defaultSelected(TableRowCore[] rows,
                            int stateMask)
Specified by:
defaultSelected in interface TableSelectionListener
Overrides:
defaultSelected in class MyTorrentsView

getRowDefaultHeight

protected int getRowDefaultHeight()
Description copied from class: MyTorrentsView
Returns the default row height for the table Subclasses my override to return a different height if needed; a height of -1 means use default

Overrides:
getRowDefaultHeight in class MyTorrentsView
Returns: