org.eclipse.swt.widgets
Class ImageList

java.lang.Object
  |
  +--org.eclipse.swt.widgets.ImageList

class ImageList
extends Object


Field Summary
(package private) static int CREATE_FLAGS
           
(package private)  int handle
           
(package private)  Image[] images
           
(package private)  int refCount
           
 
Constructor Summary
ImageList()
           
 
Method Summary
 int add(Image image)
           
(package private)  int addRef()
           
(package private)  int copyBitmap(int hImage, int width, int height)
           
(package private)  int copyIcon(int hImage, int width, int height)
           
(package private)  int createMask(int hBitmap, int width, int height, int background)
           
 void dispose()
           
 Image get(int index)
           
 int getHandle()
           
 Point getImageSize()
           
 int indexOf(Image image)
           
 void put(int index, Image image)
           
 void remove(int index)
           
(package private)  int removeRef()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handle

int handle

refCount

int refCount

images

Image[] images

CREATE_FLAGS

static final int CREATE_FLAGS
Constructor Detail

ImageList

public ImageList()
Method Detail

add

public int add(Image image)

addRef

int addRef()

copyBitmap

int copyBitmap(int hImage,
               int width,
               int height)

copyIcon

int copyIcon(int hImage,
             int width,
             int height)

createMask

int createMask(int hBitmap,
               int width,
               int height,
               int background)

dispose

public void dispose()

get

public Image get(int index)

getHandle

public int getHandle()

getImageSize

public Point getImageSize()

indexOf

public int indexOf(Image image)

put

public void put(int index,
                Image image)

remove

public void remove(int index)

removeRef

int removeRef()

size

public int size()


comments?