Uses of Class
anl.aida.client.gui.ProgressLayer

Packages that use ProgressLayer
anl.aida.client.gui   
 

Uses of ProgressLayer in anl.aida.client.gui
 

Fields in anl.aida.client.gui declared as ProgressLayer
private  ProgressLayer DocumentsView.pLayer
           
private  ProgressLayer CreateTSWorker.pLayer
           
private  ProgressLayer AIDAGui.SearchWorker.pLayer
           
 

Methods in anl.aida.client.gui with parameters of type ProgressLayer
 void AIDAGui.performSearch(java.lang.String query, DocumentsModel model, ProgressLayer pLayer)
          Searches the cache index using the specified query and places the results, if any in the documents panel.
 

Constructors in anl.aida.client.gui with parameters of type ProgressLayer
AIDAGui.SearchWorker(java.lang.String query, DocumentsModel model, ProgressLayer pLayer)