File
Doc
Category
Size
Date
Package
GraphicSWTImpl.java
API Doc
Azureus 3.0.3.4
1488
Thu Feb 09 19:43:24 GMT 2006
org.gudy.azureus2.pluginsimpl.local.ui.SWT
GraphicSWTImpl
java.lang.Object
public class GraphicSWTImpl extends Object implements org.gudy.azureus2.plugins.ui.SWT.GraphicSWT
An SWT image to be used in Azureus
see
SWTManager.createGraphic
Fields Summary
org.eclipse.swt.graphics.Image
img
Constructors Summary
public GraphicSWTImpl
(
org.eclipse.swt.graphics.Image
newImage)
img = newImage;
Methods Summary
public
org.eclipse.swt.graphics.Image
getImage
()
return img;
public
boolean
setImage
(
org.eclipse.swt.graphics.Image
newImage)
if (img == newImage) return false; img = newImage; return true;
Java Code Source