|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.swt.widgets.ImageList
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 |
int handle
int refCount
Image[] images
static final int CREATE_FLAGS
Constructor Detail |
public ImageList()
Method Detail |
public int add(Image image)
int addRef()
int copyBitmap(int hImage, int width, int height)
int copyIcon(int hImage, int width, int height)
int createMask(int hBitmap, int width, int height, int background)
public void dispose()
public Image get(int index)
public int getHandle()
public Point getImageSize()
public int indexOf(Image image)
public void put(int index, Image image)
public void remove(int index)
int removeRef()
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |