NASA World Wind

Uses of Interface
gov.nasa.worldwind.applications.gio.catalogui.ResultList

Packages that use ResultList
gov.nasa.worldwind.applications.gio   
gov.nasa.worldwind.applications.gio.catalogui   
gov.nasa.worldwind.applications.gio.esg   
gov.nasa.worldwind.applications.gio.gidb   
 

Uses of ResultList in gov.nasa.worldwind.applications.gio
 

Methods in gov.nasa.worldwind.applications.gio that return ResultList
 ResultList GIDBCatalogPanel.getResultModel()
           
 ResultList ESGCatalogPanel.getResultModel()
           
 

Uses of ResultList in gov.nasa.worldwind.applications.gio.catalogui
 

Classes in gov.nasa.worldwind.applications.gio.catalogui that implement ResultList
 class DefaultResultList
           
 

Methods in gov.nasa.worldwind.applications.gio.catalogui that return ResultList
 ResultList ResultTreeTable.getResultList()
           
 ResultList CatalogModel.getResultModel()
           
 

Constructors in gov.nasa.worldwind.applications.gio.catalogui with parameters of type ResultList
ResultListEvent(ResultList source)
           
ResultListEvent(ResultList source, int index)
           
ResultListEvent(ResultList source, int startIndex, int endIndex)
           
ResultListEvent(ResultList source, int startIndex, int endIndex, int type)
           
ResultTreeTable(ResultList resultList, AVList tableParams)
           
 

Uses of ResultList in gov.nasa.worldwind.applications.gio.esg
 

Methods in gov.nasa.worldwind.applications.gio.esg that return ResultList
 ResultList ESGCatalogModel.getResultModel()
           
 

Constructors in gov.nasa.worldwind.applications.gio.esg with parameters of type ResultList
ESGResultListNode(ResultList resultList)
           
ESGTreeTable(ResultList resultList, AVList tableParams)
           
GetServices(AVList queryParams, ResultList resultList)
           
 

Uses of ResultList in gov.nasa.worldwind.applications.gio.gidb
 

Methods in gov.nasa.worldwind.applications.gio.gidb that return ResultList
 ResultList GIDBCatalogModel.getResultModel()
           
 

Constructors in gov.nasa.worldwind.applications.gio.gidb with parameters of type ResultList
GetServices(AVList queryParams, ResultList resultList)
           
GIDBResultListNode(ResultList resultList)
           
GIDBTreeTable(ResultList resultList, AVList tableParams)
           
 


NASA World Wind