|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
HiLiteListener | The event listener interface has to be implemented by classes that are interested in receiving hilite events. |
HiLiteMapper | This mapper has to be implemented by all classes that are interested in
mapping hilite events between RowKey s. |
Class Summary | |
---|---|
DefaultHiLiteHandler | Default implementation of a HiLiteHandler . |
DefaultHiLiteMapper | A default mapper for hilite translation which holds a map from
RowKey to a set of RowKey s as value. |
HiLiteHandler | HiLiteHandler implementation which receives hilite change
requests, answers, queries, and notifies registered listeners. |
HiLiteManager | A manager for hilite events between one source (from) HiLiteHandler
and a number of target handlers (to). |
HiLiteTranslator | A translator for hilite events between one source (from)
HiLiteHandler and a number of target handlers (to). |
KeyEvent | Event object that is fired when registered listener need to update its properties. |
Contains hilite classes to maintain hilite events between different views. Hilite events are sent between registered listener, e.g. views. These instances are also able to set the hilite status of certain items directly so they are handler and manager in one class. Hilite events are based on one or a set of row IDs usually retrieved from a data table. Hilite events can also be translated between between different hilite handlers instances.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |