org.gudy.azureus2.ui.swt.views
Class MyTorrentsSubView
java.lang.Object
org.gudy.azureus2.ui.swt.views.table.impl.TableViewTab<DownloadManager>
org.gudy.azureus2.ui.swt.views.MyTorrentsView
org.gudy.azureus2.ui.swt.views.MyTorrentsSubView
- All Implemented Interfaces:
- TagListener, TagTypeListener, TableCountChangeListener, TableExpansionChangeListener, TableLifeCycleListener, TableRefreshListener, TableSelectionListener, 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 MyTorrentsSubView
- extends MyTorrentsView
- Author:
- TuxPaper
Methods inherited from class org.gudy.azureus2.ui.swt.views.MyTorrentsView |
addThisColumnSubMenu, completionChanged, createTableView, createTableViewPanel, defaultSelected, deselected, destroyed, destroyInitiated, downloadComplete, downloadManagerAdded, downloadManagerRemoved, eventOccurred, filePriorityChanged, fillMenu, filterCheck, filterSet, focusChanged, getCurrentTags, getForDataSourceType, getRowDefaultHeight, getSelectedDownloads, init, initYourTableView, isCurrentTagsAny, isInCurrentTag, isOurDownloadManager, isTableFocus, keyPressed, keyReleased, mouseEnter, mouseExit, obfusticatedImage, overrideDefaultSelected, positionChanged, refreshToolBarItems, registerPluginViews, rowAdded, rowCollapsed, rowExpanded, rowRefresh, rowRemoved, seedingStatusChanged, selected, setCurrentTagsAny, setRebuildListOnFocusGain, showMyOwnMenu, stateChanged, tableRefresh, tableViewTabInitComplete, tagAdded, tagChanged, 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, initialize, refresh, viewActivated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyTorrentsSubView
public MyTorrentsSubView()
initComposite
public org.eclipse.swt.widgets.Composite initComposite(org.eclipse.swt.widgets.Composite composite)
- Overrides:
initComposite
in class TableViewTab<DownloadManager>
tableViewInitialized
public void tableViewInitialized()
- Specified by:
tableViewInitialized
in interface TableLifeCycleListener
- Overrides:
tableViewInitialized
in class MyTorrentsView
tableViewDestroyed
public void tableViewDestroyed()
- Specified by:
tableViewDestroyed
in interface TableLifeCycleListener
- Overrides:
tableViewDestroyed
in class MyTorrentsView
parameterChanged
public void parameterChanged(String parameterName)
- Description copied from interface:
ParameterListener
- Called, when a parameter has changed.
The listener could only react if the parameter name is relevant.
Or the listener can just read all parameters again.
- Specified by:
parameterChanged
in interface ParameterListener
- Overrides:
parameterChanged
in class MyTorrentsView
- Parameters:
parameterName
- the name of the parameter that has changed- See Also:
ParameterListener.parameterChanged(java.lang.String)
setCurrentTags
protected void setCurrentTags(Tag[] tags)
- Overrides:
setCurrentTags
in class MyTorrentsView