|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
UISWTInstance
public interface SWTManager
Evil SWT Specific stuff that plugins may need access to
| Method Summary | |
|---|---|
void |
addView(PluginView view)
Deprecated. A Plugin might call this method to add a View to Azureus's views The View will be accessible from View > Plugins > View name |
void |
addView(PluginView view,
boolean autoOpen)
Deprecated. A Plugin might call this method to add a View to Azureus's views The View will be accessible from View > Plugins > View name |
GraphicSWT |
createGraphic(org.eclipse.swt.graphics.Image img)
Deprecated. Creates an UIImageSWT object with the supplied SWT Image |
org.eclipse.swt.widgets.Display |
getDisplay()
Deprecated. Retrieve the SWT Display object that Azureus uses (when in SWT mode). |
| Method Detail |
|---|
org.eclipse.swt.widgets.Display getDisplay()
GraphicSWT createGraphic(org.eclipse.swt.graphics.Image img)
img - Image to assign to the object
void addView(PluginView view)
view - The PluginView to be added
void addView(PluginView view,
boolean autoOpen)
view - The PluginView to be addedautoOpen - Whether the plugin should auto-open at startup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||