Uses of Interface
insensa.view.html.IHtmlView

Packages that use IHtmlView
insensa.view.html   
 

Uses of IHtmlView in insensa.view.html
 

Subinterfaces of IHtmlView in insensa.view.html
 interface IConnectionHtmlView
           
 interface IInfoReaderHtmlView
           
 interface IRasterFileHtmlView
           
 

Classes in insensa.view.html that implement IHtmlView
 class AbstractConnectionHtmlView
           
 class AbstractHtmlView
           
 class HtmlCountValuesTable
           
 class HtmlCovAndCorTable
           
 class HtmlInfoReaderDataTable
           
 class HtmlSpearmanRankCorrelationTable
           
 class SpatialReferenceTable
           
 

Fields in insensa.view.html declared as IHtmlView
private  IHtmlView HtmlFrame.htmlView
           
 

Methods in insensa.view.html with parameters of type IHtmlView
 void HtmlFrame.setHtmlView(IHtmlView htmlView)