org.gudy.azureus2.ui.swt.plugins
Class UISWTPluginView

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.views.AbstractIView
      extended by org.gudy.azureus2.ui.swt.plugins.UISWTPluginView
All Implemented Interfaces:
org.gudy.azureus2.ui.swt.IconBarEnabler, org.gudy.azureus2.ui.swt.mainwindow.Refreshable, IView

Deprecated. Use UISWTInstance.addView(String, String, UISWTViewEventListener)

public abstract class UISWTPluginView
extends AbstractIView

This Class must be extended by Plugin willing to have their own view in Azureus

Author:
Olivier

Field Summary
 
Fields inherited from class org.gudy.azureus2.ui.swt.views.AbstractIView
this_mon
 
Constructor Summary
UISWTPluginView()
          Deprecated.  
 
Method Summary
abstract  java.lang.String getPluginViewName()
          Deprecated.  
 
Methods inherited from class org.gudy.azureus2.ui.swt.views.AbstractIView
dataSourceChanged, delete, generateDiagnostics, getComposite, getData, getFullTitle, getShortTitle, initialize, isEnabled, isSelected, itemActivated, refresh, updateLanguage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UISWTPluginView

public UISWTPluginView()
Deprecated. 
Method Detail

getPluginViewName

public abstract java.lang.String getPluginViewName()
Deprecated. 
Returns:
The name of the Plugin, as seen in the View > Plugins menu
Since:
2.0.4.0