|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HiLiteListener
The event listener interface has to be implemented by classes that are interested in receiving hilite events.
The listener object created from that class can then register with the
HiLiteHandler
(calling
HiLiteHandler.addHiLiteListener(HiLiteListener)
) or unregister
(HiLiteHandler.removeHiLiteListener(HiLiteListener)
) if it
is no longer interested in hilite change events.
Method Summary | |
---|---|
void |
hiLite(KeyEvent event)
Invoked when some item(s) were hilit. |
void |
unHiLite(KeyEvent event)
Invoked when some item(s) were unhilit. |
void |
unHiLiteAll(KeyEvent event)
Invoked, when everything (all rows) are unhilit. |
Method Detail |
---|
void hiLite(KeyEvent event)
event
- contains a list of row keys that were hilitvoid unHiLite(KeyEvent event)
event
- contains a list of row keys that were unhilitvoid unHiLiteAll(KeyEvent event)
event
- contains a list of row key that were unhilit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |