com.aelitis.azureus.ui.swt.imageloader
Class ImageLoaderRefInfo

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.imageloader.ImageLoaderRefInfo

public class ImageLoaderRefInfo
extends java.lang.Object

Author:
TuxPaper

Constructor Summary
protected ImageLoaderRefInfo(org.eclipse.swt.graphics.Image image)
           
protected ImageLoaderRefInfo(org.eclipse.swt.graphics.Image[] images)
           
 
Method Summary
protected  void addref()
           
protected  boolean canDispose()
           
protected  org.eclipse.swt.graphics.Image[] getImages()
           
protected  long getRefCount()
           
protected  java.lang.String getString()
           
protected  boolean isNonDisposable()
           
protected  void setImages(org.eclipse.swt.graphics.Image[] images)
           
protected  void setNonDisposable()
           
protected  void unref()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageLoaderRefInfo

protected ImageLoaderRefInfo(org.eclipse.swt.graphics.Image[] images)

ImageLoaderRefInfo

protected ImageLoaderRefInfo(org.eclipse.swt.graphics.Image image)
Method Detail

setNonDisposable

protected void setNonDisposable()

isNonDisposable

protected boolean isNonDisposable()

addref

protected void addref()

unref

protected void unref()

canDispose

protected boolean canDispose()

getRefCount

protected long getRefCount()

getImages

protected org.eclipse.swt.graphics.Image[] getImages()

setImages

protected void setImages(org.eclipse.swt.graphics.Image[] images)

getString

protected java.lang.String getString()