Uses of Interface
edu.cs.ai.kreator.ui.gui.listener.StainedListener

Packages that use StainedListener
edu.cs.ai.kreator.datamodels   
edu.cs.ai.kreator.ui.gui   
edu.cs.ai.kreator.ui.gui.components   
edu.cs.ai.kreator.ui.gui.listener   
 

Uses of StainedListener in edu.cs.ai.kreator.datamodels
 

Classes in edu.cs.ai.kreator.datamodels that implement StainedListener
 class AbstractKreatorFile
          The abstract KreatorFile class extends Java File class and defines an objects (including its content) which can be shown in the FileTabbedPane.
 class DataFile
           
 class KnowledgebaseFile
           
 class KreatorScript
           
 class OtherFile
          An OtherFile object is any other KReatorfile not explicitly captured by the other children of DataFile.
 class Project
          This class encapsulates sets of knowledgebases, report, scripts, querycollections and examplecollections that belong to one project.
 class SampleCollection
          A SampleCollection object is a KReatorfile that contains example data
 

Uses of StainedListener in edu.cs.ai.kreator.ui.gui
 

Classes in edu.cs.ai.kreator.ui.gui that implement StainedListener
 class GraphicalUserInterface
           
 

Uses of StainedListener in edu.cs.ai.kreator.ui.gui.components
 

Classes in edu.cs.ai.kreator.ui.gui.components that implement StainedListener
 class TabTitle
          Provides a tab title for usage in TabbedPanes.
 

Methods in edu.cs.ai.kreator.ui.gui.components with parameters of type StainedListener
 void FileTab.addStainedListener(StainedListener listener)
           
 void ConsolePane.addStainedListener(StainedListener listener)
           
 

Uses of StainedListener in edu.cs.ai.kreator.ui.gui.listener
 

Methods in edu.cs.ai.kreator.ui.gui.listener with parameters of type StainedListener
 void Stainable.addStainedListener(StainedListener listener)
          Adds a StainedListener interested in this Stainable's state.