borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.view
java.lang.Object +----borland.jbcl.view.ImageItemPainter +----borland.jbcl.view.ImageArrayItemPainter +----borland.jbcl.view.StateImageItemPainter
Variables Constructors Properties Methods
Implements ItemPainter
The ImageArrayItemPainter class paints an image as an item in a list for display in a model-view control. It includes the functionality to insert an image, adjust the space, and remove an image.
protected int imageCount
protected Image[] images
public ImageArrayItemPainter(java.awt.Component component, int alignment, java.awt.Image[] images)
public int add(java.awt.Image image)
protected void assureSpace(int count)
public int find(java.awt.Image image)
public int insert(java.awt.Image image, int index)
public boolean remove(int index)
public boolean remove(java.awt.Image image)