|
|||||||||||
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.JCXMLimport
This class is the one having the overall control of the import process of JCXML files to the Knowledge Model of Creek.
Nested Class Summary | |
protected class |
JCXMLimport.ImportThread
This class contains the different stages of the import process. |
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
JCXMLimport(java.awt.Frame parent,
KnowledgeModel km)
Constructor for JCXMLimport, which sets some basic settings. |
Method Summary | |
void |
abortProcess()
Aborts the import process. |
boolean |
isAborted()
Checks if the process was aborted; |
void |
startImport()
Starts the process by first showing the FileChooser dialog then starts the import 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 JCXMLimport(java.awt.Frame parent, KnowledgeModel km)
parent
- the parent frame window.km
- the JavaCreek knowledge model to import the model to.Method Detail |
public boolean isAborted()
public void startImport()
public void abortProcess()
abortProcess
in interface ProcessControlInterface
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |