Package org.eclipse.swt.internal
Class ImageList
java.lang.Object
org.eclipse.swt.internal.ImageList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic longconvertSurface(Image image) static longcreatePixbuf(long surface) static longcreatePixbuf(Image image) voiddispose()get(int index) longgetSurface(int index) intindexOf(long pixbuf) intbooleanvoidvoid
-
Constructor Details
-
ImageList
public ImageList()
-
-
Method Details
-
convertSurface
-
createPixbuf
public static long createPixbuf(long surface) -
createPixbuf
-
add
-
dispose
public void dispose() -
get
-
getSurface
public long getSurface(int index) -
indexOf
-
indexOf
public int indexOf(long pixbuf) -
isDisposed
public boolean isDisposed() -
put
-
remove
-