|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An implementing class is able notify a visual display about the icon and tool tip to associate with the object.
Icon notifications are strings, which the client may then 'look up'. This allows the client to store an icon locally thus reducing network traffic. This does limit the object to not changing the icon for a paticular id after startup.
| Method Summary | |
void |
addIconListener(IconListener listener)
Add a listener. |
IconTip |
iconForId(java.lang.String id)
Return the IconTip (Icon and ToolTip pair). |
void |
removeIconListener(IconListener listener)
Remove a listener. |
| Method Detail |
public IconTip iconForId(java.lang.String id)
id - The icon id.
public void addIconListener(IconListener listener)
listener - The IconListener.public void removeIconListener(IconListener listener)
listener - The IconListener.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||