org.gudy.azureus2.plugins
Class PluginView

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

Deprecated.

public abstract class PluginView
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
PluginView()
          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

PluginView

public PluginView()
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