Archived Website: This website is a static snapshot for archival purposes only. It is no longer maintained or updated.

Uses of Class
systemcontrol.ResultsList

Packages that use ResultsList
io   
systemcontrol   
 

Uses of ResultsList in io
 

Methods in io with parameters of type ResultsList
 java.lang.String Output.generateOutputMask(ResultsList resultList)
          Die Eingabemaske wird generiert und als HTML in der OutputMask gespeichert.
 

Uses of ResultsList in systemcontrol
 

Fields in systemcontrol declared as ResultsList
(package private)  ResultsList Flowcontrol.results
           
(package private)  ResultsList MainElement.results
           
 

Methods in systemcontrol that return ResultsList
static ResultsList Flowcontrol.getResults(SearchID sid)
           
static ResultsList Flowcontrol.getResults(long sid)
           
 ResultsList MainTable.getResultsList(SearchID id)
           
 ResultsList MainTable.getResultsList(long id)
           
 ResultsList MainElement.getResultsList()
           
 

Constructors in systemcontrol with parameters of type ResultsList
MainElement.MainElement(java.lang.Object EventListener, ResultsList results, PlanArchive planArchive, SearchID sid, Reference_table rt, Input input, Output output, StartConcept start, Flowcontrol flow)