FileDocCategorySizeDatePackage
UIPluginView.javaAPI DocAzureus 3.0.3.41721Thu Feb 09 19:42:46 GMT 2006org.gudy.azureus2.plugins.ui

UIPluginView

public interface UIPluginView
All plugin views should inherit from this interface so that we can always check to see if they are a plugin view.

Any non generic UI plugin view functions are placed here, and every UI should implement them.

author
TuxPaper
since
2.3.0.5
see
org.gudy.azureus2.ui.swt.plugins.UISWTView

Fields Summary
Constructors Summary
Methods Summary
public voidcloseView()
Closes the view

since
2.3.0.6

public java.lang.ObjectgetDataSource()
Retrieve the data sources related to this view.

return
dependent upon subclasses implementation

public java.lang.StringgetViewID()
ID of the view

return
ID of the view
since
2.3.0.6