wt.clients.beans.explorer
Class UniqueTextAndImageCell
java.lang.Object
symantec.itools.awt.multiList.Cell
symantec.itools.awt.multiList.TextAndImageCell
wt.clients.beans.explorer.UniqueTextAndImageCell
- All Implemented Interfaces:
- ImageObserver, Serializable
- public class UniqueTextAndImageCell
- extends symantec.itools.awt.multiList.TextAndImageCell
This is a helper class to the WTList class.
It contains and draws the image and text of a cell.
It contains a unique identifier for the object within the cell.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Fields inherited from class symantec.itools.awt.multiList.TextAndImageCell |
im, list, text |
Methods inherited from class symantec.itools.awt.multiList.TextAndImageCell |
drawCell, getImage, getText, imageUpdate, toString |
uniqueIdentity
protected String uniqueIdentity
detail
protected Object detail
UniqueTextAndImageCell
public UniqueTextAndImageCell(symantec.itools.awt.MultiList l,
String s,
Image i,
String identity,
Object detail)
- Constructs a UniqueTextAndImageCell with the given text and image values.
- Parameters:
l
- the MultiList this cell is ins
- the cell's text valuei
- the cell's image valueidentity
- the cell's unique identity
UniqueTextAndImageCell
public UniqueTextAndImageCell(symantec.itools.awt.MultiList l,
String s,
String identity,
Object detail)
- Constructs a UniqueTextAndImageCell with the given text and image values.
- Parameters:
l
- the MultiList this cell is ins
- the cell's text valueidentity
- the cell's unique identity
getUniqueIdentity
public String getUniqueIdentity()
- Get the unique identifying string for the cell
- Returns:
- the identifying string
getDetail
public Object getDetail()
- Get the value for the cell
- Returns:
- the value