|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
jcreek.cke.importexport.jcxml.JCXMLexport
This class is the one having the overall control of the export process of the Knowledge Model of Creek to JCXML files.
Nested Class Summary | |
protected class |
JCXMLexport.ExportThread
This class contains the different stages of the export process. |
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
JCXMLexport(java.awt.Frame parent,
KnowledgeModel km)
Constructor for JCXMLexport, which does set some basic settings before the process of exporting the Knowledge Model may start. |
Method Summary | |
void |
abortProcess()
Aborts the export process. |
boolean |
isAborted()
Checks if the process was aborted; |
void |
startExport()
Starts the process by first showing the FileChooser dialog then starts the export process, by first starting the thread and gives feedback of the process to the JCXML status dialog. |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JCXMLexport(java.awt.Frame parent, KnowledgeModel km)
parent
- the parent frame window.km
- the JavaCreek knowledge model to export the model to.Method Detail |
public boolean isAborted()
public void startExport()
public void abortProcess()
abortProcess
in interface ProcessControlInterface
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |