edu.harvard.mgh.purcell.gCLINE.pane
Class FolderView.UpdateJList

java.lang.Object
  extended by edu.harvard.mgh.purcell.gCLINE.pane.FolderView.UpdateJList
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
FolderView

public class FolderView.UpdateJList
extends java.lang.Object
implements java.lang.Runnable

Update the folder view to reflect changes in the file/file discriptions.


Field Summary
(package private)  boolean force
           
 
Constructor Summary
FolderView.UpdateJList(boolean given_force)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

force

boolean force
Constructor Detail

FolderView.UpdateJList

public FolderView.UpdateJList(boolean given_force)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable