org.gudy.azureus2.ui.swt.plugins
Interface UISWTAWTPluginView


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

public interface UISWTAWTPluginView


Method Summary
 java.awt.Component create()
          Deprecated. Create an AWT component for this view instance
 void delete(java.awt.Component component)
          Deprecated. The view instance has been closed
 java.lang.String getPluginViewName()
          Deprecated.  
 void open(java.awt.Component component)
          Deprecated. The view instance is visible
 

Method Detail

getPluginViewName

java.lang.String getPluginViewName()
Deprecated. 

create

java.awt.Component create()
Deprecated. 
Create an AWT component for this view instance

Returns:

open

void open(java.awt.Component component)
Deprecated. 
The view instance is visible

Parameters:
component -

delete

void delete(java.awt.Component component)
Deprecated. 
The view instance has been closed

Parameters:
component -