FileDocCategorySizeDatePackage
UISWTGraphic.javaAPI DocAzureus 3.0.3.41603Thu Feb 09 19:42:58 GMT 2006org.gudy.azureus2.ui.swt.plugins

UISWTGraphic

public interface UISWTGraphic implements org.gudy.azureus2.plugins.ui.Graphic
An SWT image to be used in Azureus
see
UISWTInstance#createGraphic

Fields Summary
Constructors Summary
Methods Summary
public org.eclipse.swt.graphics.ImagegetImage()
Retrieve the Image object

return
image that is stored in this object

public booleansetImage(org.eclipse.swt.graphics.Image img)
Sets the image stored in this object to the supplied parameter.

param
img new image to be stored in this object
return
true - Image Set
false - Image already set to supplied parameter