FileDocCategorySizeDatePackage
GraphicSWT.javaAPI DocAzureus 3.0.3.41665Thu Feb 09 19:43:12 GMT 2006org.gudy.azureus2.plugins.ui.SWT

GraphicSWT

public interface GraphicSWT implements org.gudy.azureus2.plugins.ui.Graphic
An SWT image to be used in Azureus
see
SWTManager#createGraphic
deprecated
use {@link org.gudy.azureus2.ui.swt.plugins.UISWTGraphic}

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