Uses of Class
ikbs.tools.trees.ActionGraphViewer

Packages that use ActionGraphViewer
ikbs.classification.classification   
ikbs.classification.weakHierarchy   
ikbs.classification.weakHierarchy.graphics   
ikbs.graphics   
ikbs.graphics.cases   
ikbs.graphics.cases.event   
ikbs.graphics.model   
ikbs.illustration.trees   
ikbs.learning.graph   
ikbs.tools.trees   
ikbs.tools.trees.event   
ikbs.tools.utils   
 

Uses of ActionGraphViewer in ikbs.classification.classification
 

Methods in ikbs.classification.classification that return ActionGraphViewer
 ActionGraphViewer ClassificationBuilder.affGraph()
           
 

Uses of ActionGraphViewer in ikbs.classification.weakHierarchy
 

Fields in ikbs.classification.weakHierarchy declared as ActionGraphViewer
protected  ActionGraphViewer WeakHierarchy.hasseGraph
          Le panel pour l'affichage graphique du diagramme
 

Methods in ikbs.classification.weakHierarchy that return ActionGraphViewer
 ActionGraphViewer WeakHierarchyBuilder.affGraph()
          Lance l'affichage graphique
 ActionGraphViewer WeakHierarchy.affGraphic()
          Affichage graphique du diagramme de Hasse
 

Uses of ActionGraphViewer in ikbs.classification.weakHierarchy.graphics
 

Subclasses of ActionGraphViewer in ikbs.classification.weakHierarchy.graphics
 class HasseGraphViewer
           
 

Uses of ActionGraphViewer in ikbs.graphics
 

Subclasses of ActionGraphViewer in ikbs.graphics
 class ViewerRef
           
 

Uses of ActionGraphViewer in ikbs.graphics.cases
 

Subclasses of ActionGraphViewer in ikbs.graphics.cases
 class CaseViewer
          IKBS - Visualiseur/éditeur des cas Définition de CaseViewer, sous classe de ViewerRef
 

Uses of ActionGraphViewer in ikbs.graphics.cases.event
 

Constructors in ikbs.graphics.cases.event with parameters of type ActionGraphViewer
CaseViewerAdapter(ActionGraphViewer ac)
           
 

Uses of ActionGraphViewer in ikbs.graphics.model
 

Subclasses of ActionGraphViewer in ikbs.graphics.model
 class DescriptiveTreeViewer
          IKBS - ikbs.graphics.model Définition de DescriptiveTreeViewer, sous classe de ActionGraphViewer Implémente les spécificités de la gestion graphique des modèles descriptifs
 class TaxonomicTreeViewer
          IKBS - Editeur/visualiseur des cas Définition de TaxonomicTreeViewer, sous classe de ActionGraphViewer
 

Constructors in ikbs.graphics.model with parameters of type ActionGraphViewer
TaxonomicToGraph(ActionGraphViewer graphEditor)
           
 

Uses of ActionGraphViewer in ikbs.illustration.trees
 

Subclasses of ActionGraphViewer in ikbs.illustration.trees
 class IllustrationGraphViewer
          IKBS - Editeur d'arbre d'illustrations
 

Constructors in ikbs.illustration.trees with parameters of type ActionGraphViewer
IndexToGraph(ActionGraphViewer canvas)
           
 

Uses of ActionGraphViewer in ikbs.learning.graph
 

Subclasses of ActionGraphViewer in ikbs.learning.graph
 class DecisionTreeDynamique
          IKBS - Arbre de décision Définition de DecisionTreeDynamique, sous classe de DecisionTreeViewer Surcharge des actions graphiques de repositionnement
 class DecisionTreeViewer
          IKBS - Editeur de décision Définition de DecisionTreeViewer, sous classe de ActionGraphViewer
 

Constructors in ikbs.learning.graph with parameters of type ActionGraphViewer
DecisionToGraph(ActionGraphViewer ac)
           
 

Uses of ActionGraphViewer in ikbs.tools.trees
 

Fields in ikbs.tools.trees declared as ActionGraphViewer
protected  ActionGraphViewer TreeEditor.idc
          Le canvas intégré dans la fenêtre
 

Methods in ikbs.tools.trees that return ActionGraphViewer
 ActionGraphViewer TreeEditor.getCanvas()
          Pour accéder au canvas ActionGraphViewer
 

Methods in ikbs.tools.trees with parameters of type ActionGraphViewer
 void ComponentPopUp.init(ActionGraphViewer unCanvas)
           
 

Constructors in ikbs.tools.trees with parameters of type ActionGraphViewer
AttributPopUp(java.lang.String titre, ActionGraphViewer unCanvas)
           
ComponentPopUp(java.lang.String titre, ActionGraphViewer action)
           
IkbsPopupMenu(java.lang.String titre, ActionGraphViewer unCanvas)
           
 

Uses of ActionGraphViewer in ikbs.tools.trees.event
 

Fields in ikbs.tools.trees.event declared as ActionGraphViewer
protected  ActionGraphViewer IkbsPopupMenuListener.graphEditor
           
 

Constructors in ikbs.tools.trees.event with parameters of type ActionGraphViewer
ActionGraphViewerAdapter(ActionGraphViewer ac)
           
FormatKeyListener(ActionGraphViewer ac)
           
IkbsPopupMenuListener(int choix, ActionGraphViewer unCanvas)
           
 

Uses of ActionGraphViewer in ikbs.tools.utils
 

Methods in ikbs.tools.utils that return ActionGraphViewer
 ActionGraphViewer EditeurArbreInterface.getCanvas()
          retourne l' ActionGraphViewer contenu par l'éditeur qui implémente cette interface