Package org.knime.core.node.property.hilite

Contains hilite classes to maintain hilite events between different views.

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 RowKeys.
 

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 RowKeys 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.
 

Package org.knime.core.node.property.hilite Description

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.



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.