|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.PdbFileOpener
public class PdbFileOpener
This class is for loading an compressed PDB file from the FTP Server and uncompressing it. The user gives the PDB 4-letter code as parameter.
Constructor Summary | |
---|---|
PdbFileOpener(java.lang.String pdbCode)
Constructor of the PdbFileOpener. |
|
PdbFileOpener(java.lang.String pdbCode,
javax.swing.JTextArea progressInfo)
Constructor of the PdbFileOpener. |
Method Summary | |
---|---|
int |
getDownloaded()
Get this download's progress. |
java.lang.String |
getPdbFile()
Returns the string of the PDB file. |
java.lang.Thread |
getThread()
Returns the thread. |
void |
run()
Runs the thread: Downloading + Uncompressing the PDB file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdbFileOpener(java.lang.String pdbCode)
pdbCode
- public PdbFileOpener(java.lang.String pdbCode, javax.swing.JTextArea progressInfo)
pdbCode
- Method Detail |
---|
public int getDownloaded()
public void run()
run
in interface java.lang.Runnable
public java.lang.String getPdbFile()
public java.lang.Thread getThread()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |