wt.clients.util
Class CheckboxMultiList.CheckboxCell

java.lang.Object
  extended bysymantec.itools.awt.multiList.Cell
      extended bysymantec.itools.awt.multiList.TextAndImageCell
          extended bywt.clients.util.CheckboxMultiList.CheckboxCell
All Implemented Interfaces:
ImageObserver, Serializable
Enclosing class:
CheckboxMultiList

class CheckboxMultiList.CheckboxCell
extends symantec.itools.awt.multiList.TextAndImageCell

A cell for the CheckboxMultiList.


Field Summary
 
Fields inherited from class symantec.itools.awt.multiList.TextAndImageCell
im, list, text
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
CheckboxMultiList.CheckboxCell(symantec.itools.awt.MultiList l)
          Constructs a default TextAndImageCell.
CheckboxMultiList.CheckboxCell(symantec.itools.awt.MultiList l, Image i)
          Constructs a TextAndImageCell with the given image value.
CheckboxMultiList.CheckboxCell(symantec.itools.awt.MultiList l, String s)
          Constructs a TextAndImageCell with the given text value.
CheckboxMultiList.CheckboxCell(symantec.itools.awt.MultiList l, String s, Image i)
          Constructs a TextAndImageCell with the given text and image values.
 
Method Summary
 void drawCell(Graphics g, int align, int x, int y, int w, int h, int asc)
           
 
Methods inherited from class symantec.itools.awt.multiList.TextAndImageCell
getImage, getText, imageUpdate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckboxMultiList.CheckboxCell

public CheckboxMultiList.CheckboxCell(symantec.itools.awt.MultiList l)
Constructs a default TextAndImageCell.

Parameters:
l - the MultiList this cell is in

CheckboxMultiList.CheckboxCell

public CheckboxMultiList.CheckboxCell(symantec.itools.awt.MultiList l,
                                      String s)
Constructs a TextAndImageCell with the given text value.

Parameters:
l - the MultiList this cell is in
s - the cell's text value

CheckboxMultiList.CheckboxCell

public CheckboxMultiList.CheckboxCell(symantec.itools.awt.MultiList l,
                                      Image i)
Constructs a TextAndImageCell with the given image value.

Parameters:
l - the MultiList this cell is in
i - the cell's image value

CheckboxMultiList.CheckboxCell

public CheckboxMultiList.CheckboxCell(symantec.itools.awt.MultiList l,
                                      String s,
                                      Image i)
Constructs a TextAndImageCell with the given text and image values.

Parameters:
l - the MultiList this cell is in
s - the cell's text value
i - the cell's image value
Method Detail

drawCell

public void drawCell(Graphics g,
                     int align,
                     int x,
                     int y,
                     int w,
                     int h,
                     int asc)