ikbs.tools.trees
Interface Selectable

All Known Implementing Classes:
Attribut, AttributDecision, AttributDesc, AttributGraph, AttributValeur, Hasse, Node, NoeudCas, NoeudDecisionGraph, NoeudDescriptif, NoeudIllustration, NoeudRef, NoeudTaxonomic, Relation, RelationCompo, RelationHeritage, RelationSelect

public interface Selectable


Method Summary
 boolean getClicked()
          L'objet est-il cliqué
 java.lang.String getLabel()
          Le label de l'objet sélectionné
 boolean getSelected()
          retourne true si l'objet est sélectionné
 void setClicked(boolean selected)
          L'objet est cliqué
 void setSelected(boolean selected)
          L'objet est sélectionné
 

Method Detail

getLabel

java.lang.String getLabel()
Le label de l'objet sélectionné


setSelected

void setSelected(boolean selected)
L'objet est sélectionné


getSelected

boolean getSelected()
retourne true si l'objet est sélectionné


setClicked

void setClicked(boolean selected)
L'objet est cliqué


getClicked

boolean getClicked()
L'objet est-il cliqué