Uses of Class
ikbs.tools.trees.AttributsList

Packages that use AttributsList
ikbs.graphics.cases   
ikbs.tools.trees   
 

Uses of AttributsList in ikbs.graphics.cases
 

Subclasses of AttributsList in ikbs.graphics.cases
 class AttributsValList
          Classe permettant d'afficher les attributs et les valeurs
 

Uses of AttributsList in ikbs.tools.trees
 

Fields in ikbs.tools.trees declared as AttributsList
protected  AttributsList Node.attributs
           
 

Methods in ikbs.tools.trees that return AttributsList
 AttributsList Noeud.attributs()
           
 AttributsList Node.attributs()
           
 

Methods in ikbs.tools.trees with parameters of type AttributsList
 void Node.setAttributs(AttributsList attributs)