|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for common label data independent of the implementing graphic. Typically used for client data updates (see DataModelListener) using ClientLabel.
Method Summary | |
javax.swing.Icon |
getIcon()
Gets the label text. |
java.lang.String |
getText()
Gets the label text. |
void |
setIcon(javax.swing.Icon icon)
Sets the label icon. |
void |
setText(java.lang.String text)
Sets the label text. |
Methods inherited from interface gumbo.graphic.Graphic |
getGraphic |
Method Detail |
public void setText(java.lang.String text)
text
- The new text. None if null.public java.lang.String getText()
public void setIcon(javax.swing.Icon icon)
icon
- The new icon. None if null.public javax.swing.Icon getIcon()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |