org.knime.base.node.mine.sota.view.interaction
Interface HiliteManager


public interface HiliteManager

Author:
Kilian Thiel, University of Konstanz

Method Summary
 void clearHilite()
          Clears the current hilited objects.
 Set<Hiliteable> getHilited()
           
 void hilite(Hiliteable object)
          Hilites the given object.
 void hilite(Set<Hiliteable> objects)
          Hilites the given objects.
 boolean isHilited(Hiliteable object)
          Returns true if the given object is hilited.
 void unHilite(Hiliteable object)
          Unhilites the given object.
 void unHilite(Set<Hiliteable> objects)
          Unhilites the given objects.
 

Method Detail

hilite

void hilite(Set<Hiliteable> objects)
Hilites the given objects.

Parameters:
objects - The objects to select.

hilite

void hilite(Hiliteable object)
Hilites the given object.

Parameters:
object - The object to select.

unHilite

void unHilite(Set<Hiliteable> objects)
Unhilites the given objects.

Parameters:
objects - The objects to unselect.

unHilite

void unHilite(Hiliteable object)
Unhilites the given object.

Parameters:
object - The object to unselect.

clearHilite

void clearHilite()
Clears the current hilited objects.


getHilited

Set<Hiliteable> getHilited()
Returns:
The currently hilited objects.

isHilited

boolean isHilited(Hiliteable object)
Returns true if the given object is hilited.

Parameters:
object - The object to check if it is hilited.
Returns:
True if given object is hilited, false otherwise.


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.