Uses of Interface
jcreek.cke.importexport.ProcessStatusWindowInterface

Packages that use ProcessStatusWindowInterface
jcreek.cke.importexport   
jcreek.cke.importexport.jcxml   
 

Uses of ProcessStatusWindowInterface in jcreek.cke.importexport
 

Classes in jcreek.cke.importexport that implement ProcessStatusWindowInterface
 class ProcessStatusWindow
          The intention of this class is to have a common graphical interface for all the import and export situations.
 

Uses of ProcessStatusWindowInterface in jcreek.cke.importexport.jcxml
 

Constructors in jcreek.cke.importexport.jcxml with parameters of type ProcessStatusWindowInterface
JCXMLimportParser(org.w3c.dom.Document document, KnowledgeModel km, boolean abortOnFatalErrors, ProcessStatusWindowInterface statusWindow)
          Constructor that takes as input a DOM Document of a JCXML XML file that is assumed valid, and traverses that document.
JCXMLexportParser(java.lang.String fileName, KnowledgeModel km, boolean abortOnFatalErrors, ProcessStatusWindowInterface statusWindow)
          Does set some basic settings before any parsing may begin.
 



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