|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ widgets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.swt.widgets
Class ImageList

java.lang.Objectorg.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()
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ widgets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.eclipse.swt.widgets.ImageList