Uses of Interface
org.knime.base.node.mine.sota.view.interaction.Hiliteable

Packages that use Hiliteable
org.knime.base.node.mine.sota.logic Contains the logic classes of SOTA. 
org.knime.base.node.mine.sota.view.interaction Contains interaction interfaces and classes, like hilite and selection manager. 
 

Uses of Hiliteable in org.knime.base.node.mine.sota.logic
 

Classes in org.knime.base.node.mine.sota.logic that implement Hiliteable
 class SotaTreeCell
           
 

Uses of Hiliteable in org.knime.base.node.mine.sota.view.interaction
 

Methods in org.knime.base.node.mine.sota.view.interaction that return types with arguments of type Hiliteable
 Set<Hiliteable> HiliteManager.getHilited()
           
 

Methods in org.knime.base.node.mine.sota.view.interaction with parameters of type Hiliteable
 void HiliteManager.hilite(Hiliteable object)
          Hilites the given object.
 boolean HiliteManager.isHilited(Hiliteable object)
          Returns true if the given object is hilited.
 void HiliteManager.unHilite(Hiliteable object)
          Unhilites the given object.
 

Method parameters in org.knime.base.node.mine.sota.view.interaction with type arguments of type Hiliteable
 void HiliteManager.hilite(Set<Hiliteable> objects)
          Hilites the given objects.
 void HiliteManager.unHilite(Set<Hiliteable> objects)
          Unhilites the given objects.
 



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.