|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.azureus2.ui.swt.views.MyTorrentsSuperView
public class MyTorrentsSuperView
Wraps a "Incomplete" torrent list and a "Complete" torrent list into one view
Field Summary |
---|
Fields inherited from interface org.gudy.azureus2.plugins.ui.toolbar.UIToolBarActivationListener |
---|
ACTIVATIONTYPE_HELD, ACTIVATIONTYPE_NORMAL, ACTIVATIONTYPE_RIGHTCLICK |
Constructor Summary | |
---|---|
MyTorrentsSuperView(org.eclipse.swt.widgets.Text txtFilter,
org.eclipse.swt.widgets.Composite cCats)
|
Method Summary | |
---|---|
protected MyTorrentsView |
createTorrentView(AzureusCore _azureus_core,
String tableID,
boolean isSeedingView,
TableColumnCore[] columns,
org.eclipse.swt.widgets.Composite c)
Returns an instance of MyTorrentsView
Subclasses my override to return a different instance of MyTorrentsView |
void |
dataSourceChanged(Object newDataSource)
|
boolean |
eventOccurred(UISWTViewEvent event)
Triggers when an even listed in UISWTViewEvent occurs |
void |
generate(IndentWriter writer)
|
protected TableColumnCore[] |
getCompleteColumns()
Returns the set of columns for the completed torrents view Subclasses my override to return a different set of columns |
org.eclipse.swt.widgets.Composite |
getComposite()
|
String |
getFullTitle()
|
protected TableColumnCore[] |
getIncompleteColumns()
Returns the set of columns for the incomplete torrents view Subclasses my override to return a different set of columns |
org.eclipse.swt.widgets.Menu |
getPrivateMenu()
|
MyTorrentsView |
getSeedingview()
|
DownloadManager[] |
getSelectedDownloads()
|
UISWTView |
getSWTView()
|
MyTorrentsView |
getTorrentview()
|
void |
initialize(org.eclipse.swt.widgets.Composite parent)
|
void |
initializeDone()
|
void |
refreshToolBarItems(Map<String,Long> list)
Fill in list with the toolbar ids and states you wish to set |
boolean |
toolBarItemActivated(ToolBarItem item,
long activationType,
Object datasource)
XXX Should have been UIToolBarItem |
void |
updateLanguage()
|
void |
viewActivated()
|
void |
viewDeactivated()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyTorrentsSuperView(org.eclipse.swt.widgets.Text txtFilter, org.eclipse.swt.widgets.Composite cCats)
Method Detail |
---|
public org.eclipse.swt.widgets.Composite getComposite()
public void initialize(org.eclipse.swt.widgets.Composite parent)
public void initializeDone()
public void updateLanguage()
public String getFullTitle()
public void refreshToolBarItems(Map<String,Long> list)
UIPluginViewToolBarListener
refreshToolBarItems
in interface UIPluginViewToolBarListener
public boolean toolBarItemActivated(ToolBarItem item, long activationType, Object datasource)
UIToolBarActivationListener
toolBarItemActivated
in interface UIToolBarActivationListener
public DownloadManager[] getSelectedDownloads()
public void generate(IndentWriter writer)
generate
in interface AEDiagnosticsEvidenceGenerator
public org.eclipse.swt.widgets.Menu getPrivateMenu()
public void viewActivated()
public void viewDeactivated()
protected TableColumnCore[] getIncompleteColumns()
protected TableColumnCore[] getCompleteColumns()
protected MyTorrentsView createTorrentView(AzureusCore _azureus_core, String tableID, boolean isSeedingView, TableColumnCore[] columns, org.eclipse.swt.widgets.Composite c)
MyTorrentsView
Subclasses my override to return a different instance of MyTorrentsView
_azureus_core
- isSeedingView
- columns
- child1
-
public MyTorrentsView getTorrentview()
public MyTorrentsView getSeedingview()
public void dataSourceChanged(Object newDataSource)
public boolean eventOccurred(UISWTViewEvent event)
UISWTViewEventListener
eventOccurred
in interface UISWTViewEventListener
event
- event that occurred
public UISWTView getSWTView()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |