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

Packages that use Selectable
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 Selectable in org.knime.base.node.mine.sota.logic
 

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

Uses of Selectable 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 Selectable
 Set<Selectable> SelectionManager.getSelected()
           
 

Methods in org.knime.base.node.mine.sota.view.interaction with parameters of type Selectable
 boolean SelectionManager.isSelected(Selectable object)
          Returns true if the given object is selected.
 void SelectionManager.select(Selectable object)
          Selects the given object.
 void SelectionManager.unSelect(Selectable object)
          Unselects the given object.
 

Method parameters in org.knime.base.node.mine.sota.view.interaction with type arguments of type Selectable
 void SelectionManager.select(Set<Selectable> objects)
          Selects the given objects.
 void SelectionManager.unSelect(Set<Selectable> objects)
          Unselects 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.