wt.clients.util
Class WTCell

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

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

See Also:
Serialized Form

Field Summary
private  Object myObject
           
 
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(WTMultiList aList, String aValue, Image aImage, WTObject aObject)
           
WTCell(WTMultiList aList, String aValue, Object aObject)
           
WTCell(WTMultiList aList, String aValue, WTObject aObject)
           
 
Method Summary
 Object getObject()
           
 
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

myObject

private Object myObject
Constructor Detail

WTCell

public WTCell(WTMultiList aList,
              String aValue,
              Image aImage,
              WTObject aObject)

WTCell

public WTCell(WTMultiList aList,
              String aValue,
              Object aObject)

WTCell

public WTCell(WTMultiList aList,
              String aValue,
              WTObject aObject)
Method Detail

getObject

public Object getObject()