Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.swt.widgets
Class ImageList  view ImageList download ImageList.java

java.lang.Object
  extended byorg.eclipse.swt.widgets.ImageList

class ImageList
extends java.lang.Object


Field Summary
(package private)  int height
           
(package private)  org.eclipse.swt.graphics.Image[] images
           
(package private)  long[] pixbufs
           
(package private)  int width
           
 
Constructor Summary
ImageList()
           
 
Method Summary
 int add(org.eclipse.swt.graphics.Image image)
           
 void dispose()
           
 org.eclipse.swt.graphics.Image get(int index)
           
(package private)  long getPixbuf(int index)
           
 int indexOf(org.eclipse.swt.graphics.Image image)
           
(package private)  int indexOf(long pixbuf)
           
 boolean isDisposed()
           
 void remove(org.eclipse.swt.graphics.Image image)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pixbufs

long[] pixbufs

width

int width

height

int height

images

org.eclipse.swt.graphics.Image[] images
Constructor Detail

ImageList

public ImageList()
Method Detail

add

public int add(org.eclipse.swt.graphics.Image image)

dispose

public void dispose()

get

public org.eclipse.swt.graphics.Image get(int index)

getPixbuf

long getPixbuf(int index)

indexOf

public int indexOf(org.eclipse.swt.graphics.Image image)

indexOf

int indexOf(long pixbuf)

isDisposed

public boolean isDisposed()

remove

public void remove(org.eclipse.swt.graphics.Image image)

size

public int size()