Class ImageList

java.lang.Object
org.eclipse.swt.internal.ImageList

public class ImageList extends Object
  • Constructor Details

    • ImageList

      public ImageList(int style)
    • ImageList

      public ImageList(int style, int width, int height)
  • Method Details

    • add

      public int add(Image image)
    • addRef

      public int addRef()
    • dispose

      public void dispose()
    • get

      public Image get(int index)
    • getStyle

      public int getStyle()
    • getHandle

      public long 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

      public int removeRef()
    • size

      public int size()