|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.beans.WTTableCell
Field Summary | |
(package private) Image |
image
|
(package private) String |
label
|
(package private) Object |
object
|
Constructor Summary | |
WTTableCell(Object object)
Constructor for this class |
|
WTTableCell(Object object,
Image image)
|
|
WTTableCell(Object object,
String label)
Constructor for this class |
|
WTTableCell(Object object,
String label,
Image image)
Constructor for this class |
Method Summary | |
Image |
getCellImage()
Returns the image being displayed as the image for this cell. |
Object |
getCellObject()
Returns the Object maintained by this cell. |
String |
getCellText()
Returns the text being displayed as the label for this cell. |
void |
setCellImage(Image image)
Sets the image to be displayed as the image for this cell. |
void |
setCellObject(Object object)
Set the object to be maintained by this cell. |
void |
setCellText(String label)
Sets the text to be displayed as the label for this cell. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Image image
Object object
String label
Constructor Detail |
public WTTableCell(Object object)
public WTTableCell(Object object, String label)
public WTTableCell(Object object, String label, Image image)
public WTTableCell(Object object, Image image)
Method Detail |
public void setCellObject(Object object)
object
- the Object to be maintained by this cellpublic Object getCellObject()
public void setCellImage(Image image)
image
- the Image to be displayed as the image for
this cellpublic Image getCellImage()
public void setCellText(String label)
label
- the label to be displayed for this cellpublic String getCellText()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |