Uses of Interface
jcreek.representation.ModelChangeListener

Packages that use ModelChangeListener
jcreek.cke.document   
jcreek.cke.tool   
jcreek.cke.visualizer   
jcreek.gui.conceptmap   
jcreek.gui.reasoning   
jcreek.gui.representation   
jcreek.representation   
 

Uses of ModelChangeListener in jcreek.cke.document
 

Classes in jcreek.cke.document that implement ModelChangeListener
 class SerializeGraphDocument
          Implements the CreekDocument interface for the serialize file format with the graph model.
 

Uses of ModelChangeListener in jcreek.cke.tool
 

Classes in jcreek.cke.tool that implement ModelChangeListener
 class BuildProperty
          Title: JavaCreek Description: A Case based Reasoning Approach in java Copyright: Copyright (c) 2002 Company: Phil
 

Uses of ModelChangeListener in jcreek.cke.visualizer
 

Classes in jcreek.cke.visualizer that implement ModelChangeListener
 class EntityList
          Title: JavaCreek Description: A Case Based Reasoning approach developed in Java Copyright: Copyright (c) 1999 Company: Phil Systems
 class FrameProperty
          Title: JavaCreek Description: A Case based Reasoning Approach in java Copyright: Copyright (c) 2002 Company: Phil
 

Uses of ModelChangeListener in jcreek.gui.conceptmap
 

Classes in jcreek.gui.conceptmap that implement ModelChangeListener
 class ConceptMapModel
          This is and extention of the Graph class that serves as a model (in the model-view-controller paradigm) for the ConceptMapView.
 

Uses of ModelChangeListener in jcreek.gui.reasoning
 

Classes in jcreek.gui.reasoning that implement ModelChangeListener
 class RetrieveResultPane
          Title: RetrieveResultPane Description: Displays a RetrieveResult
 

Uses of ModelChangeListener in jcreek.gui.representation
 

Classes in jcreek.gui.representation that implement ModelChangeListener
 class CasePane
          GUI element for creating or manipulating a Creek case.
 class CasePaneNew
          GUI element for creating or manipulating a Creek case.
 class FramePane
          GUI element for creating or manipulating a Creek entity.
 

Uses of ModelChangeListener in jcreek.representation
 

Methods in jcreek.representation with parameters of type ModelChangeListener
 void KnowledgeModel.addModelChangeListener(ModelChangeListener listen)
          Registrers a listener that will get notified if there are any changes to the model.
 void KnowledgeModel.removeModelChangeListener(ModelChangeListener listen)
          Removes a ModelChangeListener listening to changes to this model.
 void AbstractKnowledgeModel.addModelChangeListener(ModelChangeListener listen)
          Registrers a listener that will get notified if there are any changes to the model.
 void AbstractKnowledgeModel.removeModelChangeListener(ModelChangeListener listen)
          Removes a ModelChangeListener listening to changes to this model.
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group