|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Iconic
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. |
ImageIcon |
iconForId(String id)
Return the IconTip (Icon and ToolTip pair). |
void |
removeIconListener(IconListener listener)
Remove a listener. |
Method Detail |
---|
ImageIcon iconForId(String id)
id
- The icon id.
void addIconListener(IconListener listener)
listener
- The IconListener.void removeIconListener(IconListener listener)
listener
- The IconListener.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |