Ontimize 5.2072EN

com.ontimize.gui.field
Class FileDataField.OpenAppThread

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.ontimize.gui.field.FileDataField.OpenAppThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
FileDataField

protected static class FileDataField.OpenAppThread
extends java.lang.Thread

This class implements a Thread to manage the file operations (open, priority).

Author:
Imatia Innovation

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
FileDataField.OpenAppThread(DataFile file)
          The class constructor.
 
Method Summary
 void run()
           
 
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, 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

FileDataField.OpenAppThread

public FileDataField.OpenAppThread(DataFile file)
The class constructor. Fixes the file name and set priority to minimum.

Parameters:
file - the file
Method Detail

run

public void run()

Ontimize