wt.clients.beans
Class WTCell

java.lang.Object
  extended bysymantec.itools.awt.multiList.Cell
      extended bysymantec.itools.awt.multiList.TextAndImageCell
          extended bywt.clients.beans.WTCell
All Implemented Interfaces:
ImageObserver, Serializable

class WTCell
extends symantec.itools.awt.multiList.TextAndImageCell


Field Summary
private  WTObject myDetail
           
 
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
WTCell(WTList aList, String aValue, Image aImage, WTObject aDetail)
           
WTCell(WTList aList, String aValue, WTObject aDetail)
           
 
Method Summary
 WTObject getDetail()
           
 
Methods inherited from class symantec.itools.awt.multiList.TextAndImageCell
drawCell, getImage, getText, imageUpdate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myDetail

private WTObject myDetail
Constructor Detail

WTCell

public WTCell(WTList aList,
              String aValue,
              Image aImage,
              WTObject aDetail)

WTCell

public WTCell(WTList aList,
              String aValue,
              WTObject aDetail)
Method Detail

getDetail

public WTObject getDetail()