wt.clients.util
Class CheckboxMultiList.CheckboxCell
java.lang.Object
symantec.itools.awt.multiList.Cell
symantec.itools.awt.multiList.TextAndImageCell
wt.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.
Fields inherited from class symantec.itools.awt.multiList.TextAndImageCell |
im, list, text |
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 |
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 ins
- 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 ini
- 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 ins
- the cell's text valuei
- the cell's image value
drawCell
public void drawCell(Graphics g,
int align,
int x,
int y,
int w,
int h,
int asc)